Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why does this not work? (- variable passing)
Message
De
01/06/2001 15:58:01
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Why does this not work? (- variable passing)
Divers
Thread ID:
00514012
Message ID:
00514012
Vues:
40
non working modle:

form1.someMethod
do form Form2 with table.field

form2.init
lParameters Value


working modle:

form1.someMethod
set step on
do form Form2 with table.field

form2.init
lParameters Value

.........

the difference in the set step. example 1 always passes the field value of the last record in the table. Example 2 Always passes the field value for the record number it should be on. ( assume all i did was press F5 when the debugger comes up )

??? jer
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform