Powerbuilder Documentation 2017

Powerbuilder Documentation 2017

Creating and editing temporary tables – PB Docs 2017

Creating and editing temporary tables You can create and edit temporary tables in the Database painter, SQL Select painter, or DataWindow painter when you use the ASE or SYC native driver to connect to an Adaptive Server database, or the SNC native driver to connect to a Microsoft SQL Server 2005 database. Temporary tables persist…

DataWindow object examples – PB Docs 2017

DataWindow object examples You can display the data in the format that best presents the data to your users. Edit styles If a column can take only a small number of values, you can have the data appear as radio buttons in a DataWindow object so that users know what their choices are. Display formats…

Using the OData Service (Deprecated) – PB Docs 2017

Using the OData Service (Deprecated) Creating a DataWindow Using an OData Service Select the OData Service data source in the DataWindow wizard: Select File > New from the menu bar and select DataWindow. If there is more than one target, select the target where you want the DataWindow to be created from the drop-down list….

C0142 Compiler Error – PB Docs 2017

C0142 Compiler Error Message text A property or variable marked as CONSTANT cannot be an array. Explanation You cannot use the CONSTANT keyword when you declare an array:

See Also Declaring constants in the section called “Declaring constants” in PowerScript Reference. Document get from Powerbuilder help Thank you for watching.

C0159 Compiler Error – PB Docs 2017

C0159 Compiler Error Message text Conversion of string1(string2) failed. Probable library file I/O error. Document get from Powerbuilder help Thank you for watching.

Performing some final housekeeping – PB Docs 2017

Performing some final housekeeping When your application has finished processing pipelines, you need to make sure it takes care of a few cleanup chores. These chores basically involve releasing the resources you obtained at the beginning to support pipeline execution. Garbage collection You should avoid using the DESTROY statement to clean up resources unless you are…

C0150 Compiler Warning – PB Docs 2017

C0150 Compiler Warning Message text Function function is obsolete. Document get from Powerbuilder help Thank you for watching.

Examining a class definition – PB Docs 2017

Examining a class definition Contents Getting a class definition object Getting detailed information about the class Getting information about a class’s scripts Getting information about variables This section illustrates how to access a class definition object and how to examine its properties to get information about the class, its scripts, and its variables. Document get…

C0135 Compiler Error – PB Docs 2017

C0135 Compiler Error Message text The keywords keyword1 and keyword2 cannot be applied to the same method. Explanation When you call a function or event, you can only use one of the following pairs of keyword: FUNCTION and EVENT, STATIC and DYNAMIC, and TRIGGER and POST.

See Also Syntax for calling PowerBuilder functions and…

Using Sample Applications – PB Docs 2017

Using Sample Applications Contents About the sample applications Installing the sample applications Opening the sample applications Using the Code Examples application About this chapter This chapter describes how to use PowerBuilder sample applications. Document get from Powerbuilder help Thank you for watching.