Script tab
Description
Define Script properties for the selected control or painter.
The selections you make apply to all subsequent editing sessions
in the Script view, the ISQL view in the Database painter, or the
file editor. Only the Tab Size option is enabled in the ISQL view
and file editor.
Options
Tab Size
Enter the tab size. The default is 3. This size is used for
display only. If you print the script, a default tab size is used.
Enable Auto Indenting
Check to have PowerBuilder indent lines inside statements
such as IF and FOR statements.
Allow Dashes in Identifiers
Check to allow dashes in identifiers.
Display Compiler Warnings
Check to display compiler warnings. PowerBuilder lets you
compile a script that contains compiler warnings and open a different
script in the Script view or close the Script view. But you must fix
the problem in the script before you can save the object, such as
the window or menu.
Display Database Warnings
Check to display Database Warnings. PowerBuilder lets you
compile scripts with database warnings and also lets you save the
associated object. You should study database warnings carefully
to make sure the problems will not occur during execution.
Display Information Messages
Check to display Information Messages. Information messages
are issued when there is a potential problem.
Display Obsolete Messages
Check to display Obsolete Messages. Obsolete functions, although
they still compile and run, have been replaced by more efficient
functions and will be discontinued in the next release of PowerBuilder.
You should replace all references to obsolete functions as soon as
possible.
Event and Function List Order
Select Alphabetical to display the items in the Event List
view and the Function List view in a single alphabetical list. The default
is Scripted First, which displays scripted events and functions
before unscripted events or functions.