HI, someone has an sample of time/date limit of use, like trial version? thanks
HI, someone has an sample of time/date limit of use, like trial version? thanks
IF DATE() > CTOD( "XX/YY/ZZZZ" )
// Expired
RETURN NIL
ENDIFEnrico, yes, but after expired, write in windows registry or create an file , to not execute again.
What is the problem?
EMG
Enrico, after expired date, i need save it , using windows registry or an file... i need an sample, you have?
You can use MEMOWRIT() or FCREATE() to create files. I don't recommend to write in the registry.
EMG