Application properties dialog box: PDF Export tab – PB Docs 2022
Application properties dialog box: PDF Export tab Description Define the PDF export settings for all DataWindows in the current application. Dialog options Always use NativePDF! method for PDF export Select to use NativePDF! as the default PDF method for all DataWindows in the current application. If this is not selected, the setting in the scripts…
SetRedraw – PB Docs 2022
SetRedraw method (DataWindows) Description Controls the automatic redrawing of an object or control after each change to its properties. Applies to DataWindow type Method applies to PowerBuilder DataWindow control Syntax PowerBuilder
|
1 |
integer objectname.SetRedraw ( boolean redraw ) |
Argument Description objectname The name of the object or control for which you want to change the redraw setting. redraw A boolean value…
Properties for the Application project: Run tab – PB Docs 2022
Properties for the Application project: Run tab Description Specify command-line arguments and the directory in which the application executable will start. Options Application Displays the location of the executable file generated when you build the project. You can change the executable file name on the General page in the Project painter. Arguments Specify command-line arguments…
SaveInk – PB Docs 2022
SaveInk method (DataWindows) Description Saves overlay ink to a file or blob from an InkPicture control. Applies to DataWindow type Method applies to PowerBuilder DataWindow control Syntax PowerBuilder
|
1 2 3 4 |
integer dwcontrol.SaveInk ( string name, long rownumber, blob blob ) integer dwcontrol.SaveInk ( string name, long rownumber, string filename {, inkpersistenceformat format {, inkcompressionmode mode } } ) |
Argument Description dwcontrol A reference to a DataWindow control. name The name of the InkPicture control from which you want to save the ink. rownumber The…
To display the Database Profile Setup – INFORMIX IN9 dialog box – PB Docs 2022
To display the Database Profile Setup – INFORMIX IN9 dialog box In the Database Profiles dialog box, do either of the following: Select the IN9 interface and click New. Display the pop-up menu for the IN9 interface and select New. Document get from Powerbuilder help Thank you for watching.
GetRowIdFromRow – PB Docs 2022
GetRowIdFromRow method (DataWindows) Description Gets the unique row identifier of a row in a DataWindow control or DataStore object from the row number associated with that row. Applies to DataWindow type Method applies to PowerBuilder DataWindow control, DataWindowChild object, DataStore object Syntax PowerBuilder
|
1 |
long dwcontrol.GetRowIdFromRow (long rownumber {, DWBuffer buffer } ) |
Argument Description dwcontrol A reference to a DataWindow control, DataStore, or…
Open dialog box – PB Docs 2022
Open dialog box Description Select a target, an object type, and an object and open the object so you can edit it. Dialog options for most targets Target Select the target in which you want to open an object. Libraries Shows the libraries in the current library search path. To display objects from more than…
ImportJsonByKey – PB Docs 2022
ImportJsonByKey method (DataWindows) Description Inserts data from a JSON string into a DataWindow control, DataStore object, or DataWindowChild object according to the key name of the JSON item. The JSON string must be in the format described in the section called “Supported JSON formats” in Application Techniques. This function will fail to import data properly,…
To display the Database Profile Setup – ADO.NET dialog box – PB Docs 2022
To display the Database Profile Setup – ADO.NET dialog box In the Database Profiles dialog box, do either of the following: Select the ADO.NET interface and click New. Display the pop-up menu for the ADO.NET interface and select New. Document get from Powerbuilder help Thank you for watching.
GetValidate – PB Docs 2022
GetValidate method (DataWindows) Description Obtains the validation rule for a column in a DataWindow. Applies to DataWindow type Method applies to PowerBuilder DataWindow control, DataWindowChild object, DataStore object Syntax PowerBuilder
|
1 2 |
string dwcontrol.GetValidate ( string column ) string dwcontrol.GetValidate ( integer column ) |
Argument Description dwcontrol A reference to a DataWindow control, DataStore, or child DataWindow. column The column for which you want the validation rule. Column…