Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Question
Message
From
19/01/2001 10:32:03
 
 
To
19/01/2001 10:09:40
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00465700
Message ID:
00465714
Views:
11
>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

i don't see a problem with it, but testing it will be the final proof.
Previous
Reply
Map
View

Click here to load this message in the networking platform