Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Don't run application after certain date
Message
From
11/04/2007 05:30:15
 
 
To
11/04/2007 05:14:10
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01214304
Message ID:
01214320
Views:
9
hi,
thank you,
i try as under it works(stop running), but if i change the date it works,
i need your help to stop it at this date ,if the user play via date or not.
SET CENTURY on
SET DATE BRITISH
m.aa= DATE()
IF m.aa =ctod('11/04/2007')
***MESSAGEBOX("vvvvvvv")
   CLEAR events
   quit
 ELSE

DO FORM mymainform
READ events
endif
>>hi all,
>>
>>i need to know how i can stop(running) my project,
>>as
>>at my test.prg
>>if date=01/01...
>> hid myform,remove myform,remove program,go to desktop...etc
>>
>> or any code to stop running,via error message or without message
>> else
>>do myform
>>endif
>
>clear events
>* Any cleanup code
>quit
>
>Cetin
Previous
Reply
Map
View

Click here to load this message in the networking platform