Paradox Community

Items in pnews.paradox-programming

Subject:Re: memo field question
Date:Mon, 14 Sep 2020 11:07:01 -0400
From:"Steven Green" <greens@diamondsg.com>
Newsgroups:pnews.paradox-programming
bigString = thisString + thatString

myMemoField = bigString should work

--

Steven Green
Myrtle Beach, South Carolina, USA

http://www.OasisTradingPost.com

Collectibles and Memorabilia
Vintage Lego Sets and Parts
- and Paradox support, too
"Kevin Baker"  wrote in message news:5f5f84f5$1@pnews.thedbcommunity.com...

on a form I have a memo field (isn't NOT a formatted memo, just a plan
memo field)

in code I have the following (on a test button)
var
vMemo memo
endvar

vMemo = myMemoField
vMemo = vMemo + " " + string(today())
myMemoField = vMemo


When I check the syntax, I get Error: Incompatible types

so I tried this
var
vMemo memo
vStr string
endvar

vStr = string(today())
vMemo = myMemoField
vMemo = vMemo + vStr
myMemoField = vMemo

same error.

Anyone got insight into this.  I just need to add todays date at the end
of the memo field.

Thanks,
Kevin 


Copyright © 2004 thedbcommunity.com