Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'Insert into' - does not reselect vacant work area
Message
 
 
To
26/05/2004 03:49:56
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00907155
Message ID:
00907266
Views:
9
Hi Fabio,

That would explain why this bug wasn't found earlier.

>Only if the selected ALIAS() is empty.
>
>
>create cursor MyTable1 (MyField C(10))
>create cursor MyTable (MyField C(10))
>
>dimension MyArray[1]
>scatter to MyArray blank
>
>select 0
>? 'before: ', alias()
>insert into MyTable from array MyArray
>? 'after: ', alias()
>
>select MyTable1
>? 'before: ', alias()
>insert into MyTable (MyField) value ('hi there')
>? 'after: ', alias()
>
>
>Therefore I have some perplexity.
>
>Fabio
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform