Working with files in a Web target – PB Docs 80
Working with files in a Web target When building a Web application that uses EAServer components and DataWindows, you can use the Web target environment to develop these separate components in the same workspace. A Web target lists and tracks all of the files and folders in your Web site. The target identifies the root…
Accessing EAServer components – PB Docs 80
Accessing EAServer components 4GL Web pages provide tight integration with EAServer servers. Using 4GL Web pages facilitates access to EAServer components, component properties, and component methods. For a deployed 4GL Web page, the connection to the EAServer server associated with the page is made before the page is loaded in a client browser. If component…
Adding controls – PB Docs 80
Adding controls You add controls to 4GL Web pages the same way you add them to other Web pages. When you add controls to 4GL Web pages, however, the server scriptable property is turned on by default. Server scriptable property The server scriptable property does the following: Creates a server object that represents the control…
Setting up page navigation – PB Docs 80
Setting up page navigation One of the major tasks when creating a set of Web pages is managing how one page links to another and how data is passed from one page to the next. 4GL Web pages help manage page data accurately and efficiently when a Web application requires navigation from one page to…
Writing server scripts – PB Docs 80
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….
Building Web targets – PB Docs 80
Building Web targets The build phase for a Web target: Provides link verification Moves the files to a Build folder under the target folder to make the files available for deployment You can build an entire target, or just one file. Building a file lets you quickly make sure that links from the file work….
The deployment process – PB Docs 80
The deployment process The deployment process The deployment process involves three phases: Get Retrieves a file from the Build folder Transform Processes the contents of the file, changing HTML tags and scripts as necessary to suit the target application server Put Writes out the deployed pages to your local or network file system, to an…
How page request processing works – PB Docs 80
How page request processing works When processing a 4GL Web page, the Web Target object model (deployed with the page to PowerDynamo) calls events for the psPage object in a specified order. The psPage global object controls the event model and the communication between pages. Sequence for processing pages When a browser requests a page,…
Disabling 4GL mode – PB Docs 80
Disabling 4GL mode Usually there is no reason to disable 4GL mode for a page. If you do so, you should be aware of the impact of this change. If you turn off 4GL mode on the Page page in the Page Properties dialog box, the page cannot use any of the processing done by…
Chapter 9 About the Web DataWindow Design-Time Control – PB Docs 80
Chapter 9 About the Web DataWindow Design-Time Control About this chapter This chapter describes the Web DataWindow design-time control (DTC) you can add to your Web target pages. Contents Topic Using the Sybase Web DataWindow DTC Integrating the DataWindow on your page DataWindow presentation styles and properties settings Binding data to DataWindow retrieval arguments Defining…