Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to replace into current record w/o hardcoding fldnam
Message
From
27/03/2006 09:55:12
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
Database:
Firebird
Miscellaneous
Thread ID:
01107893
Message ID:
01107941
Views:
25
>>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.
>
hi Bhavbhuti,

One of us needs glasses
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform