Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why does this not work? (- variable passing)
Message
De
01/06/2001 16:14:01
 
 
À
01/06/2001 15:58:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00514012
Message ID:
00514026
Vues:
14
>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


ok ok ok... too many comments in the code and missed a function call, still not sure why it worked with the set step on ( vs. not working without it ), but I'll swallow it.

sorry
- jer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform