Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from text field to memo field
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01023393
Message ID:
01023418
Views:
14
>>I thought you were appending to an existing memeo field in a table. Presumably, then, thisform.edbHistory is the "screen embodiment" of the memo, presumably in an edit box? When you refer to the contents of controls, you need their .Value, e.g.
>>
>>thisform.edbHistory.value = thisform.edbHistory.value + thisform.txtUpdate.value
>>
>>That work?
>>
>>Terry
>
>It will work. I'm worried about the character string getting too long? The contents of the history memo field could get quite long....

Well no need to worry any more than any other occasions when text is appended to a memo. If you think it's getting too big, don't append any more. Besides, in VFP 8 I guess a memo field can take all the text in the world, and then burp and ask for seconds. :-)
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform