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 strongm 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. ttchimera

    Problem previewing report

    The app I'm working on is having a problem generating a report. It was working before I had to covert from sql server 7 to sql server 2000. I've tracked down part of the problem. When the PEStartPrintJob method is called, it stalls for a minute or so. Then, I get an error message: "Crystal...
  2. ttchimera

    leading zeros in maskedit control

    I'm using a maskedit control for social security numbers, but any social security number with leading zeros are missing the zeros. I have the mask set to ###-##-#### and the format is blank. I'm not sure exactly how to make it work.
  3. ttchimera

    problem with scheduled tasks

    Thanks. That link really helped out.
  4. ttchimera

    problem with scheduled tasks

    I'm using VB6
  5. ttchimera

    problem with scheduled tasks

    I've been able to add tasks to Windows Task Scheduler with NetSchedulerJobAdd(). But every time it runs, i get an error: "Invalid Authorization Specification". Under the properties of the scheduled task, the "Run As:" property is filled in as "NT AUTHORITY\SYSTEM". Could this be the problem? If...
  6. ttchimera

    scheduled task not working

    Thanks very much. That worked just like I needed.
  7. ttchimera

    scheduled task not working

    I have a job that was added to Windows Task Scheduler through NetScheduleJobAdd, but they do now run at the specified time. It seems that it does not like directory paths with spaces in the name(i.e. "Program Files"). Is there a way around this? The only two solutions I could think of is either...
  8. ttchimera

    export results in empty word doc

    Ok. Thanks for your help.
  9. ttchimera

    export results in empty word doc

    I forgot to add, I trying to generate reports by a scheduler that passes a parameter for which report to run.
  10. ttchimera

    export results in empty word doc

    I trying was export the report without loading a form. I am kind of new at vb (i have a better background in c++). I was hoping to use the export method.
  11. ttchimera

    export results in empty word doc

    I'm trying to export a Crystal Report to a Word document via code. I get no errors when executing my code; but when I open the file, there is only the headers: no details. It works when I export through the CrystalReportViewer object.
  12. ttchimera

    referencing parameter in sql query

    I need to use a parameter passed by a user to a sql query. Is there a way in CR8 to do this? I try passing it within curly braces, but it did not work. Thanks

Part and Inventory Search

Back
Top