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

Powerbuilder Documentation 2019

Powerbuilder Documentation 2019

Test the new sheet window – PB Docs 2019

Test the new sheet window Click the Run button () in the PowerBar. If PowerBuilder prompts you to save changes, click Yes. Type dba in the User ID box. Type sql in the Password box and click OK. The database connection is established, and the MDI frame for the application displays. Select File>Report>Customer Location from…

C0158 Compiler Error – PB Docs 2019

C0158 Compiler Error Message text The property property was found in class class, but insufficient rights are available to access it. Explanation You can access private or protected variables in an object only from the object itself. In this example, Employee is a custom class user object with a private or protected variable of type…

Accessing result sets – PB Docs 2019

Accessing result sets You can use the IPB_ResultSetAccessor interface to access result sets in PowerBuilder. Use the IPB_Session GetResultSetAccessor method to create an instance of the interface using a result set returned from PowerBuilder as the method’s argument. You can then use the IPB_ResultSetAccessor’s getColumnCount, GetRowCount, GetItemData, and GetColumnMetaData methods to obtain information from the…

C0174 Compiler Error – PB Docs 2019

C0174 Compiler Error Message text Type of actual parameter cannot be ancestor of formal reference parameter type. Document get from Powerbuilder help Thank you for watching.

Export.XML.TemplateCount – PB Docs 2019

Export.XML.TemplateCount property (DataWindow object) Description The number of XML export templates associated with a DataWindow object. Applies to DataWindow objects Syntax PowerBuilder dot notation:

Describe argument:

Usage This property is used to get a count of the XML export templates associated with a DataWindow object. It returns a long specifying the number of…

C0042 Compiler Error – PB Docs 2019

C0042 Compiler Error Message text Cannot compile without valid database sign-on. Document get from Powerbuilder help Thank you for watching.

Methods for the DataWindow Control – PB Docs 2019

Methods for the DataWindow Control Contents AboutBox (obsolete) AcceptText CanUndo ClassName Clear ClearValues Collapse CollapseAll CollapseAllChildren CollapseLevel Copy CopyRTF Create CreateError (obsolete) CreateFrom CrosstabDialog Cut DBCancel DBErrorCode (obsolete) DBErrorMessage (obsolete) DeletedCount DeleteRow Describe Drag Expand ExpandAll ExpandAllChildren ExpandLevel ExportJson ExportRowAsJson Filter FilteredCount Find FindGroupChange FindNext FindRequired FindRequiredColumn (obsolete) FindRequiredColumnName (obsolete) FindRequiredRow (obsolete) Generate (obsolete) GenerateHTMLForm…

C0319 Compiler Error – PB Docs 2019

C0319 Compiler Error Message text No suitable constructor for statement statement: name. Explanation Error C0319 is generated when you deploy a .NET target that uses incorrect syntax in a statement that requires a constructor. This example uses a simple public class Class1 that is in the .NET assembly Interop.dll. Attempting to create an instance of…

Syntax 1: For RichTextEdit controls – PB Docs 2019

Syntax 1: For RichTextEdit controls Description Occurs when the user releases the left mouse button in a RichTextEdit control. Event ID Event ID Objects pbm_renlbuttonup RichTextEdit Arguments None Return Values Long. Return code choices (specify in a RETURN statement): 0 — Continue processing Usage A Clicked event also occurs when the mouse button is released….

C0047 Compiler Error – PB Docs 2019

C0047 Compiler Error Message text Simple datatype illegal for statement statement: type. Document get from Powerbuilder help Thank you for watching.