Hi, Everyone
I have a requirement to set Date value as default in a table date field as 1\1\1900 but I have to try to create this value in the table this won't pick it up. Please see the below code and give any suggestion.
CustomTable custom; // Table buffer creation
date d;
//Transdate _date;
;
ttsbeign;
// _date = 01\01\1900;
d = mkDate(1,1,1900);
custom.DateValue = d; // set date value to table date field
//custom.DateValue = _date;
custom.insert(); // insert operation perform
ttscommit;
Thanks in Advance.
*This post is locked for comments
I have the same question (0)