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 03:49:56
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00907155
Message ID:
00907212
Views:
11
Hi Sergey.

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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform