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 591 – PowerBuilder Library

Powerbuilder Documentation 2019

Powerbuilder Documentation 2019

Get<type>SharedVar – PB Docs 2019

Get<type>SharedVar Description A set of methods that gets the value of a shared variable of a specific datatype. Syntax

Argument Description group The group whose shared variable is to be accessed fid The field ID of the shared variable isNull Indicates whether the variable is null Return value A predefined PBNI datatype that corresponds…

Syntax 1: For menus – PB Docs 2019

Syntax 1: For menus Description Occurs when the user chooses an item on a menu. Event ID Event ID Objects None Menu Arguments None Return Values None (do not use a RETURN statement) Usage If the user highlights the menu item without choosing it, its Selected event occurs. If the user chooses a menu item…

Create a second DataWindow object – PB Docs 2019

Create a second DataWindow object Contents Select the data source and style Select the table and columns Define a retrieval argument Specify a WHERE clause View the DataWindow in the DataWindow painter Save the DataWindow object Where you are Create and preview a new DataWindow object Save the DataWindow object Make cosmetic changes to the…

Clone – PB Docs 2019

Clone Description Creates and returns a clone of the current PBDOM_CHARACTERDATA. Syntax

Argument Description pbdom_chardata_name The name of a PBDOM_CHARACTERDATA. bDeep A boolean specifying whether a deep or shallow clone is returned. Values are true for a deep clone and false for a shallow clone. This argument is currently ignored. Return value PBDOM_OBJECT. Throws…

Resizeable – PB Docs 2019

Resizeable property (DataWindow object) Description Whether the user can resize the specified control. Applies to Button, Column, Computed Field, Graph, GroupBox, Line, OLE, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter Description controlname The control within the DataWindow whose Resizeable setting you want…

GetException – PB Docs 2019

GetException Description Obtains the current thrown exception object. Syntax

Return value pbobject. Examples This code gets the current exception object, clears the exception, and gets the class of the exception object:

See also ClearException HasExceptionThrown Document get from Powerbuilder help Thank you for watching.

SetDocument – PB Docs 2019

SetDocument Description Sets the owning PBDOM_DOCUMENT of the current PBDOM_DOCTYPE. Syntax

Argument Description pbdom_doctype_name The name of a PBDOM_DOCTYPE object pbdom_document_ref A PBDOM_DOCUMENT object to be set as the owner document of this PBDOM_DOCTYPE object Return value PBDOM_DOCTYPE. The current PBDOM_DOCTYPE modified to be the DOCTYPE of the referenced PBDOM_DOCUMENT. Throws EXCEPTION_PBDOM_OBJECT_INVALID_FOR_USE — if…

OLE DB EXECUTE – PB Docs 2019

OLE DB EXECUTE Database stored procedures that perform only updates and do not return a result set are handled in much the same way as procedures that return a result set. The only difference is that after the EXECUTE procedure_name statement executes, no result set is pending, so a CLOSE statement is not required. Using…

SetSharedVarToNull – PB Docs 2019

SetSharedVarToNull Description Sets the value of the specified shared variable to null. Syntax

Argument Description group The group to which the shared variable belongs fid The field ID of the shared variable Return value None. Examples This example tests the IsSharedVarNull and SetSharedVarToNull functions:

See also Get<type>SharedVar GetSharedVarID GetSharedVarType IsSharedVarArray IsSharedVarNull IsSharedVarObject Set<type>SharedVar…

UTF8 – PB Docs 2019

UTF8 database parameter Description The UTF8 database parameter specifies whether the database server you are accessing will handle conversion between the character sets on the client and server when they are different. When to specify UTF8 You must specify a value for UTF8 before connecting to the database in PowerBuilder. Applies to ASE and SYC…