Powerbuilder Documentation 10.5

Powerbuilder Documentation 10.5

Correcting pipeline errors – PB Docs 105

Correcting pipeline errors If the pipeline cannot pipe certain rows to the destination table for some reason, PowerBuilder displays the following information for the error rows: Name of the table in the destination database Pipeline operation you chose in the Option box Error messages to identify the problem with each row Data values in the…

About page navigation – PB Docs 105

About 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. Navigation styles You can link from one page to another using any of three navigation styles: A hyperlink using the HTML…

About building and deploying Web targets – PB Docs 105

About building and deploying Web targets You build and deploy Web targets to: Test part or all of a Web target Move a completed target into a production environment The build phase Building a Web target prepares your files for deployment and verifies links from a Web page to another file. You can build a…

Correspondences of common elements – PB Docs 105

Correspondences of common elements When you insert a control or choose a paragraph or character style to include on your page, PowerBuilder adds HTML syntax to Source view that enables Web browsers to render the object or style selected. Headings and paragraphs You can add headings and paragraphs to your page from a dialog box…

DataWindow presentation styles and data sources – PB Docs 105

DataWindow presentation styles and data sources The Web DataWindow supports most PowerBuilder DataWindow functionality. Presentation styles The Web DataWindow and the Web DataWindow DTC support the following presentation styles Freeform Tabular Grid Group N-Up Cross tab Label Data sources The Web DataWindow and the Web DataWindow DTC support the following DataWindow data sources: Quick Select…

Using the Web Target development environment – PB Docs 105

Using the Web Target development environment When you work in the Web Target environment, you do so within the context of a PowerBuilder workspace. Inside this workspace a Web target includes all of the files you need to produce a Web application (a Web site or part of a Web site). When you create or…