Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox RowSource Not Found Why
Message
 
To
18/06/1998 23:27:43
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00109784
Message ID:
00110119
Views:
20
>>* Ary was declared as a PROPERTY
>>* when building this class.
>>DECLARE this.ary[_tally+1,2]
>>this.ary[_tally+1,1]=' '
>>this.ary[_tally+1,2]=' '

>>WITH THIS
>>.ROWSOURCETYPE =5 && Array
>>.ROWSROUCE ='THIS.ARY' <--- CRASH
>>.BOUNDCOLUMN =2
>>.COLUMNCOUNT =ALEN(this.ary,2)
>>.NUMBEROFELEMENTS=ALEN(this.ary,1)
>>ENDWITH

>>In the INIT of the combobox,
>>the program crashes and tells
>>me :
>>RowSource is Not Found

I hate to ask this question, but are mispelling rowsource in your program?

This line is mispelled .ROWSROUCE ='THIS.ARY' <--- CRASH

Costas
Previous
Reply
Map
View

Click here to load this message in the networking platform