This page provides a place for other script processors. To select a script processor, check the box
beside it.
GetUpdateStatus()
Converter
|
Replaces GetUpdateStatus() parameters with appropriate event
parameters.
|
Name Unnamed DW
Controls
|
Assigns generated names to DataWindow controls that have no
names. Useful when developers forget to assign names, but
frameworks require names on all objects.
|
PBMCustom event
converter
|
Replaces PBM_Custom## events with unassigned events, so
no parameters are required when using new event calling
syntax.
|
SetActionCode(#) converter
|
Replace SetActionCode(##) with RETURN ##
|
Synchronize DataWindow
Data Sets
|
Synchronizes the data types in the DataWindows' data sets with
the database. This is useful if data types in the database have
changed since DataWindows have been created.
|
Synchronize DataWindow
Edit.Limit
|
Synchronizes any non-zero edit.limit attribute in DataWindow
char columns to the length of the data element.
|