Hi All,
I m stuck in a situation where i have passed the write function query for navigation to the next page but i don't know why this page is not showing up when i click on that. Please see the attachment for the function and more details.
Any help is appreciated by all.
Thanks
Solved! Go to Solution.
Put this code in the OnSelect property for the gallery
Navigate(target_screen_name)
Also put this code in the OnSelect property of the right arrow icon
Select(Parent)
Now go to your target screen. I am guessing you have an Edit Form there. Put this code in the Item property of your edit form.
Gallery1.Selected
The Datasource for the Edit Form should be the same as your Gallery.
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Put this code in the OnSelect property for the gallery
Navigate(target_screen_name)
Also put this code in the OnSelect property of the right arrow icon
Select(Parent)
Now go to your target screen. I am guessing you have an Edit Form there. Put this code in the Item property of your edit form.
Gallery1.Selected
The Datasource for the Edit Form should be the same as your Gallery.
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
User | Count |
---|---|
196 | |
125 | |
88 | |
49 | |
42 |
User | Count |
---|---|
285 | |
162 | |
138 | |
76 | |
73 |