Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This function returns the type of display that is currently rendered in the browser. The possible return values are 'rdf' (Rich Display File), '5250' (5250 / Genie), and '5250-handler' (5250 with Genie Handler). 

Example:

// Submit the screen to the server...
if (pui.getDisplayType() == "rdf")
  pui.click();
else
  pressKey("enter");
  • No labels