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 Mike Lewis 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: *

  • Users: TOMRx
  • Order by date
  1. TOMRx

    Displaying Crystal repports at runtime

    I don't see in your code where you have actually executed the report after loading the properties(reportfilename, destination, etc). CrptGUI.Action = 1
  2. TOMRx

    VB5DEP.INI Problem

    The problem is that I have a group of files that I want to automatically got to $AppPath when a user installs my program. I use VB5 Application Setup Wizard to create the distribution file set. I have a section in VB5DEP.INI which lists the dependencies and the files I wish to send to...
  3. TOMRx

    Dependency Walker ???

    At the recommendation of another forum member, I downloaded "Dependency Walker" and tried it on a VB5 program that I have written. When I execute my program within Dep.Walker, there are many errors in dlls not found and modules in dlls not found. I am questioning whether these errors...
  4. TOMRx

    stack overflow problem

    I have a problem with several users of my VB code experiencing "stack overflow" errors once in a while. I am fairly new to VB and wonder what kind of things, in general, that I might look for that could be using stack space without releasing it. Any suggestions would be appreciated...
  5. TOMRx

    Dependency Requirements for CR7 Reports to be distributed

    MalcomW, I had already used the Time(DateTime) function to convert the DateTime value. I am interested in some way in general of determining which Crystal dlls(dependencies) that I must distribute for my clients to use these report files. For example each time I modify or create a new report...
  6. TOMRx

    Dependency Requirements for CR7 Reports to be distributed

    I recently used the DateTimetoTime function in a non-compiled report distributed to me customers. The report worked fine on my developement system but this function failed on all of my users' systems. I changed the code to work around the problem. How can I routinely the dependency...
  7. TOMRx

    Universal font for laser & dot matrix printers

    I am trying to design a report with the printer setup as a laser printer. Most of my users will use a laser printer. But some would like to print the same report on a dot-matrix pritner on multipart forms. Is there a font that I can use in designing the report that will print the same on...
  8. TOMRx

    CHANGING ACCESS TABLE PROPERTIES WITH VB

    I am using VB5 and I get a syntax error in db.EXECUTE "ALTER TABLE Employees ALTER COLUMN FirstName TEXT(30);" error says syntax error in ALTER TABLE statement. it appears that the ALTER COLUMN is the offending part???
  9. TOMRx

    CHANGING ACCESS TABLE PROPERTIES WITH VB

    I need to change the length of a field already in use in a table in an Access database. The field is indexed so I cannot delete the field & re-create it in VB without errors. I can delete the table completely, but I am wondering if there is a way to copy the structure of a table in one...
  10. TOMRx

    Change Crystal report printer designation from VB5

    DPAULSON,<br><br>Thanks for your help. I thought that Crystal would get the port & driver from Windows if I gave it a valid PrinterName.<br><br>Thanks again
  11. TOMRx

    Change Crystal report printer designation from VB5

    I have Crystal RPT files with default printers designated by the RPT file.&nbsp;&nbsp;I need a way to pass a different printer name to the Crystal report to change the output device for the report when executed.&nbsp;&nbsp;I have tried <br>CRP.PrinterName = &quot;New Printer&quot; then...

Part and Inventory Search

Back
Top