Powerbuilder Documentation

Powerbuilder Documentation

Appendix A The Extended Attribute System Tables – PB Docs 110

Appendix A The Extended Attribute System Tables About this appendix This appendix describes each column in the extended attribute system tables. Contents Topic About the extended attribute system tables The extended attribute system tables Edit style types for the PBCatEdt table Document get from Powerbuilder help Thank you for watching.

MLUser – PB Docs 125

MLUser property for PowerScript controls Controls MLSynchronization, MLSync, and SyncParm objects Description Specifies the user name passed to the MobiLink synchronization server. Usage This is a required property of the synchronization object. If the property value has not been set before a synchronize call, the synchronization fails and an error string is saved to the…

WaitForUploadAck – PB Docs 126

WaitForUploadAck event Description Occurs when the synchronization process starts a new waiting period for upload acknowledgement. Event ID Event ID Objects None MLSynchronization, MLSync Parameters None Return Values None Usage Use this event to add custom actions when the component is waiting for upload acknowledgement from the MobiLink synchronization server. See Also BeginUpload EndUpload Document…

Using Transaction objects to call stored procedures – PB Docs 126

Using Transaction objects to call stored procedures SQLCA is a built-in global variable of type transaction that is used in all PowerBuilder applications. In your application, you can define a specialized version of SQLCA that performs certain processing or calculations on your data. If your database supports stored procedures, you might already have defined remote…

Syntax 4 For saving an OLE storage object to a file – PB Docs 150

Syntax 4 For saving an OLE storage object to a file Description Saves an OLE storage object to a file. If OLE controls have opened the OLE storage object, this syntax of SaveAs puts them in a saved state too. Controls OLE storage objects Syntax

Argument Description olestorage The name of an object variable of…

Basic software components for SQL Anywhere – PB Docs 150

Basic software components for SQL Anywhere Figure 2-5 shows the basic software components required to connect to a SQL Anywhere data source in PowerBuilder. Figure 2-5: Components of a SQL Anywhere connection Document get from Powerbuilder help Thank you for watching.

Writing scripts in windows – PB Docs 2017

Writing scripts in windows Contents About events for windows and controls About functions for windows and controls About properties of windows and controls Declaring instance variables Examples of statements You write scripts for window and control events. To support these scripts, you can define: Window-level and control-level functions Instance variables for the window Document get…

Resolve conflicts – PB Docs 2018

Resolve conflicts Contents Remove the binary property from a R2 source-controlled workspace If more than one developer are making changes to the same object and committing the object at the same time, conflicts will occur when synchronizing the object. When conflicts are detected, the object in the library tree will be marked by a “!!”…

Informix nonupdatable cursors – PB Docs 2019

Informix nonupdatable cursors Declaring a cursor is similar to declaring a variable; a cursor is a nonexecutable statement just like a variable declaration. The first step in declaring a nonupdatable cursor is to define how the result set looks. To do this, you need a SELECT statement. You must associate the result set with a…

C0094 Compiler Error – PB Docs 2019

C0094 Compiler Error Message text Routine must return a value. Explanation Omitting the return statement in a function that was defined as returning a value generates C0094. Document get from Powerbuilder help Thank you for watching.