Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP6.0 from VFP3.0
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00314295
Message ID:
00314946
Vues:
23
>>I'm not officially moved from VFP3.0 to 6.0 yet, but I decided to attempt recompilling a project (at home) in VFP6.0 - after getting past a "Date Conversion error" and then a successful compile, my application runs right through to the end, non-stop through-to-the-end.
>>
>>My form and formset are Model but my Main code READ EVENT seems to be ignored.
>>
>>What must be done?
>
>The structure of your main prg file should be something like this
>
>

>* some set up code...
>
>DO FORM frmEdgarMain
>READ EVENTS
>
>* some clean up code...
>

>
>Perhaps you could post your code.

Hello Evan
...
Do STARTUP && Set Environment
...
DO Form ..\t2\t2.scx WITH prg2exe,SECpath && Login User
...
IF USERPASS= " " && BAD Login! (do nothing)
ELSE
DO MENUTOOL.MPR
DO Form NTABTOOL
READ EVENT && This is like a foundation read
ENDIF
DO CLEANUP
ON SHUTDOWN
***
ELSE
* It does, so display the
* orginal before terminating
oMutex.DisplayInstance()
ENDIF
oMutex = .NULL.
*** EOJ Main.PRG
Edgar L. Bolton, B.S. B.B.A.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform