Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » gridctrl with sql
Re: gridctrl with sql [message #34011 is a reply to message #34010] Sun, 09 October 2011 07:19 Go to previous messageGo to previous message
mtdew3q is currently offline  mtdew3q
Messages: 181
Registered: July 2010
Location: Upstate, NY (near Canada)
Experienced Member

quick addendum:

struct ConvInt : Convert
{
Value Format(const Value &q) const
{
return q.IsNull() ? Null : UPP::Format("%i", q);
}
};

%i %d fail

%` works

the column is SERIAL

thanks for any assistance--
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Creating a form inside a DLL
Next Topic: Linking error with gdk_pixbuf-2.0
Goto Forum:
  


Current Time: Sun Aug 24 12:50:43 CEST 2025

Total time taken to generate the page: 0.04814 seconds