Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Build a form dynamically
Message
De
04/12/2003 17:10:02
 
 
À
04/12/2003 12:26:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00855960
Message ID:
00856097
Vues:
20
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform