I need to use datawindow design mode in my application but i think there is no such function to open design mode at runtime.
In my application there is reporting module that is not perfect in the sense that there is always need to design a new report. I want to implement functionality in my application that will let user design reports the way he/she wants.
Designing the same interface as the one we use in design mode in powerbuilder is very difficult because there are no helping functions in powerbuilder.
The other option if possible to get syntax of a created window in design mode in powerbuilder can be seen or captured in a string from memory where powerbuilder is loaded. for example i design a datawindow in datawindow painter and do not close the painter. is there way to get the datawindow syntax from the memory where powerbuilder is loaded?
The best option would be the designer integrated in custom powerbuilder app instead of designing everything from scratch.