Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Gather memvar bug?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00891508
Message ID:
00891548
Vues:
22
Thanks a lot, guys.

>>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,
>
>No bug, just remove the quotes:
GATHER MEMVAR EXCEPT fld1, fld2
ramil
~~ learning to stand still
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform