Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo in grid doesn't show value
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01519540
Message ID:
01519844
Views:
26
>Try to change:
>
> with .colLevels.cboLevels
>      .rowsource = ''
>      .rowsourcetype = 2
>      .parent.controlsource = 'rsTSBlocks.LevelID'
>       .rowsource = "csrBlockLevels"
>   endwith
>* to
> with .colLevels.cboLevels
>      .rowsource = ''
>      .rowsourcetype = 3
>      .parent.controlsource = 'rsTSBlocks.LevelID'
>       .rowsource = "SELECT * FROM csrBlockLevels INTO CURSOR cboBlockLevels"
>   endwith
>
>
>>
This change seems to fix it.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform