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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vbMonk

  1. vbMonk

    Export Crystal Report to HTML - Pagination

    Yes, I know. In fact, I need to rename them, and that's what makes the way this works a problem. I have to rename them using a list of values gathered from another source. I gather these other data values into an array, numerically indexed, starting with 1. These values are ordered to match...
  2. 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...
  3. vbMonk

    Problem setting Height property in Powerpoint

    I've tried that and it still doesn't work. I've even tried separate procedures. The only thing that really works is to run the two things in completely separate runs, i.e. as two separate scripts. I've done some more noodling and determined that the mere act of setting the oChart object is...
  4. vbMonk

    Problem setting Height property in Powerpoint

    Thanks. Unfortunately, it didn't resolve the original problem. Bummer.
  5. vbMonk

    Problem setting Height property in Powerpoint

    Mmm, seems easier said than done. If I add this line,... oChart.AutoScaling = False ...I get a run time error, "Method of 'AutoScaling' of object '_Chart' failed". Am I not trying to set this property correctly?
  6. 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...
  7. vbMonk

    COPY FROM erroring on \r \n

    Thanks. The sed command worked.
  8. 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?
  9. vbMonk

    PDF-PHP from ROS and variable values not passing

    register_globals is set to off on our server Henry
  10. 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...
  11. vbMonk

    Removing files & directories older than # days

    It's Linux Redhat 9 server. Thanks for your responses. I was actually trying to write a perl script to do this because my attempt to use the find -exec in cron failed. I just figured out this morning it was because I was using two slashes before the semi-colon. That works on AIX...
  12. 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...
  13. vbMonk

    Backup best practices/strategy

    Awesome script. Really gives me a leg up on the mechanics of the process anyway. Thank you, Leland.
  14. vbMonk

    Backup best practices/strategy

    Thanks for your response, Leland. I have read Roycrom's FAQ and it may come in handy when I get around to actually scripting my dump processes. It doesn't really answer my question, though. My questions in fact, revolve somewhat around the options for pg_dump. In all the posts I've read at...
  15. 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...

Part and Inventory Search

Back
Top