Hello again all,
I think I got my app done minus one last thing. You all have been very helpful here! Wondering if anybody can help me with hopefully one last thing. I have an app with many pages and one of them is a gallery setup like a table with two columns and text labels at the top of each column. These have conditional formatting to change colors depending on the second column. Anyway, the way I tried to set this up was with a printer icon with on select of Navigate(PrintScreen,Fade):Print() which takes me to a page I have setup up as a Portrait Print screen that only contains the text labels and the gallery and a hidden button on the whole screen that will navigate back to the pervious screen. My problem is the gallery needs to scroll to view all the data and the print does not include that on a second page. The Print function has no arguments to make any adjustments. Does anybody have a trick to be able to print the whole gallery? Also what about the formatting coming with the print as well? The print shows all black and white?
Thanks,
Stephen
Solved! Go to Solution.
Hi @StephenGW ,
check https://youtu.be/95BS378sJ1k
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Thanks,
Reza Dorrani, MVP
YouTube
Twitter
Hi @StephenGW ,
check https://youtu.be/95BS378sJ1k
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Thanks,
Reza Dorrani, MVP
YouTube
Twitter
Perfect! Great video that explains it all very well! You have solved my problem!
Stephen