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   |
|
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--
|
|
|
Goto Forum:
Current Time: Sun Aug 24 12:50:43 CEST 2025
Total time taken to generate the page: 0.04814 seconds
|