Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Avoid query in a combobox
Message
 
À
31/07/1998 19:52:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00123232
Message ID:
00123253
Vues:
18
>i´ve got a form with a combobox, and the combobox has:
>RowSourceType = 3 - SQL Statement
>RowSource = select name from customer
>every time i call the form a query with the sql command appears.
>How can i avoid this query ?
>
>Thanks in advance, Luis.

Luis,

Change the rowsource to SELECT Name FROM Customer INTO CURSOR Temp

Or better still make the rowsourectype fields and the rowsource Customer.Name
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform