Powerbuilder Documentation 9.0

Powerbuilder Documentation 9.0

Debugging a remote application – PB Docs 90

Debugging a remote application You debug a remote application the same way you debug a local application. Before you debug a remote application, however, you must configure both the local PC and remote system (that runs the PowerDyanmo Web server) to run a remote debugging session. To debug a Web application that you deploy to…

Writing server scripts – PB Docs 90

Writing server scripts When editing Web pages in Page view of the HTML editor, you use the integrated Script editor to add scripts for events appropriate to the context in which you are working. You add scripts for the server events and write other server scripts the same way you do for client event scripts….

About style sheets – PB Docs 90

About style sheets Style sheet files store common design and layout information independently of the page content of HTML or JSP files. By using style sheets you can: Create a standard design for your HTML pages that can be reused for additional pages as needed. Make it easy to change style definitions within a Web…

HTML editor views – PB Docs 90

HTML editor views The HTML editor has three views: Page, Source, and Preview. Each view provides a different way of working with your HTML project. Page view Page view provides WYSIWYG editing for an HTML page without requiring knowledge of HTML tagging. Use Page view as your main editing environment or to supplement the editing…

JSP Web Target object model – PB Docs 90

JSP Web Target object model The Web Target object model for JSP targets is based on the Web Target object model for PowerDynamo and ASP targets. Its classes handle the complexities of data transfer, HTML generation, and JavaScript generation for client scripts. The non-4GL part of the JSP object model provides a set of utility…