Chapter 18 Using DDE in an Application – PB Docs 120
Chapter 18 Using DDE in an Application About this chapter This chapter describes how PowerBuilder supports DDE. Contents Topic About DDE DDE functions and events Document get from Powerbuilder help Thank you for watching.
Deployment Techniques – PB Docs 120
Deployment Techniques This part explains how to package your application for deployment and what files you need to deploy. Document get from Powerbuilder help Thank you for watching.
Sizing the client area – PB Docs 120
Sizing the client area PowerBuilder sizes the client area in a standard MDI frame window automatically and displays open sheets unclipped within the client area. It also sizes the client area automatically if you have defined a toolbar based on menu items, as described in the preceding section. However, in a custom MDI frame window—where…
Efficient compiling and performance – PB Docs 120
Efficient compiling and performance The way you write functions and define variables affects your productivity and your application’s performance. Short scripts for faster compiling If you plan to build machine code dynamic libraries for your deployed application, keep scripts for functions and events short. Longer scripts take longer to compile. Break the scripts up so…
Creating Help files – PB Docs 120
Creating Help files About Help authoring tools There are many authoring tools and related products available for creating online Help files on Windows. All of the authoring tools for RTF-based Help files use the Microsoft Help compiler to compile a set of source files into a finished Help file. What to include The source files…
Chapter 8 Using TreeView Controls – PB Docs 120
Chapter 8 Using TreeView Controls About this chapter This chapter describes how to use TreeView controls to present hierarchical information in an expandable list. Contents Topic About TreeView controls Populating TreeViews Managing TreeView items Managing TreeView pictures Using DataWindow information to populate a TreeView Document get from Powerbuilder help Thank you for watching.
Chapter 16 Implementing Rich Text – PB Docs 120
Chapter 16 Implementing Rich Text About this chapter This chapter explains how to use rich text in an application, either in a RichText DataWindow object or in a RichTextEdit control. Contents Topic Using rich text in an application Using a RichText DataWindow object Using a RichTextEdit control Rich text and the end user Before you…
Creating remote databases – PB Docs 120
Creating remote databases Any SQL Anywhere database can be converted for use as a remote database in a MobiLink installation. You can also create a new SQL Anywhere remote database that uses all or part of the schema of the consolidated SQL Anywhere database. You create the database on your desktop using the Sybase Central…
About form styles – PB Docs 120
About form styles InfoMaker comes with built-in form styles with which users can build sophisticated forms. You can create your own form styles in PowerBuilder and provide them to InfoMaker users. With these custom form styles, you can enforce certain standards in your forms and provide extra functionality to your InfoMaker users. For example, you…
Exposing an NVO as a Web service – PB Docs 120
Exposing an NVO as a Web service The EAServer Component wizard includes a page that allows you to expose the component that the wizard generates as a Web service. The Expose Component as Web Service page of the wizard has options for exposing a component as an EJB 2.1 Web service (for EAServer 6.x) or…