SET AUTOSCROLL
Configure AutoScroll Global Setting
SET AUTOSCROLL ON | OFF
When set to ON, virtual dimensioned windows scrollbars, are automatically adjusted to make a non visible control that had gained the focus, visible.
SET BROWSESYNC
Configures BrowseSync Globel Setting
This command affect Browse control behavior.
BROWSE is a compatibility (obsolete) control and therefore not recommended. It is superseded by the GRID control.
SET CODEPAGE
Sets The Current CodePage
SET CODEPAGE TO UNICODE | ENGLISH | SPANISH | BULGARIAN | GERMAN | GREEK | HUNGARIAN | POLISH | PORTUGUESE | RUSSIAN | SERBIAN | SLOVENIAN
SET COMMPATH
Sets The Common Path For Inter-Application Communication
SET COMMPATH TO <cCommonPathName>
SET EDGE
Set edges in the controls
SET CONTROL <ControlName> OF <FormName> CLIENTEDGE
SET CONTROL <ControlName> OF <FormName> STATICEDGE
SET CONTROL <ControlName> OF <FormName> NOTEDGE
SET FONT
Sets The Default Font For Controls
SET FONT TO <cFontName> , <nFontSize>
SET HELPFILE
Sets The Default Help File For a HMG Application
SET HELPFILE TO <cHelpFileName>
SET INTERACTIVECLOSE
Configure InteractiveClose Global Setting
SET INTERACTIVECLOSE ON | OFF | QUERY [MAIN]
When sets to OFF the windows can't be closed with ALT+F4 or Clicking [X]. When set to QUERY, the user is asked for confirmation. Using MAIN clause, user will be asked on close only for main program window.
SET LANGUAGE
Selects Language For Interface Messages
SET LANGUAGE TO SPANISH | ENGLISH | FRENCH | PORTUGUESE | GERMAN | RUSSIAN | ITALIAN | FINNISH | CROATIAN | BASQUE | POLISH | DUTCH | SLOVENIAN | CZECH
SET MULTIPLE
Impedes Attempts To Run Multiple Instances Of The Application
SET MULTIPLE ON | OFF [ WARNING ]
SET NAVIGATION
Configures Navigation Global Setting
SET NAVIGATION EXTENDED | STANDARD
When set to EXTENDED, pressing ENTER key when focus is in TEXTBOX COMBOBOX or DATEPICKER, acts like TAB key.
SET REGION
Sets The Shape Of a Window Based Upon Given Points Coordinates
SET REGION OF <WindowName> RECTANGULAR <nRow>,<nCol>,<nWidth>,<nHeight>
SET REGION OF <WindowName> ELLIPTIC <nRow>,<nCol>,<nWidth>,<nHeight>
SET REGION OF <WindowName> POLYGONAL <aPoints> [ ALTERNATE | WINDING ]
SET REGION OF <WindowName> RESET
SET SCROLL
Set scroll amount for horizontal and vertical scrollbars in virtual dimensioned windows
SET SCROLLSTEP TO <nStep>
SET SCROLLPAGE TO <nStep>
SET STATIONNAME
Sets The Station Name For Inter-Application Communication
SET STATIONNAME TO <cStationname>
SET TOOLTIPBACKCOLOR
Set ToolTip Background Color
SET TOOLTIPBACKCOLOR <aColor>
SET TOOLTIPFORECOLOR
Set Tooltip Foreground Color
SET TOOLTIPFORECOLOR <aColor>
SET TOOLTIPCUSTOMDRAW
Set Form\/Control ToolTip Custom Draw
SET TOOLTIPCUSTOMDRAW ON|OFF --> For Default ToolTip Custom Draw is OFF
SET TOOLTIPCUSTOMDRAW TO <lOn>
ToolTipCustomDrawIsActive() --> lBoolean
SET TOOLTIPCUSTOMDRAW FORM <FormName>
[ BACKCOLOR <aBackColor> ]
[ FORECOLOR <aForeColor> ]
[ ARRAYFONT <aFont> ]
[ BALLOON <lBalloon> ]
[ TITLE <cTitle> ]
[ ICON <xIcon> ]
SET TOOLTIPCUSTOMDRAW FORM <FormName> --> Remove tooltip custom draw of the FormName
SET TOOLTIPCUSTOMDRAW CONTROL <ControlName | MenuItemName> OF <ParentName>
[ BACKCOLOR <aBackColor> ]
[ FORECOLOR <aForeColor> ]
[ ARRAYFONT <aFont> ]
[ BALLOON <lBalloon> ]
[ TITLE <cTitle> ]
[ ICON <xIcon> ]
SET TOOLTIPCUSTOMDRAW CONTROL <ControlName | MenuItemName> OF <ParentName> --> Remove tooltip custom draw of the ControlName/MenuItemName
Note:
aFont := ARRAY FONT <cFontName> SIZE <nFontSize> [ BOLD ] [ ITALIC ] [ UNDERLINE ] [ STRIKEOUT ] --> { cFontName, nFontSize, lBold, lItalic, lUnderline, lStrikeout }
aFont := CREATE ARRAY FONT <cFontName> SIZE <nFontSize> [ BOLD <lBold> ] [ ITALIC <lItalic> ] [ UNDERLINE <lUnderline> ] [ STRIKEOUT <lStrikeout> ] --> { cFontName, nFontSize, lBold, lIitalic, lUnderline, lStrikeout }
xIcon := cIconFileName | TOOLTIPICON_NONE | TOOLTIPICON_INFO | TOOLTIPICON_WARNING | TOOLTIPICON_ERROR | TOOLTIPICON_INFO_LARGE | TOOLTIPICON_WARNING_LARGE | TOOLTIPICON_ERROR_LARGE
If the Title is not specified the Icon is not displayed.
If the Title is specified the ForeColor property does not work.
The BackColor property not work.
SET TOOLTIPSTYLE
Set Tooltip Style (Standard Or Balloon)
SET TOOLTIPSTYLE STANDARD | BALLOON