Created a Canvas App that works fine while connected to the internet.
However when I changed it to Offline mode. Filters & Printing has become weird.
It ignores the galley that it normally prints but just grabs the data and fills up the page with the first data, until the page is full.
Now it may work correctly the first time then the next time it grabs all data.
Process:
Screen 1 - Welcome and "Lets get Started"
Screen 2 - type in ID
for examples use these ID's - 0422464 and 0463441
"Search" button
"Yes this is My ID" button
Screen 3 = filtered data in a gallery
"Print this Page" = using the print() command
//Refresh('Table_Student_Thank_You_Cards_for_Donors'); I believe this is one of the problems at this point.
Since the data is local now instead of a Sharepoint list, I'm wondering if there's a different command I should be using instead of "Refresh"?
Not excited about recreating with containers at this point.
the major error is that it just grabs the data and fills up the page with the first data, until the page is full.
Printer is setup for Portrait, B&W, minimum margins
The data file name is different but same structure
Again
first problem - not filtering data in gallery, even though it shows correct before the "Print this Page"
second problem - not allowing minimum margins
third problem - not returning to the program after printing is completed.
It works online, but not offline.
I would like suggestions