PB Docs 120

Appendix – PB Docs 120

Appendix The appendix describes custom permissions you can set on the Security tabs of Web Forms, Web Service, and Windows Forms projects. Custom Permission Settings You can set custom permissions for .NET Windows Forms and Web Forms applications, and for .NET Web Service components, in the Project painter Security tab. Document get from Powerbuilder help…

Accessing data properties – PB Docs 120

Accessing data properties To access properties related to a graph’s data during execution, you use DataWindow methods for graphs. There are three categories of these methods related to data: Methods that provide information about a graph’s data Methods that save data from a graph Methods that change the color, fill patterns, and other visual properties…

About This Book – PB Docs 120

About This Book Subject This book provides information about using DataWindow® technology in client/server, distributed, and Web applications. It describes how to define DataWindow® objects appropriate for your application and how to write code that interacts with those DataWindow objects. Audience This book is for anyone developing applications that use DataWindow technology. It assumes that:…

About data pipelines – PB Docs 120

About data pipelines The Data Pipeline painter gives you the ability to reproduce data quickly within a database, across databases, or even across DBMSs. To do that, you create a data pipeline which, when executed, pipes the data as specified in the definition of the data pipeline. What you can do With the Data Pipeline…

Configuration Requirements for Windows Vista and Later – PB Docs 120

Configuration Requirements for Windows Vista and Later When you run PowerBuilder on Windows Vista or Windows 7 under a standard user account, and attempt to deploy Web Forms or Web Service projects, the User Account Control (UAC) dialog box appears. This dialog box allows you to elevate your privileges for the purpose of deployment. Deploying…

Choosing a .NET Application Target – PB Docs 120

Choosing a .NET Application Target Web Forms applications have several advantages over traditional client-server and Windows Forms applications. Web Forms applications do not require client-side installation, are easy to upgrade, have no distribution costs, and offer broad-based user access. Any user with a Web browser and an online connection can run Web Forms applications. Windows…

Changing Application Pool Identity for IIS 7.5 – PB Docs 120

Changing Application Pool Identity for IIS 7.5 IIS7.5 includes a new identity type, ApplicationPoolIdentity, and sets it as the default identity for application pools. On IIS 7.5, PBAppPool also uses ApplicationPoolIdentity as its default identity value, but some Web Forms application features�such as creation of permanent user accounts, SSL authentication, and DataWindow Print and SaveAs…

Setting Up a SQL Anywhere Database Connection – PB Docs 120

Setting Up a SQL Anywhere Database Connection Full control permissions are required for directories containing databases that you need to access from your Web Forms applications. Before a PowerBuilder .NET Web Forms application connects to a SQL Anywhere� database, you must either start the database manually or grant the ASPNET user (IIS 5 on Windows…

Telerik RadControls – PB Docs 120

Telerik RadControls PowerBuilder installs Telerik RadControls for ASP.NET and deploys these controls with your Web Forms applications. RadControls provide enhanced functionality for Web Forms toolbars and menus, DatePicker and MonthCalendar controls, and TreeView controls. Parent topic: ASP.NET Configuration for a .NET Project Document get from Powerbuilder help Thank you for watching.

AJAX Extensions – PB Docs 120

AJAX Extensions PowerBuilder uses AJAX (Asynchronous JavaScript and XML) update functionality for Web Forms applications. With ASP.NET AJAX, the page is updated by refreshing individual regions of the page asynchronously. An asynchronous postback behaves much like a synchronous postback, but performance is enhanced through minimization of the content sent to the server and rendered again…