Questions tagged [satelliteforms]

2 questions
0
votes
1 answer

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", "<>", "MP") -- The first filter is removed. .... I'm not cool…
NitroxDM
  • 5,039
  • 10
  • 44
  • 56
0
votes
3 answers

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 doesn't have the power, it seems, to write a…
Joebocop
  • 539
  • 3
  • 9
  • 17