Skip to Content
0
Former Member
Apr 11, 2014 at 11:30 AM

Popup Menu for RichText in datawindow

110 Views

Hi,

Currently i am unable to use the right click to choose default pop up menu(copy/paste option) for rich text control used in datawindow in PB 12.5.
I have tried below syntax, to open pop up menu:

dw_1.Object.DataWindow.RichText.PopMenu = "yes"

but this is not working and throwing error as :

---------------------------

PowerBuilder application execution error (R0039)

---------------------------

Application terminated.

Error: Error accessing external object property popmenu

(Line 1 Column 33: incorrect syntax.)

at line 7 in open event of object w_main.

---------------------------

OK

---------------------------

could you please help me with this?