Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need optimization ideas
Message
 
 
To
15/09/2003 06:54:47
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00828770
Message ID:
00829098
Views:
17
>Hi Nadya,
>
>>Yes, ....
>
>On VFP6 you can use ACOPY() for copy a column on a private varArray, an on this you can uses ASCAN() ( on VFP 8 you can use just ASCAN )
>
>>>Don't understand this idea. Would you please elaborate?
>
>Only for numeric codes on range 0..32767
>( this is a big limit on VFP, old 16 bits code ).
>
>* Load combobox with ( i haven't test itemID with array rowsourcetype ):
>for k=1
> listbox.AddListItem(btcValArray[m.k,1],btcValArray[m.k,2]) && text and code
>next
>* on select recovery you haven't to scan codes
>WITH .Container1.List1
> for i=1 TO ALEN(aCodesSelected)
>   .SelectedID(aCodesSelected[m.i])= .T. && seek on listbox key id
> next
>ENDWITH
>
>
>Fabio

This is still not clear... The idea of copying only one column may work, I need to check...
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform