Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dumbass Attack: using pulldownlists to populate a form..
Message
De
08/09/1998 10:17:08
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00131077
Message ID:
00134073
Vues:
14
Ahem. It is difficult to sort through ranting to get at the meat of your posting. So here are just a few comments.

1. Yes, indeed, sometimes Access is a fine solution to a problem.

2. A combo box can look up a record in a table other than the same table to which your form's controls are bound in order to fill in a field in the main table. For example, a combo box could assign a customer code to a customerID field in an order record.

3. A combobox could be used to let a user find a customer order to review. Once it is selected, your controls would display the order information if they are bound to the table fields with a simple thisform.refresh().

4. The valid is a fine place to update your other controls based on the selection for the combobox. A combo box can be populated with multiple columns of information. A column can be set to zero width so the user doesn't see, but the data is still available for you (the programmer) to use by using this.list(this.listindex, n)
where "n" is the column containing the info you want.

5. I do not decide that quantum mechanics is invalid because I find it difficult to comprehend. < s(ardonic)g > )
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform