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

  • Users: yurok
  • Order by date
  1. yurok

    Exporting to PDF from VB6 using Crystal Report control

    Hey everybody, I was using Crystal Report control in VB6 applications which allows to export to PDF provided that DLLs are installed on the client machines or the server the applications runs from I need to be able to do it from code and that is the one I am trying to use: Set appl = New...
  2. yurok

    Microsoft Access limit on number of Subreports in the Report

    Hi guys, has anybody ever run to this issue. I create five subreports without a problem but when trying to add sixth one can't do it Thanks for your help
  3. yurok

    Accessing Crystal Report 9 from VB

    Hi guys, most of the recent applications that I maintain use Crystal Reports 8.5 and I found out that accessing Crystal Reports through VB doesn't work the same way(Crystal Report control doesn't do the job with 9) What would you use in this case? Thanks a lot for your help
  4. yurok

    Putting report on schedule

    Hi guys, I need to run the report in the morning of every 1st of the month, before users start using the system to capture the data that was there. Is there any utility in CR(I am using 8.5) that allows to do that? Thanks a lot for your help
  5. yurok

    How to fix report if SQL Server database name got changed

    Guys, thanks all for your great help actually Set Location does it(something) that I think version 7 failed to do. Fred, I don't know about fixing them in bulk, I have only 8 with this issue so I guess would be faster for me just to go one by one. Thanks all again
  6. yurok

    How to fix report if SQL Server database name got changed

    Hi guys, I am sure some of you ran into this issue- database name got changed, or owner name got changed for SQL Server. Does it mean that all reports need to be redesigned? I've change DSN to point to the right one, but Crystal Report doesn't fix it. I am using 8.5 version, is there any way...
  7. yurok

    Crystal Reports - showing the list of group selections in the end

    Hi guys, I am doing grouping in Crystal Report 8.5 and one of requirements to show the list of this group selections at the bottom of the report. For example, there are 5 different customers, sales for them are shown in groups, in the end of report I need to show the list of this customers Did...
  8. yurok

    Inserting Image in Excel using Macro

    Skip, thanks a lot, amazingly it works
  9. yurok

    Inserting Image in Excel using Macro

    Hi guys, I have .BMP and .JPG images Is there a way to insert them in Excel spreadsheet using VB Macro. Thanks a lot
  10. yurok

    Importing image from Access table to excel

    Hi guys, I have the table in Access that contains the actual images in OLE Object field. I need to export that data to Excel, it works if you copy and paste one by one but it's not what I need. Does anybody know the way to use macro for that? Also I know that if I export Access report, the...
  11. yurok

    Programatically Inserting Image in OLE Object field of Acces table

    Hymn, thanks for your input, and yes if you want to show the image on the form the path is more than enough to store However, for the report it wouldn't work, you need the actual image to produce the report let's say for two thousand items of product. Any more suggestions? Thanks again
  12. yurok

    Programatically Inserting Image in OLE Object field of Acces table

    Hi guys, it's straightforward to manually insert image in Access field Have anybody ever done it programatically? If so, please share it. Thanks a lot
  13. yurok

    Binary data(image) to show in Excel or Access Report

    Thanks Gerry, but I have all this files with JPG extension. The reason I've loaded them as binary to SQL Server Image field and Access OLE Object field is to be able to show it on report(not on VB form). The idea to manually insert image for three thousands records in Access database doesn't...
  14. yurok

    Binary data(image) to show in Excel or Access Report

    Hi guys, I have binary data stored in both SQL Server and Access, both being the image of the product. It shows fine in Crystal Report and even can be exported in PDF, but fails to do it in Access reports of if I try to export it to Excel Please help if anyone succeeded with this Thanks a lot

Part and Inventory Search

Back
Top