Preparing to use the ADO.NET interface – PB Docs 100
Preparing to use the ADO.NET interface Before you define the interface and connect to a database using ADO.NET: Install and configure the database server, network, and client software. Install the ADO.NET interface. Install Microsoft’s Data Access Components version 2.6 or higher software on your machine. Step 1: Install and configure the data server You must…
Putting a DataWindow object into a control – PB Docs 100
Putting a DataWindow object into a control The DataWindow control is a container for DataWindow objects in an application. It provides properties, methods, and events for manipulating the data and appearance of the DataWindow object. The DataWindow control is part of the user interface of your application. You also use DataWindow objects in the nonvisual…
Chapter 7 Server-Side Processing for the Web DataWindow – PB Docs 100
Chapter 7 Server-Side Processing for the Web DataWindow About this chapter This chapter describes configuration requirements for the server-side Web DataWindow component and design and programming techniques. Contents Topic Server configuration requirements Instantiating and configuring the server component Using a custom server component Using service classes Document get from Powerbuilder help Thank you for watching.
Chapter 4 Using DataStore Objects – PB Docs 100
Chapter 4 Using DataStore Objects About this chapter This chapter describes how to use DataStore objects in an application. Contents Topic About DataStores Working with a DataStore Using a custom DataStore object Accessing and manipulating data in a DataStore Sharing information Before you begin This chapter assumes you know how to build DataWindow objects in…
Appendix B The OrcaScript Language – PB Docs 100
Appendix B The OrcaScript Language About this appendix This appendix describes the OrcaScript scripting language. OrcaScript allows you to perform source control operations and build PowerBuilder workspaces and executables without operator intervention. The full ORCA tool kit is available to Sybase partners only, but OrcaScript can be used by any PowerBuilder customer. Contents Topic About…
Chapter 4 PowerDesigner Integration – PB Docs 100
Chapter 4 PowerDesigner Integration About this chapter PowerBuilder provides a plug-in interface that you can use to link a PowerBuilder target to a PowerDesigner object-oriented model. This chapter describes how to enable the plug-in and use it to generate or reverse engineer PowerBuilder targets and objects. Contents Topic About PowerDesigner and the PowerDesigner plug-in What…
Using the RichTextEdit control – PB Docs 100
Using the RichTextEdit control You can add a RichTextEdit control to a window to enhance your application with word processing capabilities. Users can enter text in a RichTextEdit control, format it, save it to a file, and print it. You can also enable a pop-up menu from which users can control the appearance of the…
Chapter 32 Tracing and Profiling Applications – PB Docs 100
Chapter 32 Tracing and Profiling Applications About this chapter This chapter describes how to generate trace information that you can use to improve your application’s performance. Contents Topic About tracing and profiling an application Collecting trace information Analyzing trace information using profiling tools Analyzing trace information programmatically Generating a trace file without timing information Document…
Using a user event – PB Docs 100
Using a user event After you define a user event, you must write the script that PowerBuilder will execute when that user event is triggered. If it is an unmapped user event, you also write the code that will trigger the user event. User events display in alphabetical order in the Event List view and…
Viewing your work – PB Docs 100
Viewing your work While building a window, you can preview it and print its definition. Previewing a window As you develop a window, you can preview its appearance from the Window painter. By previewing the window, you get a good idea of how it will look during execution. Preview button on the PainterBar and the…