Discussions tagged User Object

I am building a new logon window and need to add a length of text that wraps 3-4 lines. This would be easy in Visual Studio and supported by the textbox objects, but in PowerBuilder I do not see this option with the StaticText object. Is this expecte...
I'm using a theme in my PowerBuilder App and applying the "drawing":true for the datawindows.  My question is: Can i have a datawindow with the property in the therme.json as drawing:false?   Can i have some exceptions for specific objecs ?...
Currently Im coding in a datawindow that is placed on a userobject. Im trying to get the name of my userobject using parent or getparent(). Since the userobject is used as a tabpage, "parent" returns the tabpage instead of the userobject. Is there a...
I have a universal datawindow userobject... u_dw. Inherited a new object u_dw_attachments Added a user function of_setworkorder( al_workorder ) In script, when I try to call that function, I get a compiler error. Here's my script: idw_attachments...
Hi; I inherited a couple Powerbuilder apps that share a common PDB/PBL. App A is on PB 12.1, App B is on PB 12.5. The shared PBL has a popup window object that is used by both apps. App A experienced an issue where it was just shutting down. I only...
Let n_pbni denote a non-visual object exported by a PBNI-Extension and let n_derived denote a class that was inherited from n_pbni. Assume that n_derived's constructor and destructor are implemented and reference global variables that are part of the...
The interval is not fixed to 1 second and it may be different at different times during the life time of an instance of the timing user object. How do i increment an instance variable that hold maximum number of seconds since instance of the timing ...
Hello Experts,   We are facing issue while opening multiple windows. As part of Opening multiple windows. System creates Datawindow objects. We noticed that when User Object reached 240 / 250 limit then system is started to crash.    Do we have a...
I have a visual custom user object (uo_child) that is placed within another visual custom user object (uo_parent). The main user object (uo_parent) is then placed on a window. When I try to change the Border property of the nested User Object (...
  • Page :
  • 1