- Tracy Lamb
- PowerBuilder
- Saturday, 1 April 2023 01:30 PM UTC
Hi all,
I thought I'd play around with the RichText edit style on one of the fields in a datawindow. I don't want the toolbar to show up every time I click in that field. Rather, I'd like something like the CTRL+ALT+D (or some other shortcut) to popup when the user wants to change something on the font.
The datawindow only retrieves one record. I think it's a free-form DW, but might be a tabulare dw. The name of the dw control on the window is "dw_6". The name of the DataObject is "d_estimate_rt". And the name of the RichText field is "description".
I tried 2 different ways in the dw control's constructor script to no avail. (one at a time)
//this.Modify ( "Datawindow.RichTextToolBarActivation=0")
this.Modify ( "description.RichTextToolBarActivation=0")
I don't see anything in the dw painter itself that let's me set anything related to RichText edit style.
TIA,
~~~Tracy
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.