Schultz’s PowerBuilder Notes

Tool Bar Properties


How do I get PFC help to appear on the menu bar

  • Right click the menu bar
  • Select “Customize … “ from the popup menu
  • Select the “Custom” radio button
  • Drag an icon from the array of icons available and position it on the toolbar
  • The command line should read
winhlp32.exe C:\PWRS6\PB6\Help\pbpfc60.hlp
winhlp32.exe C:\Program Files\Sybase\PowerBuilder 7.0\Help\pbpfc70.hlp
  • Enter toolbar text and a tooltip Miscellaneous PowerBuilder Stuff

How do I get and set the toolbar properties?

boolean          lb_visible
integer          li_toolbarindex
string           ls_title
ToolbarAlignment ltb_alignment

this.GetToolbar(li_toolbarindex, lb_visible, ltb_alignment, ls_title)

Where else can I set toolbar properties

Several toolbar properties are set in the application object

iapp_object.ToolbarSheetTitle = “Sheet toolbar”
iapp_object.ToolbarFrameTitle = “Frame toolbar”

How do I hide a toolbar?

this.ToolBarVisible = False

April 9, 2008 - Posted by | Menus | , , ,

1 Comment »

  1. you can send for me ebook Powerbuilder please ?

    Comment by Sam | March 21, 2013 | Reply


Leave a comment