Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo DisplayValue Won't Stay Set
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01076265
Message ID:
01076344
Views:
27
The trouble was with the ListIndex property. It was somehow getting reset to ZERO during the Refresh(). To fix it, I set the property to the record number of the lookup table in the textbox.Refresh(). After the refresh, the combo displays the correct value.

Thanks for your help!

---Michael


>can you post these infos:
>
>- call you combo.requery ?
>- boundto = ?
>
>* in combo.valid, before call init
>- listindex ?
>- value  ?
>- displayValue ?
>
>this.init
>this.rowsourcetype = this.rowsourcetype
>this.refresh
>* new values
>- listindex ?
>- value ?
>- displayValue ?
>
Previous
Reply
Map
View

Click here to load this message in the networking platform