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

Powerbuilder Documentation 12.5

Powerbuilder Documentation 12.5

Getting session information – PB Docs 125

Getting session information SSL callback functions all have access to the SSL session information. You should use this information to provide the user of the client application with information needed to supply the required authentication information. To make the SSL session information available to the callback functions, create an EAServer proxy for the CTSSecurity module….

Syntax 1 For graph objects – PB Docs 125

Syntax 1 For graph objects Description Saves the data in a graph in the format you specify. Controls Graph controls in windows and user objects, and graphs in DataWindow controls and DataStores Syntax

Argument Description controlname The name of the graph control whose contents you want to save or the name of the DataWindow DataStore…

SSL connections in PowerBuilder – PB Docs 125

SSL connections in PowerBuilder PowerBuilder provides two system objects for use with secure connections: SSLServiceProvider service object The SSLServiceProvider object is an implementation of the EAServer CtsSecurity::SSLServiceProvider interface. For more information about this interface, you can view the EAServer interface repository documentation in a Web browser by connecting to your server at http://hostname:portnumber. You use…

Syntax 5 For saving an OLE storage object in another OLE storage – PB Docs 125

Syntax 5 For saving an OLE storage object in another OLE storage Description Saves an OLE storage object to another OLE storage object variable in memory. Controls OLE storage objects Syntax

Argument Description olestorage The name of an object variable of type OLEStorage containing the OLE object you want to save. substoragename A string whose…

Performing retrieval operations – PB Docs 125

Performing retrieval operations To use a DataStore to perform retrieval operations, you first need to create an instance of the DataStore object in a script and assign the DataWindow object to the DataStore. Then set the Transaction object for the DataStore. Once these setup steps have been performed, you can retrieve data into the DataStore,…

Syntax 1 For OLETxnObject objects – PB Docs 125

Syntax 1 For OLETxnObject objects Description Declares that the current transaction should be rolled back. Controls OLETxnObject objects Syntax

Argument Description oletxnobject The name of the OLETxnObject variable that is connected to the COM object Return Values Integer. Returns 1 if it succeeds and -1 if an error occurs. Usage Call the SetAbort function from…

Printing to PDF – PB Docs 125

Printing to PDF You can use two techniques to save the data in a DataStore to PDF: Using the GNU Ghostscript distiller, and using the ability to process data using XSL Formatting Objects (XSL-FO). You can save the DataWindow object’s data to XSL-FO or PDF, and print using Java printing. Using the GNU Ghostscript distiller…

SelectedStart – PB Docs 125

SelectedStart PowerScript function Description Reports the position of the first selected character in an editable control. Controls DataWindow, EditMask, MultiLineEdit, SingleLineEdit, RichTextEdit, DropDownListBox, and DropDownPictureListBox controls Syntax

Argument Description editname The name of the DataWindow, EditMask, MultiLineEdit, SingleLineEdit, RichTextEdit, DropDownListBox, or DropDownPictureListBox control in which you want to determine the starting position of selected…