Page 1 of 1

[RPG/RDMLX]schema update dialog

Posted: Tue Mar 19, 2019 5:38 pm
by MegumiSawada
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

Re: [RPG/RDMLX]schema update dialog

Posted: Wed Mar 20, 2019 10:19 am
by jasonzhou
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

Re: [RPG/RDMLX]schema update dialog

Posted: Wed Mar 20, 2019 11:21 am
by MegumiSawada
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

Re: [RPG/RDMLX]schema update dialog

Posted: Thu Mar 21, 2019 9:24 am
by jasonzhou
Sorry Megumi, there is no such setting to disable the schema update message box. Thanks.