Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Powerbuilder Documentation 9.0 – Page 69 – PowerBuilder Library

Powerbuilder Documentation 9.0

Powerbuilder Documentation 9.0

Troubleshooting 4GL Web pages – PB Docs 90

Troubleshooting 4GL Web pages 4GL Web pages provide two troubleshooting features (in addition to the error reporting provided by the debugger): Displaying runtime errors Displaying trace messages You can enable these features when you set up your file in the 4GL Web Page wizard or in the Page Properties dialog box for your page. Displaying…

Using the Sybase Web DataWindow DTC – PB Docs 90

Using the Sybase Web DataWindow DTC The Web DataWindow DTC (design-time control) lets you add database-driven content to your Web applications. Brief history of the DataWindow DTC The Sybase Web DataWindow DTC was previously called the HTML DataWindow DTC, which replaced the original DataWindow DTC. The original DataWindow DTC is not provided and should not…

Chapter 5 Working with Images, Other Media and Components – PB Docs 90

Chapter 5 Working with Images, Other Media and Components About this chapter This chapter describes how to add images, sound, video, and other components to your Web pages using the System Tree and Web Target editors and toolbars. Contents Topic Images and image maps Multimedia Components The Java class path The custom tag library search…

Integrating with application servers – PB Docs 90

Integrating with application servers If you want to deliver dynamic content for your Web site, you must integrate an application server (to process server-side scripts) into your Web site delivery strategy. For sites that use PowerDynamo or JSP, you can take advantage of 4GL extensions to the Web Target object model. The 4GL Web page…

Techniques and tips for writing scripts – PB Docs 90

Techniques and tips for writing scripts Position of scripts It is standard practice to put client-side scripts in the Head section of your document, but the Page view in the HTML editor does not handle scripts in the Head section. To author and debug scripts in a PowerDynamo server, you should put scripts at the…