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 gkittelson 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

    SQL server performance slowing down

    Did you check your tempdb and templog files? I used to have these files size setup too small and when users would run queries or Crystal reports it would grow bigger than the original size and that expanding every time (because it only grows at certain size blocks) used to slow down the whole...
  2. MadridEspana

    Attaching A SQL Database Using Visual Basic

    It gives me a no SSPI context error message.
  3. 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...
  4. 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?
  5. 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...
  6. MadridEspana

    How do I save Export Options

    The user has the printer driver. The weird thing is that if she runs the Crystal report by itself it prints just fine (really fast). When printing it from VBA is very very very slow. The Crystal report has the printer defined as the printer to use and the VBA program does not change it. If I...
  7. 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...
  8. MadridEspana

    How do I save Export Options

    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...
  9. 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.
  10. MadridEspana

    Pass value from subreport

    If you use a shared variable you will be able to control that variable's value in the main report. Search for 'variables,scopes' under Crystal Help.
  11. 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