Form with Multiple canvases [message #634353] |
Mon, 09 March 2015 01:44 |
|
afzaa2yahoocom
Messages: 24 Registered: April 2011 Location: Dubai
|
Junior Member |
|
|
Hi All,
I created a form with 3 blocks (A,B,C), 3 canvases for each block and 3 windows for each canvas.
All canvases type are content and windows type are Document.
The first block A is master and B, C are the child blocks, created relation for the same.
For the Block A , In the canvas we have two buttons (Button_B,Button_C) with when-button-pressed-trigger as go_block('B'); and go_block('C'); respectively.
When I click the Button_B the respective canvas Block B opens, when we close the same it closes, keeping the Master Block A canvas Open.
But When I click the Button_C the respective canvas opens, when we close the same it closes, but the Block B is opened auto which I dont want, I want only the Master Block A to be opened as above.
Kindly suggest.
Regards,
Afzal.
[Updated on: Mon, 09 March 2015 01:45] Report message to a moderator
|
|
|
|
|
|
|
|