Page 1 of 1

set caption in DCMESSAGE

Posted: Fri May 20, 2016 10:14 pm
by c-tec
Hello,
how can I set the caption correct in DCMESSAGEBOX ?
I have

Code: Select all

@ 22.5,0 DCMESSAGEBOX SIZE 135,1.5 COLOR GRA_CLR_BLACK,COLOR_PALEGRAY OBJECT oMsg  FONT "12.Arial"
attached you see that when setting oMsg:setcaption() the font and position is not equal to the MESSAGE INTO clause in the GET. It seems that I have to use another method. I would set the caption for example in DCREAD with EVAL {||oMsg:setcaption("may initial message in the messagebox")}
regards
Rudolf