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 Shaun E 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. MadridEspana

    Attaching A SQL Database Using Visual Basic

    I wrote a program that dettaches our month end database on Friday night and should attach it back again on Saturday morning. The dettaching works just fine but attaching does not work. Any ideas? Dim oSQLSrv As New SQLDMO.SQLServer FileName1 = .mdf filename FileName2 = .ldf filename...
  2. MadridEspana

    Modify Excel Printing Preferences via VB

    I have a VB program that opens up an Excel sheet and prints it out. It was working fine until we acquired a printer that has multiple bins. How can I access the printing preferences, options properties from VB so I can change them accordingly?
  3. MadridEspana

    Crystal Report Printing Very Slow From Within VB. Fast When Run By Its

    Using CRPE I wrote a VB6.0 program that inputs parameter values to a Crystal report and then prints it out with CRReport.Printout method. It was printing labels to a printer just fine. The printer broke down and it was replaced with a Genicom printer. I changed the Crystal report to the new...
  4. MadridEspana

    Running Printout from VBA slows down when printing multiple copies.

    I run a Crystal report from a VBA program to print labels via 'crreport.printout true' so the little printer window shows up and the user can change # of copies. After replacing the printer it used to go to which is specified in the report with another printer of the same kind the labels now...
  5. MadridEspana

    How do I save Export Options

    When running a report on the server, the export options don't keep. The user has to re-enter them (file format , file path) everytime he runs the report. How can I save the export options with the report so the user only has to select Export the Report and Print it. Thanks.
  6. MadridEspana

    Hiding the Printing Report window

    When using PrintOut from a vb program a little window displays that says Printing Report and allows user to cancel. How can I hide this window so the user cannot accidentally click on Cancel? Thanks.

Part and Inventory Search

Back
Top