Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mistermusic

    User search function

    Hi I would like to implement a function that allows the user to search within a powerbuilder report. It should work just like the search function of a PDF-reader (user enters a search criteria and presses enter --> the first match is being highlighted with the option to jump to the next match)...
  2. mistermusic

    Printing the current page

    Hi all, I am using this code to print a datawindow: dw_1.print(true, true) The problem is that the option "current page" in the print dialog is disabled. Does anyone know why that is and how to fix it? Thanks, Thomas
  3. mistermusic

    Dynamic X-position of a autosize column

    Hi there I am using PB 11.5 I have a problem with a datawindow column that has its autosize.height property on YES. I want to be able to change the columns X-Position dynamicly. The problem is that after I modify the datawindow the position of the column is still displaied at its original...
  4. mistermusic

    Textcolor of a Dropdowndatawindow

    Hi there Does anybody know how I can change the font color of dropdowndatawindow-columns by script? I tried a several different options using "modify" but it didn't work out... Thank you Thomas
  5. mistermusic

    PB 11.5 Menubar

    Hi there Can I change the color of a menue/toolbar by script? This code here causes errors: menuxy.menubackcolor = 123456 "A systemwrite property can be modified only in an event or function in its parent class" "A readonly property can be modified only in an event or function in its parent...

Part and Inventory Search

Back
Top