Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ComboBox clears after selection.
Message
De
20/07/1999 09:18:21
 
 
À
20/07/1999 08:45:19
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00243502
Message ID:
00243539
Vues:
27
Cetin,

BoundTo is .T. (tried it with .F. too)
Valid is a user procedure that goes somthing like this:
SELECT extras (this is the grid table)
REPLACE extras.Labor WITH This.text
SELECT laborate
LOCATE FOR laborate.labor = extras.labor
IF FOUND()
REPLACE extras.lab_price WITH laborate.retail, ;
extras.lab_cost WITH laborate.wholesale
ELSE
MessageBox("Sorry - not found.")
ENDIF

A lot of detail is left out of this example, but the main ideas are here. I also refresh the adjoining columns of the grid, for instance.

Thanks!
Tom.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform