Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor and a combobox
Message
From
22/12/2003 16:39:22
 
 
To
22/12/2003 16:38:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00861417
Message ID:
00861425
Views:
27
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
Previous
Reply
Map
View

Click here to load this message in the networking platform