Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fox for dos 2.6
Message
De
17/10/2002 08:06:54
 
 
À
17/10/2002 07:11:42
Philip Jones
Cornwall County Council
Truro, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
Divers
Thread ID:
00712246
Message ID:
00712258
Vues:
10
The next line after the get should be a READ

So your code would be constructed as follows:

@07,42 GET g_t0code ;
PICTURE "*I" ;
SIZE 1,10,1 ;
DEFAULT 0 ;
VALID back() or gett0()

READ

@07,42 say g_t0code picture '!!!!!!!!!!!!!!!'

If this code is within a window, or if the function called is within another window, you should activate the called window, do your thing there and deactivate it when you leave it, activating the first window in turn.

So your gett0 function would read:

activate window whatever
(code)
deactivate window whatever
activate window (from the calling snippet)
Rafael Copquin
Treasurer - Microsoft Users Group of Argentina (MUG)
www.mug.org.ar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform