Powerbuilder Documentation 15.0

Powerbuilder Documentation 15.0

GetDocType – PB Docs 150

PBDOM_DOCUMENT: GetDocType method Description Allows you to retrieve the DOCTYPE declaration of the current XML DOM document. Syntax

Argument Description pbdom_document_name The name of a PBDOM_DOCUMENT object Return Values PBDOM_DOCTYPE. Throws EXCEPTION_MEMORY_ALLOCATION_FAILURE – Insufficient memory was encountered while executing this method. Usage The DOCTYPE declaration is housed in a PBDOM_OBJECT. Document get from Powerbuilder…

Specify Repeating Value Suppression List dialog box – PB Docs 150

Specify Repeating Value Suppression List dialog box Description In a DataWindow object column, you may want to suppress repeating values. For example, if you sorted employees by status, you might want to suppress the status when it is the same for two or more employees. When you suppress a repeating value, the value displays at…

GetAttribute Syntax 2 – PB Docs 150

PBDOM_ELEMENT: GetAttribute Syntax 2 method Description Returns the PBDOM_ATTRIBUTE object for a PBDOM_ELEMENT object with the name provided and within the namespace specified by the prefix and URI provided. Syntax

Argument Description pbdom_element_name The name of a PBDOM_ELEMENT object strName The name of the PBDOM_ATTRIBUTE to be returned strNamespacePrefix The prefix of the namespace…

Database Binary/Text Large Object dialog box – PB Docs 150

Database Binary/Text Large Object dialog box Description Specify characteristics of the Blob object you are inserting into a DataWindow object. Dialog options Client Class An optional value used by some OLE server applications for the title that displays at the top of the server window. The default is DataWindow. Client Name An optional value used…

SaveDocumentIntoString – PB Docs 150

PBDOM_DOCUMENT: SaveDocumentIntoString method Description Saves the serialized XML string of the DOM tree contained within the PBDOM_DOCUMENT object into a string. Syntax

Argument Description pbdom_document_name The name of a PBDOM_DOCUMENT object Return Values String. Returns a string containing the XML string of the PBDOM_DOCUMENT. Examples This code creates a new PBDOM_DOCUMENT and saves it…

GetInterfaces – PB Docs 150

JavaVM: GetInterfaces method Description Populates a string array with the names of interfaces implemented by the Java object that a PowerBuilder proxy object represents. Syntax

Argument Description javavm An instance of the JavaVM class proxyobject An instantiated PowerBuilder proxy object interfacename[ ] A reference to an unbounded array of strings to hold the names…

To display the Migrate Application dialog box – PB Docs 150

To display the Migrate Application dialog box To migrate an application from earlier versions of PowerBuilder, open a Workspace from a previous version of PowerBuilder or select Existing Application from the New dialog box and follow the instructions in the wizard. The Migrate Application dialog box displays when you have completed the wizard. For existing…