Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Continue after break
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Continue after break
Divers
Thread ID:
00967600
Message ID:
00967600
Vues:
53
Hi friends

I have a piece of code which scans thr a cursor and does some processing.
this code is called from a button on a pageframe's tab.
sometimes i need switch to accept a password & come back to processing abv code.

my question is how to continue from where i stopped.my sample code

******
scan

Line 1:--code
Line 2:--more code
Line 3:if plcontinue then
Line 4: ThisForm.Bpageframe1.ActivePage = 6 && this is where i accept a password
Line 5: endif
Line 6:--further code here
Line 7:endscan

once user enters password & clicks ok on page 6 it should continue process abv code
(from line 5 ofcourse)

Thanks for ur ideas
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform