Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Supermover foundation class
Message
From
10/08/2010 12:03:43
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01475893
Message ID:
01475987
Views:
45
Can't get that far. Class instantiates, correct list on left, em[ty array on right. Press add to move an entry from cjhoices to selected and you get the error. I could open the class and debug it, I was hoping since it is a FFC somebody might have an idea simpler than that. TIA


>>
>>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.
>>>>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform