Database Profile Setup – INFORMIX I10 dialog box – PB Docs 126
Database Profile Setup – INFORMIX I10 dialog box Click a tab name to display dialog box option information. Connection tab System tab Regional Settings tab Transaction tab Network tab Syntax tab Preview tab (PowerBuilder only) Description Defines a database profile to access a database in PowerBuilder or InfoMaker using the Informix interface. The Database Profile…
XML Declaration dialog box – PB Docs 126
XML Declaration dialog box Description Use this dialog box to edit or insert an XMLdeclaration in an XML template. Dialog options XML Version The default is 1.0. You may need to change this value for a future version of XML Encoding The encoding declaration specifies the character-set encoding used in the document, such as UTF-16…
Properties for .NET Windows Forms Application: Sign tab – PB Docs 126
Properties for .NET Windows Forms Application: Sign tab Description The Sign tab allows you to attach strong name key files to the assemblies that you generate for all .NET projects. Options Sign the assembly Select this check box to enable the “Choose a strong name key file” single line edit box, the browse and New…
Application properties dialog box: Icon tab – PB Docs 126
Application properties dialog box: Icon tab Description Select the icon that displays on the Windows desktop when the user minimizes the application. The same icon is used for minimized windows unless you select a different icon on the General property page for the window in the Window painter. Dialog options Icon Name Enter the name…
To display the Select Declared Cursors dialog box – PB Docs 126
To display the Select Declared Cursors dialog box In the Script view or Function painter, select Edit>Paste Special>SQL>Cursor Fetch or Cursor Update from the menu bar or click the Paste SQL button on the PainterBar and select Cursor Fetch or Cursor Update. Document get from Powerbuilder help Thank you for watching.
Save Declare Procedure dialog box – PB Docs 126
Save Declare Procedure dialog box Description Save the DECLARE PROCEDURE statement and paste it into the current script. You cannot apply criteria to a SELECT statement with a union. Options Name Specify a name for the declared procedure. See also To display the Save Declare Procedure dialog box Building and executing SQL statements Editing scripts…
Bitmap Object dialog box – PB Docs 126
Bitmap Object dialog box Description Specify properties for a bitmap object. Options Original Size Select to display the bitmap at its original size. You can set the x and y offset to make additional space above and to the left of the picture. Resizable Select to make the bitmap fill the picture dimensions. Resizable –…
PictureListBox control – PB Docs 126
PictureListBox control A PictureListBox displays available options or values, which can include pictures. If more options or values exist than can display in the PictureListBox at one time or the text exceeds the width of the PictureListBox, the PictureListBox has one or two (vertical or horizontal) scroll bars. PictureListBox controls can contain images in the…
ProfileLine object – PB Docs 126
ProfileLine object The ProfileLine object provides information about the lines in each routine in the performance analysis model, including the number of times the line was hit, any calls made from the line, and the time (in seconds) spent on the line and in any called functions. You use the ProfileLine object in conjunction with…
Rectangle control – PB Docs 126
Rectangle control A rectangle is a filled or outlined rectangular form within a window and is typically used for design purposes. For example, you can put a CommandButton or a picture in a rectangle, or you can use a rectangle behind and slightly offset from another control to create a shadow effect. When you use…