Hi, any example to work a window with header datawindow and detail datawindow in STD Framerowk?
Hi, any example to work a window with header datawindow and detail datawindow in STD Framerowk?
Should I create the oe_std_fc user event in all my classes of my framework so that I can work with the STD classes?
Chris thanks for the time to answer my questions.
It is very clear to me and the best thing is to implement the STD Framework in new developments, which is what I will do.
Greetings
I could use my following objects:
- my logon window
- my mdi window (w_app)
- my menu object
Replacing the ones used by STD so I can continue using my objects that are already in production?
Okay, is the nc_app_controller_master control the one that activates the services of all the STD controls? If I don't use it, is there a way to use the controls?
Chris, Is it possible to add the STD libraries to my application and have a hybrid with what is already working in production and with what is new under STD?
Hi Chris
I have imported some Example App objects from PowerBuilder 12.6 to STD_FC_OrderEntry_v2017R1_PB12.6.0_Classic_B4108_2017-05-17.
It shows me the following message, what should I do?
This works in Example App and I wish it worked in STD
Hi Chris
I have this window and I want to double click on a record and show me the information from the detail tab using STD.
Hi Chris, thanks
I'm doing some tests with : STD_FC_OrderEntry_v2017R1_PB12.6.0_Classic_B4108_2017-05-17
And checking I found the window wn_extension which is ancestor of wn_controller_master wn_extension is not found in the latest version of STD Foundation Classes.
The company where I work for now does not plan to migrate to the latest version of PowerBuilder.
My question is when to inherit from wn_extension and when to inherit from wn_controller_master?
Hi Desarollo;
The framework does not care too much about this as it would be handled internally by the Parent & Child DWO's and their relationship to each other. Once that is defined in the DW Painter, the DWO runtime engine is responsible for handling that symbiotic relationship. The only choice from a PB developers POV would be the DW Control ancestor to use, There are a few DC ancestor's that might be the best for the way that your App wants the DWO's to be processed, as follows:
HTH
Regards .. Chris