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

Powerbuilder Documentation 15.0

Powerbuilder Documentation 15.0

UseIntegratedWindowsAuthentication – PB Docs 150

SoapConnection: UseIntegratedWindowsAuthentication method Description Determines whether the SoapConnection object uses Integrated Windows Authentication to connect to a Web service. This method is available for .NET Web services only. Syntax

Argument Description conn The name of the SoapConnection object that establishes the connection. useIWA A boolean that determines whether to use Integrated Windows Authentication. If…

EXCEPTION_PBDOM_OBJECT_ALREADY_HAS_OWNER – PB Docs 150

EXCEPTION_PBDOM_OBJECT_ALREADY_HAS_OWNER Code Value : 19 This exception is thrown when a PBDOM_ELEMENT is set as the owner of a PBDOM_ATTRIBUTE when the specified PBDOM_ATTRIBUTE already has an owner PBDOM_ELEMENT. Document get from Powerbuilder help Thank you for watching.

GetPBAnyField – PB Docs 150

IPB_Session interface: GetPBAnyField method Description Obtains the value of a variable of type Any. Syntax

Argument Description obj A valid object handle for the object whose value is to be obtained fid The field ID of the variable isNull Indicates whether the variable is null Return Values IPB_Value*. Examples This example tests all the…

GetBlob – PB Docs 150

IPB_Session interface: GetBlob method Description Returns a pointer to the data buffer for a blob. Syntax

Argument Description bin A pointer to the source buffer Return Values void*. Examples In this CASE clause, the value returned from GetBlob is cast to the LPCTSTR variable pStr. If it is not null, the return value in…

GetDateTimeString – PB Docs 150

IPB_Session interface: GetDateTimeString method Description Converts data in a pbdatetime object to a string. Syntax

Argument Description datetime The pbdatetime data object to be converted to a string. Return Values LPCTSTR. See Also NewDateTime ReleaseDateTimeString SetDateTime Document get from Powerbuilder help Thank you for watching.

RemoveChildElements – PB Docs 150

PBDOM_ELEMENT: RemoveChildElements method Description The RemoveChildElements method is overloaded: Syntax 1 method removes from the current PBDOM_ELEMENT object all child PBDOM_ELEMENT objects. It uses no parameters. Syntax 2 method removes from the current PBDOM_ELEMENT object all child PBDOM_ELEMENT objects that have the specified local name and belong to no namespace. Syntax 3 removes from the…

Step 1: Decide on a feature to implement – PB Docs 150

Step 1: Decide on a feature to implement The first step in building a PowerBuilder extension is to identify a problem that an extension can solve. This might be a feature that can be coded more efficiently and easily in C++ than in PowerScript, or that requires the use of callback functions or nonstandard datatypes….

setOption – PB Docs 150

UDDIProxy: setOption method Description Sets UDDI search options for match precision, case sensitivity, result sort order, and the maximum number of rows returned. Syntax

Argument Description proxy The name of the UDDIProxy object. exactMatch If true, search returns exact matches only. caseSensitive If true, search result must match the case used by search key…

EXCEPTION_INVALID_ARGUMENT – PB Docs 150

EXCEPTION_INVALID_ARGUMENT Code Value: 10 This exception is thrown when an input PBDOM_OBJECT parameter to a method is invalid. This can happen if it has not been initialized properly, or if it is a null object reference. This exception might also be thrown when an input string parameter to a method is invalid. This can happen…

SetOptions – PB Docs 150

SoapConnection: SetOptions method Description Sets connection options for SoapConnection class. Syntax

Argument Description conn The name of the SoapConnection object that establishes the connection. options Options you want to set for your connection. The string values for the option names are not case sensitive. These can be: SoapLog (EasySoap Web service engine only) The…