Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'Insert into' - does not reselect vacant work area
Message
From
25/05/2004 21:18:56
James Chan
Objectmastery Pty Ltd
Hawthorn, Australia
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
'Insert into' - does not reselect vacant work area
Miscellaneous
Thread ID:
00907155
Message ID:
00907155
Views:
35
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()
James Chan
ObjectMastery Pty Ltd
Next
Reply
Map
View

Click here to load this message in the networking platform