DataWindow Options dialog box: Generation tab – PB Docs 2021
DataWindow Options dialog box: Generation tab Description Specify options for generating the initial draft of a DataWindow object Options Presentation style TSelect the presentation style for which you are specifying options. Background color Select the color for the background of the DataWindow object from the list in the drop-down list. Text (border) Select the border…
DefaultProcOwner – PB Docs 2021
DefaultProcOwner database parameter Description The DefaultProcOwner parameter lets you set a default owner for a stored procedure. The parameter takes effect only when the stored procedure is not qualified. For ODBC, the PBNewSPInvocation parameter must also be set. Applies to ADO.NET ODBC Syntax
|
1 |
DefaultProcOwner='value' |
Parameter Description value A string specifying the name of the default…
DropDownDataWindow edit style – PB Docs 2021
DropDownDataWindow edit style Description Specify properties for the column’s edit style or define a new style in the Database painter. When you specify DropDownDataWindow or DropDownListBox as the edit style, you should increase the height of the field in the DataWindow. Options Style Name In the Database painter, enter a new name for the style….
DataWindow JSON – PB Docs 2021
DataWindow JSON A DataWindow JSON is an object that contains elements representing the various aspects of a DataWindow. This format is supported by the following methods (For all formats supported by a particular method, see Applicable methods): Object Method DataWindow ImportJson, ImportJsonByKey, ExportJson JSONPackage GetValueToDataWindow, SetValueByDataWindow RESTClient Submit The structure of DataWindow JSON is as…
To display the Search Library Entries dialog box – PB Docs 2021
To display the Search Library Entries dialog box In the System Tree or Library painter, select a target, library, or objects and then select Search from the pop-up menu or Painterbar. Document get from Powerbuilder help Thank you for watching.
Creating MobiLink users – PB Docs 2021
Creating MobiLink users MobiLink users are not the same as database users. Each type of user resides in a different namespace. MobiLink user IDs can match the names of database users, but there is no requirement that they match. To add a MobiLink user to a remote database in SQL Central: Connect to SQL Central…
Print Options dialog box – PB Docs 2021
Print Options dialog box Description Specify options for printing library entries. The name of the current printer displays at the top of this window. To change printers, use Printer Setup on the File menu. Dialog options Application, Menu, Window/User Object Select the information you want to print for each type of object. Your selections are…
Creating accessible software applications with PowerBuilder – PB Docs 2021
Creating accessible software applications with PowerBuilder Contents Microsoft UI Automation Microsoft Active Accessibility (MSAA) PowerBuilder supports the following two technologies of Windows accessibility and automation — Microsoft Active Accessibility (MSAA) and Microsoft UI Automation. MSAA is a legacy technology introduced in Windows 95; it supports the PowerBuilder standard controls well; but it imposes major limitations…
Properties for EAServer Proxy Generator: Server Host tab – PB Docs 2021
Properties for EAServer Proxy Generator: Server Host tab Description Specify how to access the EAServer host that contains the objects for which you will create proxy libraries. Options Host name Specify the name of the EAServer host, for example jagserver1. Port number Specify the port number on which the EAServer host is listening for IIOP…
CursorLib – PB Docs 2021
CursorLib database parameter Description Specifies the cursor library to use when connecting to an ODBC data source. Applies to ODBC (if driver and back-end DBMS support this feature) Syntax
|
1 |
CursorLib='value' |
Parameter Description value The cursor library to use when connecting to an ODBC data source. Values are: ODBC_Cur_Lib Use the ODBC Version 2.0 or higher…