Managing TreeView pictures – PB Docs 115
Managing TreeView pictures PowerBuilder stores TreeView images in three image lists: Picture list (called the regular picture list here) State picture list Overlay picture list You add pictures to these lists and associate them with items in the TreeView. Pictures for items There are several ways to use pictures in a TreeView. You associate a…
Column Specifications view in the DataWindow painter – PB Docs 125
Column Specifications view in the DataWindow painter Description Shows a list of the columns in the data source. For each column you can add, modify, and delete initial values, validation expressions, and validation messages. To add a column to the DataWindow object, you can drag and drop the column from this view to the Design…
Defining queries – PB Docs 126
Defining queries A query is a SQL SELECT statement created in the Query painter and saved with a name so that it can be used repeatedly as the data source for a DataWindow object. Queries save time, because you specify all the data requirements just once. For example, you can specify the columns, which rows…
PasteLink – PB Docs 150
PasteLink PowerScript function Description Pastes a link to the contents of the clipboard into the control. The server application for the object on the clipboard must be running. Controls OLE controls Syntax
|
1 |
<span>olecontrol</span>.<span>PasteLink</span> ( ) |
Argument Description olecontrol The name of the OLE control into which you want to paste the object on the clipboard Return Values…
Using toolbars in MDI applications – PB Docs 150
Using toolbars in MDI applications This section describes some techniques you can use to customize the behavior of your toolbars and save and restore toolbar settings. For information about how to define and use menus and toolbars, see the Users Guide. Document get from Powerbuilder help Thank you for watching.
About MobiLink synchronization – PB Docs 115
About MobiLink synchronization MobiLink is a session-based synchronization system that allows two-way synchronization between a main database, called the consolidated database, and many remote databases. This section introduces some MobiLink terms and concepts. Where to find additional information Detailed information about MobiLink synchronization is provided in the MobiLink Getting Started , the MobiLink – Client…
Database Profile Setup – SQL Native Client dialog box – PB Docs 125
Database Profile Setup – SQL Native Client dialog box Click a tab name to display dialog box information. Connection tab System tab Transaction tab Syntax tab Preview tab (PowerBuilder only) Description Defines a database profile to access a database in PowerBuilder or InfoMaker using the SQL Native Client interface. The Database Profile Setup dialog box…
The detail band – PB Docs 126
The detail band The detail band displays the retrieved data. It is also where the user enters new data and updates existing data. The number of rows of data that display in the DataWindow object at one time is determined by the following expression:
|
1 |
<span>(Height of the DataWindow object – Height of headers and footers) / <br>Height of the detail band</span> |
The presentation style determines the contents of the detail band:…
Play – PB Docs 150
Play PowerScript function Description Starts playing an animation (an AVI clip). Controls Animation controls Syntax
|
1 |
<span>animationname</span>.<span>Play</span> ( <span>from</span>, <span>to</span>, <span>replay</span> ) |
Argument Description animationname The name of the animation control displaying the AVI clip. from A long value in the range 0 to 65,535 indicating the frame where playing starts.The value 0 starts playing the clip at the first frame….
Components of an ODBC connection – PB Docs 150
Components of an ODBC connection How an ODBC connection is made When you access an ODBC data source in PowerBuilder, your connection goes through several layers before reaching the data source. It is important to understand that each layer represents a separate component of the connection, and that each component might come from a different…