Select Namespace dialog box – PB Docs 150
Select Namespace dialog box Description The Select Namespace dialog box in PowerBuilder .NET allows you to add Using Namespace directives for objects that you want to invoke in your application. This allows you to simply call an object without using its namespace prefix. Dialog options Namespace The list of namespaces shown in the top list…
Attach to .NET Process dialog box – PB Docs 150
Attach to .NET Process dialog box Description The Attach to .NET Process dialog box lets you select a running .NET process to debug from the PowerBuilder development environment. From the Attach to .NET Process dialog box, select the process that you want to debug. Running .NET processes are listed by their names, process IDs, current…
To display the Export Library Entry dialog box – PB Docs 150
To display the Export Library Entry dialog box In the Library painter, select an object in a library and then select Entry>Export from the menu bar. Document get from Powerbuilder help Thank you for watching.
To display the JavaScript Event Handlers dialog box – PB Docs 150
To display the JavaScript Event Handlers dialog box Right-click an element in the Export XHTML Template view, then select Edit Events from the pop-up menu. Document get from Powerbuilder help Thank you for watching.
To display the Match Pattern dialog box – PB Docs 150
To display the Match Pattern dialog box In the Extended Attributes view of the Database painter, right-click on a validation rule and select New or Properties from the pop-up menu. The properties for the validation rule display in the Object Details view. Click the Match button on the Definition tab. Document get from Powerbuilder help…
Select Stored Procedure dialog box – PB Docs 150
Select Stored Procedure dialog box Description Select a database stored procedure from the list of procedures declared in the current application. Options More Click to display the stored procedure source. Document get from Powerbuilder help Thank you for watching.
MultiLineEdit control – PB Docs 150
MultiLineEdit control A MultiLineEdit control is a box in which the user can enter and edit more than one line of text. You typically use a MultiLineEdit as an input field. Properties MultiLineEdit property Datatype Description Accelerator Integer Specifies the ASCII value of the key you want to assign as the accelerator key for a…
SimpleTypeDefinition object – PB Docs 150
SimpleTypeDefinition object Information about the type of a scalar variable. SimpleTypeDefinition is inherited from TypeDefinition and has no additional properties or functions. For the list of properties and functions, see the TypeDefinition object . Document get from Powerbuilder help Thank you for watching.
MLSync object – PB Docs 150
MLSync object An MLSync object is derived from the MLSynchronization object base class. Its primary function is to launch dbmlsync.exe, a separate process that synchronizes a SQL Anywhere remote database with a consolidated database. The MLSync properties control the options used for the synchronization. MLSync events represent callbacks that are automatically triggered by dbmlsync.exe at…
SmallPictureName[ ] – PB Docs 150
SmallPictureName[ ] property for PowerScript controls Controls ListView controls Description PowerBuilder stores ListView images in several indexed arrays of images. You can associate an image with a specific ListView item when you create a ListView in the painter or use the AddItem and InsertItem functions at execution time. You identify a specific image by its…