Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Difference in combobox behavior depending on source
Message
From
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:
01061033
Views:
16
>>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
John Harold Belalcázar Lozano
Associate Director Of Development
http://www.belvicto.co/
jhbelalc@gmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform