Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Gather memvar bug?
Message
From
01/04/2004 12:13:15
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Gather memvar bug?
Miscellaneous
Thread ID:
00891508
Message ID:
00891508
Views:
101
Hi all,
Is this proper behavior of a GATHER MEMVAR FIELD EXCEPT command?
create cursor test1 (fld1 i, fld2 i)
insert into test1 values (1,1)
scatter memvar
create cursor test2 (fld1 i, fld2 i)
append blank
gather memvar fields except 'fld2'
browse
replace fld1 with 0
gather memvar fields except 'fld1,fld2' && updates both fld1 and fld2!!!
browse
ramil
~~ learning to stand still
Next
Reply
Map
View

Click here to load this message in the networking platform