Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'Insert into' - does not reselect vacant work area
Message
From
26/05/2004 09:56:46
 
 
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:
00907337
Views:
11
This has been reported on your behalf. We are viewing it as a bug.

Thanks!


>Hi,
>
>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()
>
Jim Saunders
Microsoft
This posting is provided “AS IS”, with no warranties, and confers no rights.
Previous
Reply
Map
View

Click here to load this message in the networking platform