Structure Object Type – PB Docs 2017
Structure Object Type The following categories of information can be displayed in the Paste Value box: Properties of the selected structure Object name of the selected structure Document get from Powerbuilder help Thank you for watching.
Specifying selection criteria – PB Docs 2018
Specifying selection criteria Contents SQL expression examples You can enter selection criteria in the grid to specify which rows to retrieve. For example, instead of retrieving data about all employees, you might want to limit the data to employees in Sales and Marketing, or to employees in Sales who make more than $80,000. As you…
Creating a PowerBuilder extension – PB Docs 2019
Creating a PowerBuilder extension Contents Step 1: Decide on a feature to implement Step 2: Define the classes and functions in the extension Step 3: Declare native classes and global functions Step 4: Implement native classes and global functions Step 5: Export methods to create class instances Step 6: Build a PBX To build a…
Automation scenario – PB Docs 2019
Automation scenario Contents Example: generating form letters using OLE The steps involved in automation can be included in a single script or be the actions of several controls in a window. If you want the user to participate in the automation, you might: Declare an OLE object as an instance variable of a window Instantiate…
OnlineIndex – PB Docs 2021
OnlineIndex database parameter Description Specifies that the Database painter should use the ONLINE keyword when you create or drop an index on a table so that the index can be created or dropped without locking the table. When to specify OnlineIndex You must specify the OnlineIndex parameter before connecting to the database. Applies to I10…
PB_DateTimeData structure – PB Docs 2022
PB_DateTimeData structure Description The PB_DateTimeData structure is used to pass data of type DateTime in the SetData function in the IPB_RSItemData interface. Field Description date A PB_DateData structure identifying the date time A PB_TimeData structure identifying the time See also SetData Document get from Powerbuilder help Thank you for watching.
DisplayMessage – PB Docs 2022
DisplayMessage PowerScript event Description Occurs on display of an informational message from a MobiLink synchronization. Event ID Event ID Objects None MLSynchronization, MLSync Arguments Argument Description infomsg Read-only string containing the text of an informational message returned from the synchronization server. Return Values None Usage The following events are triggered when different types of messages…
Manipulating data – PB Docs 110
Manipulating data As you work on the database, you often want to look at existing data or create some data for testing purposes. You might also want to test display formats, validation rules, and edit styles on real data. PowerBuilder provides data manipulation for such purposes. With data manipulation, you can: Retrieve and manipulate database…
StatePictureHeight – PB Docs 125
StatePictureHeight property for PowerScript controls Controls ListView, TreeView controls Description The StatePictureHeight property specifies the display height of all the state pictures. The size is specified in pixels. If you choose the value (Default) in the painter, or set the value to 0, PowerBuilder uses the height of the first picture in the array as…
Font.Strikethrough – PB Docs 126
Font.Strikethrough Description A number that specifies whether the text should be crossed out. In the painter Strikeout on the Font page in the Properties view. Value Values are: 0—Not crossed out 1—Crossed out Example The following statement is for the Font.Strikethrough property of the emp_id, emp_fname, emp_lname, and emp_salary columns. The status column must be…