Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
adarsh_a
Contributor III
Contributor III

Hiding text box in Webview mode

Hi All,

          I am displaying a message in text box over a extension object in normal mode. In webview mode, the message should not be shown,the text box should be hidden as soon as qvw is in webview mode. There are no actions in trigger for this. I have attached a sample qvw.

How to do this?


1 Reply
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

You could conditionally show/hide the text box using the system function ClientPlatform(). This will return the browser name using Ajax and is null for the desktop client or IE plugin.

HTH

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein