PowerBuilder编程技巧

[入库:2005年11月11日] [更新:2008年8月28日]

本文简介:本文档为PowerBuilder编程技巧中的PB消息与系统消息的对应关系英文版.Within PowerBuilder, you have the capability to customize the development environment. This is useful because it can cut down on the time spent performing repetitive tasks. You can also speed up your development by creating additional toolbar buttons to give you quick access to commonly used features and objects.

PowerBuilder编程技巧

PowerBuilder’s initialization file (PB.INI) contains a number of different sections that corre-
spond to different PowerBuilder painters. Each section has a number of keywords defined for
it that store the individual settings. The major sections are as follows:
■ Application—Changes all application preferences.
■ Window—Changes options used in the Window painter.
■ Menu—Changes options used in the Menu painter.
■ DataWindow—Changes options used in the DataWindow painter.
■ Database—Changes options used in the Database painter.
■ Library—Changes options used in the Library painter.
■ Debug—Changes options used during debugging.
■ PowerBuilder—Changes systemwide PowerBuilder options.
There are also smaller sections for the SQL Painter, database profiles, the Object Browser, help,
and toolbar settings. While you can edit the PB.INI file directly, most settings contained in
here are automatically saved as you make changes in PowerBuilder. To edit the PB.INI, use
your favorite text editor or press Shift+F6 from within PowerBuilder to open the File Editor.
In the following pages you will take a look at many of the keywords for each of the different
INI sections.

本方案相关附件

本文关键:,PowerBuilder,编程,技巧,
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top