SetDWObject (obsolete) – PB Docs 2019
SetDWObject (obsolete) Description Specifies the DataWindow library and object that the Web DataWindow server component will use for generating HTML. Obsolete method SetDWObject is obsolete and should not be used, because the Web DataWindow technology is obsolete. Applies to DataWindow type Method applies to Web Server component Syntax Web DataWindow server component
|
1 2 |
int dwcomponent.SetDWObject ( string sourcefile, string dwobjectname ) int dwcomponent.SetDWObjectEx ( string dwobjectname ) |
Argument Description…
SetRow – PB Docs 2019
SetRow method (DataWindows) Description Sets the current row in a DataWindow control or DataStore. Applies to DataWindow type Method applies to PowerBuilder DataWindow control, DataWindowChild object, DataStore object Syntax PowerBuilder
|
1 |
integer dwcontrol.SetRow ( long row ) |
Argument Description dwcontrol A reference to a DataWindow control, DataStore, or child DataWindow in which you want to set the current row row The…
Reset – PB Docs 2019
Reset method (DataWindows) Description Clears all the data from a DataWindow control or DataStore object. For the syntax to use for deleting graphs within a DataWindow object that have an external data source, see Reset. For the syntax to use with other PowerBuilder controls, see the section called “Reset” in PowerScript Reference. Applies to DataWindow…
ImportJson – PB Docs 2019
ImportJson method (DataWindows) Description Inserts data from a JSON string into a DataWindow control, DataStore object, or DataWindowChild object according to the index of the JSON item. The JSON string must be in the format described in the section called “Supported JSON formats” in Application Techniques. ImportJson function will fail to import data properly, if…
GetItemTime – PB Docs 2019
GetItemTime method (DataWindows) Description Gets data whose type is Time from the specified buffer of a DataWindow control or DataStore object. You can obtain the data that was originally retrieved and stored in the database from the original buffer, as well as the current value in the primary, delete, or filter buffers. Applies to DataWindow…
GetObjectAtPointer – PB Docs 2019
GetObjectAtPointer method (DataWindows) Description Reports the control within the DataWindow object and row number under the pointer. Controls include columns, labels, and other graphic controls, such as lines and pictures. Applies to DataWindow type Method applies to PowerBuilder DataWindow control Syntax PowerBuilder
|
1 |
string dwcontrol.GetObjectAtPointer ( ) |
Argument Description dwcontrol A reference to a DataWindow control Return value Returns…
GetRichTextSize – PB Docs 2019
GetRichTextSize method (DataWindows) Description Gets the current font size setting for editing columns with the RichText edit style. Applies to DataWindow control Syntax
|
1 |
Integer dwcontrol.GetRichTextSize ( REF integer size ) |
Argument Description dwcontrol A reference to the DataWindow control size Value indicating the point size of the font; if the selected text is a mix of sizes, the value is 0…
Clicked – PB Docs 2019
Clicked event (DataWindows) Description Occurs when the user clicks anywhere in a DataWindow control. PowerBuilder event information Event ID: pbm_dwnlbuttonclk Argument Description xpos Integer by value. The distance of the pointer from the left side of the DataWindow workspace. The distance is given in pixels. ypos Integer by value. The distance of the pointer from…
DragWithin – PB Docs 2019
DragWithin event (DataWindows) Description PowerBuilder only Occurs when the user is dragging an object within the control. PowerBuilder event information Event ID: pbm_dwndragleave Argument Description source DragObject by value. A reference to the control being dragged. row Long by value. The number of the row the pointer is over. If the pointer is not over…
RichTextLoseFocus – PB Docs 2019
RichTextLoseFocus event (DataWindows) Description Occurs when a column with the RichText edit style loses focus. PowerBuilder event information Event ID: pbm_dwnrichtextlosefocus Argument Description row Long by value. The number of the row the user clicked. dwo DWObject by value. A reference to the control within the DataWindow under the pointer when the user clicked. Return…