Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Powerbuilder Documentation 12.6 – PowerBuilder Library

Powerbuilder Documentation 12.6

Powerbuilder Documentation 12.6

System Options dialog box: Profiling tab – PB Docs 126

System Options dialog box: Profiling tab Description Initiates the logging of selected activities to a trace file during the running of your entire application in the PowerBuilder development environment. Dialog options Enable Tracing Turn tracing on. This option is disabled when you restart PowerBuilder or change to a different application. Prompt for Override Check this…

System Options dialog box: Workspaces tab – PB Docs 126

System Options dialog box: Workspaces tab Description Set general properties related to workspaces. Properties for a specific workspace are set using the Workspace Properties dialog box. Options Show start dialog at startup with no workspace If there is no current workspace or the Reopen Workspace at Startup check box is cleared, checking this box displays…

Properties for EAServer Proxy Generator: General tab – PB Docs 126

Properties for EAServer Proxy Generator: General tab Description Specify properties for generated EAServer proxy objects and the library that contains them. This library should be deployed with the client application. Options Deployment PBL Specify the name and location of the PBL that will contain the proxy objects. Click the browse button to browse the file…

Properties for EAServer Component Generator: Components tab – PB Docs 126

Properties for EAServer Component Generator: Components tab Description Specify properties for the component selected in the Objects to deploy box. Options Objects to deploy Select the check box next to the name of a custom class user object to specify that you want to deploy it. Select the object to set its properties in the…

Save dialog box – PB Docs 126

Save dialog box Description Save the current object. Dialog options Object Type the name you want to use to save the object or select a name from the list box to overwrite an existing object. Project objects If the PBL in which you want to save a project object contains more than one type of…

Database Profile Setup – SQL Native Client dialog box – PB Docs 126

Database Profile Setup – SQL Native Client dialog box Click a tab name to display dialog box information. Connection tab System tab Transaction tab Syntax tab Preview tab (PowerBuilder only) Description Defines a database profile to access a database in PowerBuilder or InfoMaker using the SQL Native Client interface. The Database Profile Setup dialog box…

Database Preferences dialog box: General tab – PB Docs 126

Database Preferences dialog box: General tab Description You can set preferences that affect the behavior of the Database painter and of your current database connection in other painters. Dialog options Shared Database Profiles Specify the path name of the initialization file containing the database profiles you want to share. You can type the path name…

JavaScript Event Handlers dialog box – PB Docs 126

JavaScript Event Handlers dialog box Description Use this dialog box to view the JavaScript event handlers for the selected element to be generated by default, override the default JavaScript event handlers, and add new JavaScript event handlers. Dialog options Default JavaScript Event Handlers A read-only list of the existing JavaScript event handlers. Custom JavaScript Event…

Database Profile Setup – Oracle dialog boxes – PB Docs 126

Database Profile Setup – Oracle dialog boxes Click a tab name to display dialog box option information: Connection tab System tab Transaction tab Syntax tab Pooling tab (ORA driver only) Network tab EAServer tab (PowerBuilder only) Preview tab (PowerBuilder only) Description Defines a database profile to access a database in PowerBuilder or InfoMaker using the…

SetIntValue – PB Docs 126

PBDOM_ATTRIBUTE: SetIntValue method Description Sets the text value of a PBDOM_ATTRIBUTE object. The SetIntValue method creates this text value by serializing the provided int value into a string. Syntax

Argument Description pbdom_attribute_name The name of the PBDOM_ATTRIBUTE intValue An int value to be set for the PBDOM_ATTRIBUTE Return Values PBDOM_ATTRIBUTE. The PBDOM_ATTRIBUTE from which…