Rolling back – PB Docs 110
Rolling back You can roll back a version on the server by replacing the current deployment manifest with the deployment manifest of the version to which you want to roll back. As shown in Figure 10-3, the deployment manifests for each version are saved in the application deployment folder. Suppose the current appname.application file in…
ButtonHeader – PB Docs 125
ButtonHeader property for PowerScript controls Controls ListView controls Description When the ButtonHeader property is enabled, the column titles in a ListView’s report view appear as pushable buttons instead of labels. Usage In a painter To set the ButtonHeader property: Select the ButtonHeader check box on the General page of the ListView control’s Properties view. In…
Controlling the display of toolbars – PB Docs 126
Controlling the display of toolbars You can control: Whether to display individual toolbars and where Whether to display text on the buttons Whether to display PowerTips Choosing to display text and PowerTips affects all toolbars. To control a toolbar using the pop-up menu: Position the pointer on a toolbar and display the pop-up menu. Click…
RegistryDelete – PB Docs 150
RegistryDelete PowerScript function Description Deletes a key or a value for a key in the Windows system registry. Syntax
|
1 |
<span>RegistryDelete</span> ( <span>key</span>, <span>valuename</span> ) |
Argument Description key A string whose value is the key in the system registry you want to delete or whose value you want to delete. To uniquely identify a key, specify the list of parent…
Microsoft SQL Server Fetching rows – PB Docs 150
Microsoft SQL Server Fetching rows The SQL Server interfaces support the following FETCH statements (Microsoft_SQL_Server_FETCH): FETCH NEXT (Microsoft SQL Server FETCH NEXT) FETCH FIRST (Microsoft SQL Server FETCH FIRST, FETCH PRIOR, and FETCH LAST) FETCH PRIOR (Microsoft SQL Server FETCH FIRST, FETCH PRIOR, and FETCH LAST) FETCH LAST (Microsoft SQL Server FETCH FIRST, FETCH PRIOR,…
EAServer requirements – PB Docs 110
EAServer requirements You can build a .NET client application or component that invokes methods of Enterprise JavaBeans (EJB) components or PowerBuilder EAServer components running in EAServer 6.1 or later. This capability is based on the .NET client ORB library introduced in EAServer 6.1. Note When you install EAServer, you must install the .NET support option….
TraceObject object – PB Docs 125
TraceObject object The TraceObject object provides information about a node in a trace file identified as the creation or destruction of an object. To access the extra properties of the TraceObject object, you assign a TraceActivityNode object whose activity type is ActObjectCreate! or ActObjectDestroy! to the TraceObject object. The TraceObject object has no events. Properties…
Modifying SQL SELECT statements – PB Docs 126
Modifying SQL SELECT statements If the data source is SQL (such as Quick Select, SQL Select, or Query), you can graphically modify the SQL SELECT statement. To modify a SQL data source: Select Design>Data Source from the menu bar. PowerBuilder returns you to the SQL Select painter. (If you used Quick Select to define the…
Resolve_Initial_References – PB Docs 150
Resolve_Initial_References PowerScript function Description Uses the CORBA naming service API to obtain the initial naming context for an EAServer component. This function is used by PowerBuilder clients connecting to EAServer. Controls JaguarORB objects Syntax
|
1 |
<span>jaguarorb</span>.<span>Resolve_Initial_References</span> ( <span>objstring</span><span>, object </span>) |
Argument Description jaguarorb An instance of JaguarORB objstring A string that has the value “NameService” object A reference variable of…
Accessing serial values in a PowerBuilder script – PB Docs 150
Accessing serial values in a PowerBuilder script If you are connecting to an Informix database from a PowerBuilder script, you can obtain the serial number of the row inserted into an Informix table by checking the value of the SQLReturnData property of the Transaction object. After an embedded SQL INSERT statement executes, SQLReturnData contains the…