Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to replace into current record w/o hardcoding fldnam
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
Database:
Firebird
Miscellaneous
Thread ID:
01107893
Message ID:
01107940
Views:
31
>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
___________________________________________
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform