Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Popluating combos
Message
De
07/07/1999 10:36:17
Nikki Bannister
K&M Computer Systems Ltd
Birmingham, Royaume Uni
 
 
À
07/07/1999 09:19:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00238171
Message ID:
00238281
Vues:
16
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform