Powerbuilder Web Targets Guide

OpenThemeManager – PB Docs 120

OpenThemeManager Use to open the Web Forms Theme Manager. Syntax

Returns None. Examples � Use this code to open the Web Forms Theme Manager:

Usage See Web Forms Theme Manager . Parent topic: System Functions for .NET Web Forms Document get from Powerbuilder help Thank you for watching.

IIS Installation – PB Docs 120

IIS Installation You can install IIS from the Control Panel, but you might need a Windows operating system CD. On Windows XP and 2003, select Add and Remove Programs from the Control Panel, then click Add/Remove Windows Components, select the Internet Information Services check box, and click Next. You can then follow instructions to install…

ASP.NET Configuration for a .NET Project – PB Docs 120

ASP.NET Configuration for a .NET Project You can configure ASP.NET for a Web Forms or smart client project before or after you deploy the project to an IIS 5.0 or later server. All files and directories that you access from a Web Forms application or a smart client application on a Web server must have…

OpenPrintManager – PB Docs 120

OpenPrintManager Use to open the Web Forms Print Manager. Syntax

Returns None. Examples � Use this code to open the Web Forms Print Manager:

Usage See Web Forms Print Manager . Parent topic: System Functions for .NET Web Forms Document get from Powerbuilder help Thank you for watching.

Modifying a .NET Assembly Project – PB Docs 120

Modifying a .NET Assembly Project You can modify a .NET Assembly project from the Project painter. In addition to the values for fields that you entered in the target and project wizards, you can also modify version, debug, and run settings from the Project painter, and select and rename functions of the nonvisual objects that…

.NET Assembly Targets – PB Docs 120

.NET Assembly Targets PowerBuilder includes a target type for creating .NET assemblies from nonvisual custom class objects. You can create .NET Assembly targets from scratch or by using PBLs from an existing target that contain at least one nonvisual custom class object. Note: The .NET Assembly target type is available in both PowerBuilder Classic and…

Unsupported Properties for Controls in Web Forms – PB Docs 120

Unsupported Properties for Controls in Web Forms Some PowerBuilder control properties cannot be used in applications deployed to ASP.NET. This table lists unsupported properties, the controls on which they are not supported, and any notes that apply to specific controls. If your application uses these properties, rework it to avoid their use: Property Controls for…

DownloadFile – PB Docs 120

DownloadFile Use to download a file from the Web server to a client computer. Syntax

Parameters serverFile � A string containing the name of the file on the application�s virtual file path on the Web server. open � A boolean that determines whether to access the file in open mode or download mode. Values…

System Functions for .NET Web Forms – PB Docs 120

System Functions for .NET Web Forms System functions specific for .NET Web Forms applications allow you to open the various managers for Web Forms applications, obtain global configuration settings, download files for viewing or printing by the application user, and upload files to the Web server. You must surround calls to these system functions in…

HasThemeManager – PB Docs 120

HasThemeManager Set this property to false to hide the Theme Manager on a particular page in a Web Forms application. Applies to Window controls Usage In scripts, surround the HasThemeManager property in a conditional compilation code block for Web Forms applications:

This property is valid for .NET Web Forms applications only when the PBThemeManager global…