Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid doesn't work properly
Message
De
21/12/1998 19:00:47
 
 
À
21/12/1998 16:51:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00169477
Message ID:
00169502
Vues:
24
>I have a grid with 8 columns. Columns 2 and 4 have a combobox.
>on click column 4 works.
>when click column 2 and then click column 4: !!Doesn't Work. Message: Cannot Access the selected table (Error: 1152)
>The tables are in the dataenvironment. (VFP5)

What is combo.rowsource? If it's view/cursor and you override rowsource on fly, then you should firstly reset it:
Combo.Rowsource=""
then recollect rowsource (SELECT_SQL?) and set it back:
Combo.Rowsource="mycursor"
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform