Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Question
Message
From
19/01/2001 10:09:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Grid Question
Miscellaneous
Thread ID:
00465700
Message ID:
00465700
Views:
42
Hello All,

I expect this question has already been asked a few times before...

I have a grid baseclass in which I cycle through each column and .Addobject() a combobox to certain columns.

The RowSource of this ComboBox is a SQL Statement which relates to the particular row on the grid.

e.g.

.cboGridCombo.RowSource = ;
"Select * From destinations Where destinations.receiver = gridalias.receiver"
.cboGridCombo.RowSourceType = 3


I haven't really done the code for this yet, so really I am asking am I wasting my time? will this work? Will each seperate row in the grid have a seperate set of combobox contents?

Thanks in Advance

Will
Will Jones
Next
Reply
Map
View

Click here to load this message in the networking platform