Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looking for advice on best practices.
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00471700
Message ID:
00471808
Views:
45
In general CURSOR1 will not be that large, however, there no limitations on size. Is there an issue with putting into an array and passing as parameter with respect to size?



>Hi!
>
>If CURSOR1 is not large, you can put it into array and pass array as a parameter for second form.
>
>Another solution is for one record used in CURSOR1. Use SCATTER NAME command to get record values into the object variable. This object will hold all fields of cursor as properties. Than pass that object to the second form as parameter.
>
>>I have CURSOR1 in FORM1's private data session. FORM1 needs to call FORM2 with its own private data session. FORM2 will need to create a CURSOR2 which is based on records available in CURSR1.
>>
>>Question is what the best method to accomplish creating CURSOR2. I am using SPT and because of network traffic, need to come up with the best solution.
>>
>>Thanks in advance for advice and suggestions.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform