Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Difference in combobox behavior depending on source
Message
 
 
To
21/10/2005 07:59:46
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01060796
Message ID:
01061070
Views:
12
>>>dimension .aRowSource[ALEN(.aRowSource,1)+1, m.lnCols] && add one more column
>at this instruction you are adding one more row instead of column. If you need other column change the code:
>dimension .aRowSource[ALEN(.aRowSource,1), m.lnCols+1] && add one more column

I see, good catch <g> It's a typo in the comment, I should have said "add one more row".

Anyway, this has nothing to do with the problem, do you see anything else wrong?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform