Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Don't run application after certain date
Message
De
11/04/2007 05:30:15
 
 
À
11/04/2007 05:14:10
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01214304
Message ID:
01214320
Vues:
10
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform