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:
01519632
Views:
21
>Boris!!!!!!!!!
>
>:(((((((((((((
>
>This is another page - the first combo in first row appears blank :((((((((((((
>
>
>with thisform.pageframe1.pagPrefEdit.grdPreferences
>    .visible = .t.
>   .recordsource = "rsSPPrefs"
>   .rowheight    = 24
>   .highlightstyle = 0
>   .highlightrowlinewidth = 3
>   *     .HighlightBackColor    = lnRowHighlightColor
>   *     .SelectedItemBackColor = lnSelectionHighlightColor
>   *     .HighlightForeColor    = rgb(255, 255, 255)
>   .Column2.ControlSource = 'rsSPPrefs.Group_No'
>   .column2.addobject("Combo1", "ComboBox")
>   .column2.Combo1.rowsourcetype = 3
>   .column2.Combo1.rowsource = "select Descrip, Group_No from csrSPGroups into cursor cTemp2 nofilter" 
>   .column2.Combo1.boundcolumn = 2
>   .column2.Combo1.boundto = .t.
>
>   .column2.Combo1.margin = 1
>   .column2.Combo1.fontsize = 8
>   .column2.Combo1.height = 24
>   .column2.Combo1.visible = .t.
>   .column2.Combo1.style = 2
>   .column2.currentcontrol = "Combo1"
>endwith
>
>Do you see what may be the problem?


Sparse = .f.?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform