Page 1 of 1
Pb with clipBoardData
Posted: Fri Aug 30, 2013 10:52 am
by Physiologos
Hi. I am using the "set the clipBoardData to fld XXX" function in order to copy/paste a code including underlined letters AND letters not underlined (ex.:
B7C
E
, but the result doesn't take the underlined letters into account (and the code becomes for example B7CE8). Any idea ?
Thanks.
Re: Pb with clipBoardData
Posted: Fri Aug 30, 2013 11:19 am
by bangkok
Try :
set the clipBoardData ["rtf"] to the rtftext of fld "myfield"
Re: Pb with clipBoardData
Posted: Fri Aug 30, 2013 11:31 am
by Physiologos
Thank you so much !
Re: Pb with clipBoardData
Posted: Fri Aug 30, 2013 3:21 pm
by dunbarx
You can also;
set the clipboardData to the htmlText of yourChunkOfData
Craig Newman