Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing Combobox in VFP 6.0
Message
From
05/03/1999 04:06:17
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Refreshing Combobox in VFP 6.0
Miscellaneous
Thread ID:
00194348
Message ID:
00194348
Views:
55
If I change the contents of an array that is the RowSource to an Combobox, I get blank lines in the Combobox if the new contents contains less lines than the previous contents.

Init:
PUBLIC aData[1]
SELECT Field FROM Table INTO ARRAY aData && Select 10 records


Change data:
RELEASE aData
PUBLIC adata[1]
SELECT Field FROM table WHERE Key = nKey INTO ARRAY aData && Select 5 records

Now the Combobox contains 5 blank lines..... WHY ????
Benn Kjaer
MS Certified Professional - Visual Foxpro

"There is something rotten in the state of Denmark"
"Why make user-friendly programs, when there aren’t any friendly users :o)"
Next
Reply
Map
View

Click here to load this message in the networking platform