Form Builder [message #673234] |
Mon, 12 November 2018 13:19  |
|
Hello Every one
I have an issue with stack canvas when i show one view the other one which was previously opened or shown does not automatically disappear i go manually right code for that each canvas hide view ...
Is there any other easy method to hide_view not to right this like code this is too lengthy
show_view('third');
hide_view('first');
hide_view('third');
hide_view('fourth');
please guide me
[Updated on: Mon, 12 November 2018 13:21] Report message to a moderator
|
|
|
Re: Form Builder [message #673235 is a reply to message #673234] |
Mon, 12 November 2018 14:33   |
 |
Michel Cadot
Messages: 68510 Registered: March 2007 Location: Nanterre, France, http://...
|
Senior Member Account Moderator |
|
|
Michel Cadot wrote on Sat, 03 November 2018 08:41
My suggestion (as you post this in "Suggestions & Feedback" forum) is that you'd find for your topics titles more specific that the one you used: "oracle form", "FORM BUILDER", "Form Builder", "Oracle form Builder".
It's truer when you post in "Oracle Forms and Forms Builder" forum.
[Updated on: Mon, 12 November 2018 14:35] Report message to a moderator
|
|
|
Re: Form Builder [message #673237 is a reply to message #673235] |
Mon, 12 November 2018 16:02  |
 |
Littlefoot
Messages: 21783 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
I don't know whether there's a simple way to do that, not with stacked canvases.
However, if you used tab canvas, you could have put all that into 4 tabs and avoid lengthy typing issue.
|
|
|