Syntax.Data – PB Docs 2017
Syntax.Data property (DataWindow object) Description The data in the DataWindow object described in parse format (the format required by the DataWindow parser). Applies to DataWindows Syntax PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.Syntax.Data |
Describe argument:
|
1 |
"DataWindow.Syntax.Data" |
Usage Use this property with the Syntax property to obtain the description of the DataWindow object and the data. Using this information,…
ChangeDirectory – PB Docs 2017
ChangeDirectory PowerScript function Description Changes the current directory. Syntax
|
1 |
ChangeDirectory ( directoryname ) |
Argument Description directoryname String for the name of the directory you want to set as the current directory Return value Integer. Returns 1 if the function succeeds and -1 if an error occurs. Examples This example changes the current directory to the parent directory of…
Pen.property – PB Docs 2017
Pen.property property (DataWindow object) Description Settings for a line or the outline of a control. Applies to Line, Oval, Rectangle, and RoundRectangle controls Syntax PowerBuilder dot notation:
|
1 |
dw_control.Object.controlname.Pen.property |
Describe and Modify argument:
|
1 |
"controlname.Pen.property { = value }" |
Parameter Description controlname The name of the control whose Pen property you want to get or set. property A property that applies…
ClearAll – PB Docs 2017
ClearAll PowerScript function Description Deletes all content from the specified control, but does not store it in the clipboard. Applies to RichTextEdit Syntax
|
1 |
objectname.ClearAll ( ) |
Argument Description objectname Name of the RichTextEdit control Return value Long. Returns the number of characters removed from the RichTextEdit control. Usage Use to remove all content from a RichTextEdit control,…
Tag – PB Docs 2017
Tag property (DataWindow object) Description The tag value of the specified control. The tag value can be any text you see fit to use in your application. Applies to Button, Column, Computed Field, Graph, GroupBox, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls Syntax PowerBuilder dot notation:
|
1 |
dw_control.Object.controlname.Tag |
Describe and Modify argument:
|
1 |
"controlname.Tag { = ' string ' }" |
Parameter…
DeleteSeries – PB Docs 2017
DeleteSeries PowerScript function Description Deletes a series and its data values from a graph. Applies to Graph controls in windows and user objects. Does not apply to graphs within DataWindow objects (because their data comes directly from the DataWindow). Syntax
|
1 |
controlname.DeleteSeries ( seriesname ) |
Argument Description controlname The graph in which you want to delete a series seriesname…
Bandname.property – PB Docs 2017
Bandname.property (DataWindow object) Description Settings for the color, size, and pointer of a band in the DataWindow object. The gradient settings do not work in reports. Applies to DataWindows Syntax PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.bandname.property |
Describe and Modify argument:
|
1 |
"DataWindow.bandname{.#}.property { = value }" |
Parameter Description bandname The identifier of a band in the DataWindow object. Values are: Detail Footer…
EndUpload – PB Docs 2017
EndUpload PowerScript event Description Occurs after transmission of the upload to the synchronization server. Event ID Event ID Objects None MLSynchronization, MLSync Arguments None Return Values None Usage Use this event to add custom actions immediately after transmission of the upload stream from dbmlsync to the MobiLink synchronization server. The BeginUpload event marks the beginning…
Paint – PB Docs 2017
Paint DataWindow expression function Description Takes a string expression argument and returns the same string, allowing you to paint inside a DataWindow object in a way that respect the position and z-order of other DataWindow objects. Syntax
|
1 |
Paint ( expr ) |
Argument Description expr Any valid DataWindow expression. It should contain a function call to a drawing global…
DoVerb – PB Docs 2017
DoVerb PowerScript function Description Requests the OLE server application to execute the specified verb for the OLE object in an OLE control or OLE DWObject. Applies to OLE controls and OLE DWObjects (objects within a DataWindow object that is within a DataWindow control) Syntax
|
1 |
objectref.DoVerb ( verb ) |
Argument Description objectref The name of the OLE control or…