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

Click here to load this message in the networking platform