I want to invoke the "+" (new) button programmatically so I can star a new page when I call a window through code.
Can somebody help me?
I want to invoke the "+" (new) button programmatically so I can star a new page when I call a window through code.
Can somebody help me?
Hi Joana Santos,
Try "Gosub NOUVEAU From GOBJSUB"
I've tried and nothing happens.
I opened GOBJSUB.src file on my IDE and it's empty
Sage doesn't give us access to GOBJSUB.
Regarding your question, I have it working in some of ours SPE's.
Where are you using the action?
I was using LIENS and it wasn't working
I tried it in STYLE but it shows the message "Continue and abandon creation?" if I click "yes" I have the result that I want, but I would like the window to open immediately without displaying the message. it's possible?
It is (check GESECRAN entry point) ... Bu try it on SETBOUT first!
It worked on SETBOUT
Thank you!