Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Build a form dynamically
Message
From
04/12/2003 17:10:02
 
 
To
04/12/2003 12:26:59
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00855960
Message ID:
00856097
Views:
18
>UPDATE:
>
>I figured it out.
>
>
>I want to pass an array to a form so I can bind a listbox on the form to elements in the array. This form is for display purposes only but the user will select an element from the array (listbox) and I will pass that selection back to the calling program. The value returned could be numeric or character. It will perform as a popup really that I want to create dynamically. I need to be able to determine what array is being used in the form by capturing its name in the form's init. Any ideas?
>
>TIA! :o)

Tracy,

How about creating form at development time (not dynamically) with the listbox bound to elements of an array property. In form init, copy parameters to corresponding form properties (remember to redimension the array property first), requery list and refresh form. Would that do?

Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform