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 TouchToneTommy 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: vbMonk
  • Content: Threads
  • Order by date
  1. vbMonk

    Export Crystal Report to HTML - Pagination

    I'm exporting a Crystal Report to HTML and am experiencing two problems that are really bugging me, and I'm hoping that maybe someone here has some solutions. First, when I export the report directly from within Crystal, it creates a set of files that are numbered, 1...n, starting with the...
  2. vbMonk

    Problem setting Height property in Powerpoint

    I'm working with Powerpoint 2003, running on WinXP. I have Presentations that contain slides with multiple embedded Charts on the slides. I'm trying to automate formatting certain aspects of the charts and the shapes that contain them. I've written the following procedure to make the changes...
  3. vbMonk

    COPY FROM erroring on \r \n

    I'm trying to copy a text file into a table. The copy command fails on the first record and I believe it's because it's trying to copy the \r\n characters at the end of each line. Is there a way to copy the file and exclude these special characters? To strip them out of the file itself?
  4. vbMonk

    PDF-PHP from ROS and variable values not passing

    I'm using the PDF-PHP class from ROS to stream a PDF file to the browser. The user fills in a form and clicks a submit button, which opens a second php page, which streams the PDF output to the browser. I'm experiencing some weird behavior on some PCs, however. They will stream the PDF...
  5. vbMonk

    Removing files & directories older than # days

    I need to delete files and the directories that contain them when they, the files (and directories; they'll be of the same date), are older than a specified number of days. I'm using the following code... #!/usr/bin/perl -w # cleandumps.ps -clean pgsql...
  6. vbMonk

    Backup best practices/strategy

    We run PostgreSQL 7.3 on a Redhat 9 server. I wonder if people would be willing to share a bit with me about their backup approaches. I'm not looking so much for details, e.g. the text of scripts, but rather, I'd like to know how you think about it and what your strategy is. Do you back up...
  7. vbMonk

    Daily schedule of appointments by time w/open time slots

    I've been asked to write a report against a scheduling system. They want the report to show "open" time slots. The SQL tables against which I'll run the report have no records for open time slots, of course. I'm looking for a way to perhaps write a function or something that will...

Part and Inventory Search

Back
Top