Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to replace into current record w/o hardcoding fldnam
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Database:
Firebird
Divers
Thread ID:
01107893
Message ID:
01107940
Vues:
29
>The SCATTER NAME xyz will not scatter memo but SCATTER NAME xyz MEMO will.

Sorry, my typo. I have put MEMO both in the SCATTER and GATHER but still the memo fields are not filled in with the values, I am pretty sure I am seeing blanks for memo fields. The copy and paste buttons simply have calls to these 2 and a refresh of the form.

iBizObj.CopyRec()
LOCAL loLastRecord

SELECT (THIS.cAlias)

SCATTER MEMO NAME loLastRecord

THIS.oLastRecord = loLastRecord

loLastRecord = .NULL.
iBizObj.PasteRec()
LOCAL loLastRecord, lcExcept

lcExcept = THIS.cPasteExcept

SELECT (THIS.cAlias)

loLastRecord = THIS.oLastRecord

GATHER NAME loLastRecord FIELDS EXCEPT &lcExcept

loLastRecord = .NULL.
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform