Todd Baremore
Viktor,
toggle quoted messageShow quoted text
My Android RIA app is almost entirely offline programs so I have not encountered exactly what you are experiencing. I'm wondering if the "Do you wish to retry connecting?" message is coming from the Android OS. You may want to try loading records locally in a batch task before allowing the user to work with the data. When the user saves the data or closes the window, you can save the changes to the working tables in the server. Before reading or writing data to the server, check that you have a server connection. To test server access, I have a batch program (end task after updating record) that tries to open a table on the server. MSE recommends that the Start Program be Offline. Todd On 9/24/2019 5:30 AM, lehoczki.viktor
via Groups.Io wrote:
Dear Todd Barmore,
|
|