Using Your Liquid UI Products > WS aka Web Scripts (Attended RPA for SAP)

LiquidUI: noscrollbar Command

(1/1)

chirag.amin@guixt.com:
This example illustrates the noscrollbar command. The noscrollbar command hides any scrollbars in SAP screens.  It can be used to suppress or hide scrollbars within a specified area in a SAP screen. This is very useful if a user has deleted a large number of fields or other elements, making a scrollbar unnecessary. The scrollbar at the right-hand edge of the window is the lone exception to the command - it is not suppressed when using the noscrollbar command.

LiquidUI Code:

del("G[Communication]");
noscrollbar();

Navigation

[0] Message Index

Go to full version