Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'Insert into' - does not reselect vacant work area
Message
 
 
To
25/05/2004 21:18:56
James Chan
Objectmastery Pty Ltd
Hawthorn, Australia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00907155
Message ID:
00907158
Views:
12
Hi James,

Looks like this bug has been inroduced in VFP8. The INSERT INTO is not suppouse to change current work area.

>
>I have the following code that works ok in VFP6, but in VFP8, it does not re-select the vacant work area. Does anybody know why?
>Thanks in advance.
>
>create table MyTable (MyField C(10))
>
>dimension MyArray[1]
>scatter to MyArray blank
>
>select 0
>? 'before: ', alias()
>insert into MyTable from array MyArray
>? 'after: ', alias()
>
>select 0
>? 'before: ', alias()
>insert into MyTable (MyField) value ('hi there')
>? 'after: ', alias()
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform