Hi,
Is there any way to avoid showing message box for schema update on the client?
Do I need to force schema refresh on Form load?
Best Regards,
Megumi
[RPG/RDMLX]schema update dialog
Re: [RPG/RDMLX]schema update dialog
Please use ClientCommand operation to refresh schema. The message box won't appear when using this operation.
https://www.longrangemobile.com/docs/lr ... ommand.htm
https://www.longrangemobile.com/docs/lr ... ommand.htm
-
MegumiSawada
- Posts: 268
- Joined: Tue Feb 19, 2013 5:18 pm
Re: [RPG/RDMLX]schema update dialog
Hi Jason,
Thank you.
I know that operation. Sorry for my poor explanation.
I wonder if there's any setting to avoid showing message box except forcing schema update using this operation.
Best Regards,
Megumi Sawada
Thank you.
I know that operation. Sorry for my poor explanation.
I wonder if there's any setting to avoid showing message box except forcing schema update using this operation.
Best Regards,
Megumi Sawada
Re: [RPG/RDMLX]schema update dialog
Sorry Megumi, there is no such setting to disable the schema update message box. Thanks.