Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why does this not work? (- variable passing)
Message
From
01/06/2001 15:58:01
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Why does this not work? (- variable passing)
Miscellaneous
Thread ID:
00514012
Message ID:
00514012
Views:
39
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
Next
Reply
Map
View

Click here to load this message in the networking platform