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 biv343 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: *

  • Users: marineman
  • Content: Threads
  • Order by date
  1. marineman

    Computing last day of the month in PB

    Here's my small contribution to this very helpful PowerBuilder site: a simple function to find the last day of month of any given date: f_get_mo_last_day ( date arg_date ) returns date date incr_date integer curr_mo curr_mo = month(arg_date) incr_date = arg_date do while curr_mo =...
  2. marineman

    checking to see if pdf file already in use

    What is the cleanest way to find out if a file (such as a pdf) has already been opened by another program or user? When I try to open a PDF in my PB application (using adobePDF OLE control) I get an error when PDF file is being viewed by another user already. Is there a function to check for...
  3. marineman

    Setting MDI x/y defaults

    I've finally discovered the benefits of using the MDI frame/sheet windows. But I notice one annoying characteristic. When you open cascaded window sheets it continues to increment the x/y of the upper left corner of the sheets even after you've closed all of them to start over. (open and close 3...

Part and Inventory Search

Back
Top