Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there any way (expression) to find out current application is running on QV desktop or Ajax client (web).
Thanks in Advance
Prakash
ClientPlatform() - for desktop, it returns null. Clients using AJAX will return Browser.Nameofbrowser
Hi,
Simplest way
Qemc-->status -- qvstatistics tab.
Regards
ASHFAQ
ClientPlatform() - for desktop, it returns null. Clients using AJAX will return Browser.Nameofbrowser
Hi,
Check this
ClientPlatform( )
Returns the name of the platform the client is using, for example, Mobile.iPhone.
All mobile clients start with Mobile, a period sign and the type of mobile device. Clients using AJAX will return Browser.Nameofbrowser, for example Browser.Firefox.
Note!
The function will only return the client type for those clients using the QVPX protocol, that is the mobile clients and the AJAX client.
If ClientPlatform( ) return empty value then it is Desktop or IE Plugin.
Regards,
Jagan.