DBParm support for PowerBuilder components – PB Docs 110
DBParm support for PowerBuilder components There are several connection options that are relevant only to a PowerBuilder custom class user object that is deployed as a transaction server component. These DBParm parameters can be set through the EAServer or EAServer/COM+ tab of the Database Profile Setup dialog box for the appropriate database interface or by…
Axis – PB Docs 125
Axis DataWindow object property Description The list of items or the expression associated with an axis of a graph. Each item is separated by a comma. You can ask for the list of categories on the Category axis, the series on the Series axis, or the values on the Values axis. Controls Graph controls Syntax…
PrintFooter – PB Docs 126
PrintFooter event Description Occurs when the footer of a page of the document in the RichTextEdit control is about to be printed. Obsolete event The PrintHeader and PrintFooter events are obsolete. They are no longer triggered under any circumstance. You must use the ShowHeadFoot function to edit headers and footers of pages in a rich…
Exception handling in PowerBuilder – PB Docs 126
Exception handling in PowerBuilder When a runtime error occurs in a PowerBuilder application, unless that error is trapped, a single application event (SystemError) fires to handle the error no matter where in the application the error happened. Although some errors can be handled in the system error event, catching the error closer to its source…
Properties for Column controls in DataWindow objects – PB Docs 150
Properties for Column controls in DataWindow objects An x in the M (Modify) column means you can change the property. An x in the S column means you can use the property with the SyntaxFromSQL method. When (exp) is included in the description, you can specify a DataWindow expression as the value for that property….
Chapter 8 Using Informix – PB Docs 110
Chapter 8 Using Informix About this chapter This chapter describes how to use the native IBM Informix database interfaces in PowerBuilder. Contents Topic Supported versions for Informix Supported Informix datatypes Features supported by the I10 interface Basic software components for Informix Preparing to use the Informix database Defining the Informix database interface Accessing serial values…
Properties for Column controls in DataWindow objects – PB Docs 125
Properties for Column controls in DataWindow objects An x in the M (Modify) column means you can change the property. An x in the S column means you can use the property with the SyntaxFromSQL method. When (exp) is included in the description, you can specify a DataWindow expression as the value for that property….
FileMessage – PB Docs 126
FileMessage event Description Occurs on display of a detailed information message from a MobiLink synchronization. Event ID Event ID Objects None MLSynchronization, MLSync Parameters Argument Description filemsg Read-only string containing the text of the message returned from the synchronization server. Return Values None Usage Use this event to receive information logged by dbmlsync. The following…
Creating MobiLink users – PB Docs 126
Creating MobiLink users MobiLink users are not the same as database users. Each type of user resides in a different namespace. MobiLink user IDs can match the names of database users, but there is no requirement that they match. To add a MobiLink user to a remote database in Sybase Central: Connect to Sybase Central…
Letting users redefine the crosstab – PB Docs 150
Letting users redefine the crosstab Availability This technique is available in PowerBuilder and the Web ActiveX. With the CrosstabDialog method, you can allow users to redefine which columns in the retrieved data are associated with the crosstab’s columns, rows, and values during execution. The CrossTabDialog method displays the Crosstab Definition dialog box for the user…