Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Popluating combos
Message
From
07/07/1999 10:36:17
Nikki Bannister
K&M Computer Systems Ltd
Birmingham, United Kingdom
 
 
To
07/07/1999 09:19:05
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00238171
Message ID:
00238281
Views:
14
Thanks everyone for all your help.....The way i have chose to do it is

CREATE CURSOR operator_cur (operator_fullname C(50),operator_id N(10))
INSERT INTO operator_cur (operator_fullName,operator_id) VALUES ("ALL",0)
append from operator fields operator_fullname,operator_id

I have then set the rowsource to operator_cur, this works quite well, but someone here has told me this isn;t very good as it doesn't follow the conventions of other languages ie cursors are always thought to be readonly, what are your thoughts ???????

Nicky
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform