Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Supermover foundation class
Message
 
 
To
10/08/2010 11:49:46
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01475893
Message ID:
01475986
Views:
52
>
>PUBLIC ARRAY aorphans[1], aselected[1] 
>
>
>

Ok, so my first thought of arrays going out of scope was incorrect.
Are you sure your select returns any results? Did you try to examine array's content?


>>>Middle of night. Been staring at this. everyone gone home. put supermover foundation class on form What did I miss?
>>>
>>>
>>>SELECT 	STR(td_each,8,2) + ' ' + STR(td_qty,6,2) + ' ' + STR(td_value,8,2) + ' ' + td_desc + td_sanal + td_mref
>>> FROM sl_td WHERE td_tcode = '7777777' 	INTO ARRAY aOrphans 
>>>
>>>DO FORM findme NAME ofindme LINKED  noshow
>>>ofindme._mover1.initchoices(@aOrphans)
>>>oFindme.show(1)
>>>
>>>
>>>Pressing Add button gives Array dimensions are invalid, click method of add button. Am selecting one column 'cause was selecting 5 and thought maybe that eas an issue.
>>>
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