Application object – PB Docs 150
Application object An application is a collection of PowerBuilder windows and objects that provide functionality for user activities, such as order entry or accounting activities. The Application object is the entry point into the applications. When a user runs an application, the Open event of the Application object is fired. The Open event triggers the…
CalendarBackColor – PB Docs 150
CalendarBackColor property for PowerScript controls Controls DatePicker and EditMask controls Description The CalendarBackColor property defines the color to be used for the background of the calendar that displays when you click on the down arrow in a DatePicker control or an EditMask control with the DropDownCalendar property set to true. When you are defining the…
Child DataWindow Control Support – PB Docs 150
Child DataWindow Control Support The Child DataWindow control can be nested for many levels. When a nested report is inserted into a DataWindow, a print preview-mode DataWindow control is used. A Child DataWindow is editable if you use the control in a Composite style DataWindow. Parent topic: WPF DataWindow Enhancements Document get from Powerbuilder help…
Visual Studio 2010 Isolated Shell – PB Docs 150
Visual Studio 2010 Isolated Shell PowerBuilder .NET 12.5 and later use the Visual Studio 2010 isolated shell Service Pack 1. The new shell comes with enhancements. Windows are no longer constrained to the editing frame of the integrated development environment (IDE). You can now dock them to the edges, float outside the IDE, or move…
DisplayExpression – PB Docs 150
DisplayExpression property for PowerScript controls Controls grDispAttr objects within Graph controls Description The DisplayExpression property specifies an expression whose value is the label for a specified text object within the Graph control. The default expression is the value of the property containing the text for the graph component. Usage In a painter To specify a…
DBUser – PB Docs 150
DBUser property for PowerScript controls Controls MLSync and SyncParm objects Description User ID for the SQL Anywhere remote database. Setting this property value is equivalent to including the -c “uid=myUserID” dbmlsync option, where myUserID is the user name for the database connection. Usage At design time, you can enter a DBUser value on the SQL…
SetValue – PB Docs 150
SetValue method (DataWindows) Description Sets the value of an item in a value list or code table for a column in a DataWindow control or DataStore. (A value list is called a code table when it has both display and data values.) SetValue does not affect the data stored in the column. SetValueByColNum A separate…
Selecting the Default ASP.NET Version – PB Docs 150
Selecting the Default ASP.NET Version If you installed multiple versions of the .NET Framework on the target Web server, you should make sure that IIS uses a supported version for PowerBuilder .NET applications. You can make this change globally, for all ASP.NET Web site applications, or for individual applications that you deploy to IIS. The…
Setting Up a SQL Anywhere Database Connection – PB Docs 150
Setting Up a SQL Anywhere Database Connection Full control permissions are required for directories containing databases that you need to access from your .NET Web Service applications. Before a PowerBuilder .NET .NET Web Service application connects to a SQL Anywhere� database, you must either start the database manually or grant the ASPNET user (IIS 5…
SetSeriesStyle – PB Docs 150
SetSeriesStyle method (Graphs in DataWindows) Specifies the appearance of a series in a graph. There are several syntaxes, depending on what settings you want to change. To Use Set the series’ colors For the Web ActiveX, called SetSeriesStyleColor Syntax 1 Set the line style and width For the Web ActiveX, called SetSeriesStyleLine Syntax 2 Set…