Take Advantage of Global Configuration Properties – PB Docs 126
Take Advantage of Global Configuration Properties Properties have been added to standard PowerBuilder Classic controls to enhance the application presentation in the .NET environment and to improve application performance. Global properties also allow you to share data across application sessions. These properties are listed in Global Web Configuration Properties. Parent topic: Best Practices for .NET…
DateTimeFormat – PB Docs 126
DateTimeFormat database parameter Description When you update data in the DataWindow painter, PowerBuilder builds a SQL UPDATE statement in the background. The DateTimeFormat parameter determines how PowerBuilder specifies a DateTime datatype when it builds the SQL UPDATE statement. (A DateTime datatype contains both a date value and a time value.) Controls ADO.NET OLE DB SNC…
Syntax 1 For docked toolbars – PB Docs 126
Syntax 1 For docked toolbars Description Sets the position of a docked toolbar. Controls MDI frame and sheet windows Syntax
|
1 |
<span>window</span>.<span>SetToolbarPos</span> ( <span>toolbarindex</span>, <span>dockrow</span>, <span>offset</span>, <span>insert</span> ) |
Argument Description window The MDI frame or sheet to which the toolbar belongs. toolbarindex An integer whose value is the index of the toolbar whose settings you want to change. dockrow An integer whose value…
CommandTimeout – PB Docs 126
CommandTimeout database parameter Description Specifies the number of seconds the interface should wait for a command to execute. When to specify CommandTimeout You must specify a value for CommandTimeout before connecting to the database. Controls ADO.NET Syntax
|
1 |
CommandTimeout=<span>value</span> |
Parameter Description value The number of seconds the interface waits for a command to execute. Default None…
PowerBuilder Visual Controls in Windows Forms Applications – PB Docs 126
PowerBuilder Visual Controls in Windows Forms Applications For most PowerBuilder visual controls, the only unsupported event in Windows Forms applications is the Other event, and the only unsupported property is IMEMode. This table lists PowerBuilder visual controls and indicates whether they are fully or partially supported in Windows Forms applications. If a control has no…
TableCriteria – PB Docs 126
TableCriteria database parameter Description Lets you specify search conditions to limit the list of tables and views that displays in the Installed Database Interfaces Tables list in PowerBuilder. Setting this parameter can be useful if you are working with a very large database in the PowerBuilder development environment. When to specify TableCriteria You must specify…
PBD Generation – PB Docs 126
PBD Generation In addition to .NET modules or assemblies, PowerBuilder can generate PBD files for application PBLs containing DataWindow, Query, or Pipeline objects. Pipeline objects are supported in Windows Forms targets, but are not currently supported in the .NET component targets. The PBD files are linked as external resources with the generated .NET modules and…
SQLQualifiers – PB Docs 126
SQLQualifiers database parameter Description Sets the level of qualification for identifiers (table and column names) in SQL statements when you connect to a database. This affects behavior in DataWindow objects. When PowerBuilder qualifies a table or column name, it prefixes it with the name of the owner. For example, if a user named Fran owns…
Update Errors – PB Docs 126
Update Errors If update fails, make sure that the update mode has been set as intended, and that the update files are in the specified location. Parent topic: Troubleshooting Tips for Windows Forms Applications Document get from Powerbuilder help Thank you for watching.
Driver – PB Docs 126
Driver database parameter Description The JDBC driver your application uses to connect to the database. When to specify Driver You must specify the Driver database parameter before connecting to the database. Controls JDB JDBC Syntax
|
1 |
Driver='<span>driver_name</span>' |
Default None Usage The driver name identifies the Java class name for the particular driver you are using to…