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 – Page 511 – PowerBuilder Library

Powerbuilder Documentation 12.6

Powerbuilder Documentation 12.6

Properties for .NET Assembly project: Library Files tab – PB Docs 126

Properties for .NET Assembly project: Library Files tab Description Specify dynamic library files that contain resources required by the deployed assembly. Options Win32 dynamic library files Click the Add button to browse to any dynamic library files (DLLs) required by your assembly component. Document get from Powerbuilder help Thank you for watching.

Properties for Application Server Component Generator: Run tab – PB Docs 126

Properties for Application Server Component Generator: Run tab Description Specify command-line arguments and the directory in which the application running the application server components will start. Options Application Displays the location of the executable file that calls the deployed application server components. Arguments Specify command-line arguments for the application executable file. Start in Specify the…

Crosstab Definition dialog box – PB Docs 126

Crosstab Definition dialog box Description Specify the database columns that will populate the columns, rows, and values in the crosstab. Options Rows TDrag the column containing the values you want to display down the left side of the crosstab from the Source Data box to the Rows box. Columns Drag the column containing the values…

Properties for Application Server Component Generator: Components tab – PB Docs 126

Properties for Application Server Component Generator: Components tab Description Specify properties for the component selected in the list 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 Properties…

Date DBParm parameter for ODBC interface – PB Docs 126

Date DBParm parameter for ODBC interface When you create a profile to access a data source through the ODBC interface, the syntax for setting the Date DBParm parameter in the development environment has been simplified in Version 6 and later versions. (The syntax for setting Date in a PowerBuilder application script is unchanged.) To set…

Tracing and profiling an application – PB Docs 126

Tracing and profiling an application You use tracing and profiling to debug and tune an application. When you run an application, you can generate an execution trace file. You use the trace file to create a profile of your application. The profile shows you which functions and events were called by which other functions and…

DateTime DBParm parameter for ODBC interface – PB Docs 126

DateTime DBParm parameter for ODBC interface When you create a profile to access a data source through the ODBC interface, the syntax for setting the DateTime DBParm parameter in the development environment has been simplified in Version 6 and later versions. (The syntax for setting DateTime in a PowerBuilder application script is unchanged.) To set…

Properties for .NET Windows Forms Application: Prerequisites tab – PB Docs 126

Properties for .NET Windows Forms Application: Prerequisites tab Description Specify prerequisites for the application. A setup packager called a bootstrapper tests whether they are available on the target computer and downloads and installs them if they are not present. You can use this page to add prerequisites such as PowerBuilder runtime files and database drivers…

Properties for Web service proxy objects: General tab – PB Docs 126

Properties for Web service proxy objects: General tab Description Specify properties for generated Web service 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…

SetDateValue – PB Docs 126

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

Argument Description pbdom_attribute_name The name of the PBDOM_ATTRIBUTE dateValue A date value to be set for the PBDOM_ATTRIBUTE strDateFormat The format in which the date…