Hi,
Is it possible to retreive DeviceSizeCategory in offline formview?
Best Regards,
Megumi Sawada
[RPG]DeviceSizeCategory in Offline
Re: [RPG]DeviceSizeCategory in Offline
Please try out the following code:
Code: Select all
lrexec(
function()
{
this.q_getSystemValue("DEVICE-SCREEN-SIZE-CATEGORY");
},
function(result)
{
}
)
-
MegumiSawada
- Posts: 268
- Joined: Tue Feb 19, 2013 5:18 pm
Re: [RPG]DeviceSizeCategory in Offline
Hi Jason,
Thank you!
I have confirmed that I can retreive the DeviceSizeCategory from offline form with provided code.
Best Regards,
Megumi Sawada
Thank you!
I have confirmed that I can retreive the DeviceSizeCategory from offline form with provided code.
Best Regards,
Megumi Sawada