Skip to main content
17-Peridot
March 8, 2013
Question

RTF textbox properties

  • March 8, 2013
  • 3 replies
  • 1413 views

Hello folks,

is there any way to change the rtf textbox properties (the one from the "useful extra components" sheet) such as border and size?

Thanks in advance

Raiko

3 replies

19-Tanzanite
March 8, 2013
Raiko17-PeridotAuthor
17-Peridot
March 11, 2013

Hi,

thanks for your help. Although the RTF textbox accepts the property (see below) it isn't executed. I.e. The border remains visible. Do I need to specifiy anything else?

Raiko

Sub RTFObjEvent_Exec(Inputs,Outputs)

RTFObj.BorderStyle=0

RTFObj.defTextRTF=Join(Inputs(0).Value)& Join(Inputs(1).Value)

End Sub

19-Tanzanite
March 11, 2013

I don't see any other proprty that would make a difference. I don't know why te border still shows with BorderStyle set to 0. Sorry.