[RPG/RDMLX]schema update dialog

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
MegumiSawada
Posts: 268
Joined: Tue Feb 19, 2013 5:18 pm

[RPG/RDMLX]schema update dialog

Post 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
jasonzhou
Posts: 130
Joined: Wed Jan 11, 2017 3:26 pm

Re: [RPG/RDMLX]schema update dialog

Post 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
MegumiSawada
Posts: 268
Joined: Tue Feb 19, 2013 5:18 pm

Re: [RPG/RDMLX]schema update dialog

Post 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
jasonzhou
Posts: 130
Joined: Wed Jan 11, 2017 3:26 pm

Re: [RPG/RDMLX]schema update dialog

Post by jasonzhou »

Sorry Megumi, there is no such setting to disable the schema update message box. Thanks.
Post Reply