Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo Boxes(again)
Message
De
12/01/2000 09:13:14
 
 
À
12/01/2000 09:02:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00316790
Message ID:
00316890
Vues:
16
Thats the problem, if your combobox datasource is a table then you need a third column in you table/cursor that gives you the description without the indenting character. The easiest way to get that third column is to create a cursor from you table with SQL:

select lo_desc, lo_code, alltrim(lo_desc) as lo_temp ;
from mytable ;
into cursor NewCursor

The code above is a bare minimum example.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform