Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor and a combobox
Message
De
22/12/2003 16:39:22
 
 
À
22/12/2003 16:38:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00861417
Message ID:
00861425
Vues:
26
SELECT WRHCONTD.TYPETRX AS CODE, ;
ARCODE.DESCR AS DESCR;
FROM WRHCONTD;
LEFT OUTER JOIN ARCODE ON ARCODE.ACTIVITY = "WRHSE" AND ALLTRIM(WRHCONTD.TYPETRX) == ALLTRIM(ARCODE.CODE);
WHERE WRHCONTD.CONTRATID = THISFORM.CONTID;
INTO CURSOR CUR_CODE


SELECT CUR_CODE
BROWSE
THISFORM.WScombobox1.RowSource = "CUR_CODE.CODE,DESCR"
THISFORM.WScombobox1.RowSourceType = 6
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform