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:
01023423
Views:
16
>>>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. :-)

Only if all the text in the world placed in MEMO field couldn't cause FTP to be more then 2GIG file ;o)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform