Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Decoding timestamp field in SCX
Message
From
02/09/1999 15:55:35
 
 
To
02/09/1999 12:07:07
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00260633
Message ID:
00260821
Views:
17
Perfect! My DATETIME() function does not take parameters (VFP 5) so I converted the components to strings, ran them together and fed it to CTOT() and it worked just fine.

I needed this becuase we use header files with forms, and if you change the header file VFP recompiles the form (which it needs to) However, that changes the file date/time so you can't tell when you really last updated the form. Now we can pull the form objects timestamp from the SCX and figure out the real date/time of last update.

Thanks,
Chris Vesper

>Try this:
>
LPARAMETERS tnStamp
>
>RETURN IIF(tnStamp = 0,;
> {//::},
...
Previous
Reply
Map
View

Click here to load this message in the networking platform