Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox not displayed for certain values
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00852062
Message ID:
00852130
Views:
8
Carmel,

Looks like the bound column is 'cc_order' so set
thisform.grdpayment1.column3.cbocategory.boundColumn = 2
Check also Re: Combobox Bounded with Numeric Field Message #726275 for a bug that may affect you.

>Sergey,
>
>
>PROPERTIES OF COMBOBOX ARE :
>this.column3.addobject("cbocategory","combobox")
>this.column3.cbocategory.columncount=1
>this.column3.cbocategory.rowsource="chgcgry.type,cc_order"
>this.column3.cbocategory.rowsourcetype=6
>this.column3.cbocategory.margin=0
>this.column3.cbocategory.specialeffect=1
>this.column3.cbocategory.borderstyle=0
>this.column3.currentcontrol="cbocategory"
>this.column3.cbocategory.visible=.t.
>this.column3.sparse=.f.
>
>PROPERTIES OF GRID COLUMN SETTINGS ARE :
>thisform.grdpayment1.recordsourcetype=1
>thisform.grdpayment1.recordsource=""
>thisform.grdpayment1.recordsource="paydisp"
>thisform.grdpayment1.columncount=14
>.
>.
>thisform.grdpayment1.column3.controlsource="category"
>thisform.grdpayment1.column3.cbocategory.boundto=.t.
>
>Thanks
>Carmel
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform