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

What’s next – PB Docs 90

What’s next After you have generated your DataWindow object, you will probably want to preview it to see how it looks. After that, you may want to enhance the DataWindow object in the DataWindow painter before using it. PowerBuilder provides many ways for you to make a DataWindow object easier to use and more informative…

Troubleshooting JSP targets – PB Docs 90

Troubleshooting JSP targets Several common problems can occur during JSP deployment or at runtime. Problems can also arise during the processing of a WSDL file by the JSP Web Service Proxy wizard. A few of these problems are descibed in this section, as well as some steps you can take to resolve them. Problems deploying…

Integrating the DataWindow on your page – PB Docs 90

Integrating the DataWindow on your page The Web/JSP DataWindow Page wizard helps you to integrate Web DataWindow controls into new pages for your Web application. For existing pages, you insert a Web DataWindow DTC, then set its properties. Inserting a Web DataWindow DTC to a Web page involves: Selecting the source for a DataWindow object…

Images and image maps – PB Docs 90

Images and image maps Use your favorite image editing tool to create image files and add them to your HTML page or JSP file. You can use any image format supported by the major browser vendors. Inserting images You can insert images in both Page view and Source view of the HTML Editor. You can…

Working with server scripts – PB Docs 90

Working with server scripts You can embed server scripts in your HTML pages or place them in separate script files. You can import a server script file that contains code for processing by the application server you specify, or you can include a server script file if its contents need only to be redirected, without…