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 greggranger

  1. greggranger

    Air Conditioner restart post power fail

    Thank you for the info. I adjusted the UPS to shut down a server when it does not make contact with the domain controller, signifying a potential power outage.
  2. greggranger

    Air Conditioner restart post power fail

    I have a portable air conditioner in a server room that I need to restart after a power failure occurs. I understand many of the new models have an auto restart function built in but I'd rather not purchase a new AC unit. That being said, can anyone recommend an alternative solution to cause...
  3. greggranger

    Report Listing Method

    Unfortunately, the additional information provided by revealing the 'Details View' button on the Report Manager is insufficient. Where can I obtain more info on "creating an ASP.Net style page." Thanks again for your help
  4. greggranger

    Report Listing Method

    Thanks for both the replies. The home page of the Report Manager is not preferred due to the limited info describing the report; and the appearance is pretty bland. How complex would creating a ".net Windows application to list/run them from"?
  5. greggranger

    Report Listing Method

    I've developed a variety of reports using 2005 MSS Reporting Services and searching for a visually appealing method to list the reports to the consumers. Initially, I created a simple list report with the individual rows of the list report hyperlinked to the actual Reporting Services reports...
  6. greggranger

    Adjust Registry file name when producing .pdf files from Access 2003

    Awesome Remou....would it be OK if I follow up with some questions if I have issues?
  7. greggranger

    Adjust Registry file name when producing .pdf files from Access 2003

    In what capacity Remou? How did you learn how to customize with Access?
  8. greggranger

    Adjust Registry file name when producing .pdf files from Access 2003

    Specny, is there a version of this code that I don't have to purchase? Thanks for the alternative solution
  9. greggranger

    Adjust Registry file name when producing .pdf files from Access 2003

    Thanks for the reply, Remou. I have not used PDFCreator extensively. Can it be leveraged from Access to create .pdf reports?
  10. greggranger

    Adjust Registry file name when producing .pdf files from Access 2003

    About a year ago, I designed some code to print .pdf reports in Access 2003 using PDF Writer (Adobe Acrobat version 5.0). The code would print multiple .pdf files, based on an Access report, and save them to a specific location with a specific name that I specify within the VB code...
  11. greggranger

    QE-DEF-0177 'sqlScrollBulkFetch' status='-55'

    As it turns out, the datasource connection was not allocating enough time for the query to return results. If anyone is ever setting up a datasource connection to a DB2 database be sure to NOT place a zero (0) in either of the timeout specification boxes (connection timeout and query response...
  12. greggranger

    QE-DEF-0177 'sqlScrollBulkFetch' status='-55'

    I have eliminated incorrect report syntax, invalid model relationships, etc. as possible causes of this error. Something is occurring on the back end that I don't understand Since my target report runs during off peak hours, yet fails during higher activity periods I think there's an adjustment...
  13. greggranger

    QE-DEF-0177 'sqlScrollBulkFetch' status='-55'

    Error message is received when running any report. In my experience, I have never encountered this while using SQL Server as the back end but have recentley noticed occuring on Db2 type systems. I will try and run tabular data for a simple report
  14. greggranger

    Table Modification

    I had this issue as well...the work around I came up with was to open the query subject and instead of using the '*' character to select all fields, I specified each field name and included the newly added field as well. This way the existing packages were not effected and furthermore the new...
  15. greggranger

    QE-DEF-0177 'sqlScrollBulkFetch' status='-55'

    Report specification is valid

Part and Inventory Search

Back
Top