Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL as Rowsource in ComboBox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00416276
Message ID:
00416284
Vues:
29
>I am trying to use a rather complicated SQL statement as the RowSource in a ComboBox. I right click on Rowsource on the property sheet and select Zoom. Then I type in my statement. I've discovered that I am limited to a certain number of characters before my statement is truncated after hitting enter. I've tried abbreviating as much as possible and still find that I am about 25 characters too long. Is there a way around this?
>
>Thanks.
>Jay

The Property Sheet is limited to (I believe) 254 (255?) characters. You might try setting the property programmatically in the control's Init event.

THIS.RowSource = [my very long SQL statement here]

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform