Tagged Questions
The satelliteforms tag has no wiki summary.
0
votes
3answers
173 views
TDateTime To ShortDateString In Satellite Forms “VB-clone”
I am trying to find a calculation that will convert the TDateTime value 40653.6830593 into a year, a month, a day, an hour, a minute and a second.
I am sure this is possible, of course, but my brain ...
0
votes
1answer
109 views
Programmatically add multiple filters on one column. SatelliteForms
Is there a way to add more than one filter on a column programmatically?
Tables("TYPE").AddFilter("Code", "<>", "OP") -- Works until then next line.
Tables("TYPE").AddFilter("Code", ...