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

  1. lotwal01

    Memo fields

    But I thought that CR couldn't handle more than 255 characters? How do you mean I should manipulate the memo field in the sp? It still has to have more than 255 characters. /Lotta
  2. lotwal01

    Memo fields

    Hello, I have a problem with a memo field. If the text is more than 3 rows then it should be at another page. When I tried to do a formula for this I noticed that you can't use formulas with memo fields. Is there a way around this? I have to use more than 255 characters. I use CR 8.5 and get...
  3. lotwal01

    Hello, I'm not sure I'm in the r

    Hello, I'm not sure I'm in the right group but here's my problem: I have a VB 6 Application that uses Crystal Reports 8.5 RDC. When I run the application in debug mode it works just fine but when I run the .EXE (from the same computer) and try to open a report I get a Dr Watson message...
  4. lotwal01

    Multiple columns disappear when exporting to excel

    Thanks, Do you by any chance know how to prevent that from happening? /Lotta
  5. lotwal01

    Multiple columns disappear when exporting to excel

    What do you mean by "just using Crystal"? I use active data and a ttx file => "Report.Database.SetDataSource rs". /Lotta
  6. lotwal01

    Multiple columns disappear when exporting to excel

    Hello, I have a VB6 Application where I create a report with RDC and active data. The report has multiple columns. The problem I have is when the user export the report to Excel the multiple columns disappear! What can I do?? /Lotta
  7. lotwal01

    show same labels more than once

    I found the way to use it in RDC. You have to use the AREA object: Report.Areas.Item("D").CopiesToPrint = 3 /Lotta
  8. lotwal01

    show same labels more than once

    Ok, stupid question, but how do I do that? I'm relatively new to CR programming. :o/ /Lotta
  9. lotwal01

    show same labels more than once

    Thanks for your quick answer but I'm sorry to say that it didn't work. I can't find a property called DetailCopies. /Lotta
  10. lotwal01

    show same labels more than once

    Hi, I have a report that print out address labels for the user to put on envelopes. At the moment it prints out every label once. Now the users have requested that they want to choose how many labels that comes out. So instead of choosing how many copies to print out they i.e want five labels in...
  11. lotwal01

    I can't save my pdf at webserver

    Hi, I'm developing a webapplication with components (ASP and VB 6.0) where I create two CR-reports and exports them to PDF and save them at the webbserver. When I run the application in my development environment it works perfect but when I run it on the webserver with the components in MTS the...
  12. lotwal01

    How to put two subreports in a report?

    I didn't wrote that it didn't work. Right now it work but I have to add one more recordset and I don't know HOW with the code I have...
  13. lotwal01

    How to put two subreports in a report?

    Hi, thanks for your answer. No, I don't want to use stored procedures because the rest of my application doesn't. I'd rather have it all in my dll files. Do you have another solution to my problem? The pdf export works great! /Lotta
  14. lotwal01

    How to put two subreports in a report?

    I use CR 8.5, VB 6 and SQL server. I have a report with a subreport in it.I use TTX files in the report and use VB to fill and send the recordsets to the report. I have two recordsets. it works just fine but the problem is that I have to add one more subreport and I don't know how to change the...
  15. lotwal01

    Two subreports

    I use CR 8.5, VB 6 and SQL server. I have a report with a subreport in it.I use TTX files in the report and use VB to fill and send the recordsets to the report. I have two recordsets. it works just fine but the problem is that I have to add one more subreport and I don't know how to change the...
  16. lotwal01

    The second recordset doesn't display!

    Yes, I linked the TTX files together. I don't know how I would use the recordsets if they were two physical tables. So what you are saying is that I can't have two TTX files in one report? This is kind of confusing because the other support I wrote to said that I COULD use two TTX files. I...
  17. lotwal01

    The second recordset doesn't display!

    Well, don't I have to combine them in VB and pass them to the report created with one TTX, like you wrote? I really don't know how to move forward with this. So...if I combine them in VB (or with SQL) how do I do that? /Lotta
  18. lotwal01

    The second recordset doesn't display!

    But I can't use only one recordset. The thing is that I'm getting ONE post from recordset 1 and up to three posts from recordset 2. How do you combine them? /Lotta
  19. lotwal01

    The second recordset doesn't display!

    I can see the sample data in my report. So, what can be wrong with my code? Everything else works just fine, it's just the second recordset that doesn't show...
  20. lotwal01

    The second recordset doesn't display!

    The ttx-file works too....I tried it on a new report. The rpt.readrecords didn't help either.

Part and Inventory Search

Back
Top