Updating a memo field
Posted: Tue 16 May 2006 14:49
Hello,
I am trying to update a memo field in a table. But when I do the statement below the memo field is given a True value. How can I get the text I want in it?
MyTable_Site_Upgrades->FieldValues["Notes"]= Memo_Upgrade_Notes->Lines;
Thanks!
I am trying to update a memo field in a table. But when I do the statement below the memo field is given a True value. How can I get the text I want in it?
MyTable_Site_Upgrades->FieldValues["Notes"]= Memo_Upgrade_Notes->Lines;
Thanks!