Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple parameters returned from form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00030589
Message ID:
00030592
Views:
35
>I know I'm not the first to ask, but I wasn't clear about the answer before: what is the best way to return multiple parameters from a form? I have been concatenating my parameters into a string with a separater "|" character, which seems dumb. I believe I tried returning them all in an array but couldn't get that to work.

You should have property-array in some place of your application to do this job. I usually have main Formset where I have properties regarray1(1),regarray(2)... just for this purpose: you refill this array in e.g. Init and Destroy events of particular form.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform