To display the Application properties dialog box – PB Docs 126
To display the Application properties dialog box In the Application painter, select Additional Properties on the General property page in the Properties view. Document get from Powerbuilder help Thank you for watching.
SetName – PB Docs 126
PBDOM_ATTRIBUTE: SetName method Description Sets the local name of the PBDOM_ATTRIBUTE object. Syntax
1 |
<span>pbdom_attribute_name.</span>SetName(string<span> strName</span>) |
Argument Description pbdom_attribute_name The name of the PBDOM_ATTRIBUTE strName The new local name for the PBDOM_ATTRIBUTE Return Values Boolean. Returns true if the local name of the PBDOM_ATTRIBUTE has been changed and false otherwise. Throws EXCEPTION_INVALID_NAME – If the input name…
PowerBuilder dialogs – PB Docs 126
PowerBuilder dialogs Document get from Powerbuilder help Thank you for watching.
Edit Expression dialog box – PB Docs 126
Edit Expression dialog box Description Edit the selected expression in the Watch view. Dialog options Expression Type any valid PowerBuilder expression. For example:
1 |
not IsNull(a) |
1 |
li_max - li_count |
See also To display the Edit Expression dialog box Document get from Powerbuilder help Thank you for watching.
To display the Save Declare Procedure dialog box – PB Docs 126
To display the Save Declare Procedure dialog box In the Script view or Function painter, select Edit>Paste Special>SQL>Procedure Declare from the menu bar or click the Paste SQL button on the PainterBar and select Procedure Declare. Select a procedure, specify arguments if necessary, and click OK. Document get from Powerbuilder help Thank you for watching.
To display the Coloring tab – PB Docs 126
To display the Coloring tab In the Window, User Object, Application, Menu, Function, or Database painters or the file editor, select Design>Options. Document get from Powerbuilder help Thank you for watching.
DataWindow object property sheet: Pointer tab – PB Docs 126
DataWindow object property sheet: Pointer tab Description Define a pointer you want to appear when the cursor passes over the DataWindow object or the selected object or control. You can use one of the PowerBuilder default pointers, or choose one of your own. Options Pointer Name Enter a pointer name, click Browse to select a…
Script tab – PB Docs 126
Script tab Description Define Script properties for the selected control or painter. The selections you make apply to all subsequent editing sessions in the Script view, the ISQL view in the Database painter, or the file editor. Only the Tab Size option is enabled in the ISQL view and file editor. Options Tab Size Enter…
To display the List Objects dialog box – PB Docs 126
To display the List Objects dialog box In the Project painter, build an executable and then select Design>List Objects from the menu bar. Document get from Powerbuilder help Thank you for watching.
To display the Browser – PB Docs 126
To display the Browser Click the Browser button in the PowerBar or select Tools>Browser from the menu bar. Document get from Powerbuilder help Thank you for watching.