- Brian Ramzoti
- SnapDevelop
- Tuesday, 17 October 2023 01:02 PM UTC
Hello,
I'm using SnapDevelop to generate the DataWindows.
I can see the default values for the columns of type string or datetime, but none of the numeric types.
For example, this is fine:
public string C_Chiuso_A_Forza { get; set; } = "N";
But I can't see any of the numeric types with the default values.
For example in the srd I have:
column=(type=long update=yes updatewhereclause=yes name=id_azienda dbname="riga_documento.id_azienda" initial="1" )
column=(type=char(1) updatewhereclause=yes name=c_chiuso_a_forza dbname="c_chiuso_a_forza" initial="N" )
The second is done, the first not, as far as the defaults are concerned.
Are default values of numeric types supported at all?
Thanks,
Brian
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.