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 SkipVought 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. rlevasseur

    VB6 Running Under XP Professional

    I was experimenting by creating a new VB project, adding one custom control at a time that are used in a major production application. When I got to MSCOMCTL.OCX, (treeview) I got an access error. I inherited the project from a contractor 5 years ago, and to be honest I never attempted to touch...
  2. rlevasseur

    VB6 Running Under XP Professional

    I maintain a number of VB6 projects, 2 are very large and use numerous forms and 2 are formless. Last year my company upgraded our workstations from Windows 2000 to XP Pro, also taking away any admin provilages that developers had. My group had an admin account that had full access to any PC...
  3. rlevasseur

    Mixed case in sql

    I want to thank Ecobb and Brian for posting such a "nifty" and useful function. I had been searching high and low for some sort of sub-routine that could be used to change all CAPS string fields to Mixed in SQL. I'm involved in a project to convert a lot of my company's customer info from all...
  4. rlevasseur

    Updating VB 6 to use Crystal 9 report control

    I have a question regarding updating a large VB 6.0 application from Crystal 8.5 to 9. When we migrated from 8 to 8.5 I had to do a massive redesign of the user reporting front end to utilize RDC. The reports do not require the designer component, since the user only needs to view canned...
  5. rlevasseur

    Error occured while creating report object - web licensing issue

    Thanks to Tom and jpicks for the feedback. At least I know now that I'm not alone having this problem. We're also migrating to Crystal 9 soon, and I sure hope it's not as painful a transition as from 8 to 8.5. I had to totally redesign the interface in our VB appliction(non web) that is used...
  6. rlevasseur

    Error occured while creating report object - web licensing issue

    I work for a small company that uses Crystal 8.5 reports on our intranet. I created a DSN (generic user) allowing very limited access to SQL Server stored procs and tables. My manager did not want to bothers users for user name and password, so login is called through an include of hidden login...
  7. rlevasseur

    String values in field across into varchar column

    Thanks for your help. I have begun adding a variation of your code example to my stored procedure. True to form, the user has said, "yeabut", and would like the child members of multiple rollup structures available, 1 record per rollup. The way I created the web report allows users...
  8. rlevasseur

    String values in field across into varchar column

    I'm not sure if anyone can help me on this, and have not been able to find an example anywhere. I will give an oversimplified example here TestTbl Region State ---- ---- NEA CT Select Region, State NEA MA From TestTbl NEA ME Where Region = 'NEA'...
  9. rlevasseur

    Enabling printer selection button in Crystal 8-8.5 viewer within VB6

    Just a quick update. I did manage to find a wuick and rather painelss solution to my printer sepection problem with Crystal 8.5 and VB. There was some sample code in about.com for reading list of instlalled printers using ole automation reference. I get current printer name, driver, port and...
  10. rlevasseur

    Enabling printer selection button in Crystal 8-8.5 viewer within VB6

    Thanks for the tip. I was afraid of that. It seems each time they make something more flexible (or improved), it's orders of magnitude more difficult to implement. I have never gotten involved in windows api programming, and to be honest, don't have a clue how to do it. At least with the old...
  11. rlevasseur

    Enabling printer selection button in Crystal 8-8.5 viewer within VB6

    I have just completed upgrading a large application to remove the old .ocx Crystal viewer control with the new crviewer.dll using RDC. I got it to finally work (sorta), but users would like to have the printer selection icon enabled. As it stands now, the reports will go to the printer defined...
  12. rlevasseur

    Is There A Batch Printing Application?

    I just recently completed debugging (thanks to help in here) a small vb app that does something similar. We have a requirement for batch report transmission to respective managers as PDF e-mail attachments. I use ADO to loop through a list of managers, passing their code to a crystal report...
  13. rlevasseur

    CRAXDRT error Missing or out of date dll when using crystal 8.5 in vb

    Thanks for the tips, I also had to add a few more dll's for this to work as a stand-alone program on another machine. After adding msvcp60.dll, p2smon.dll, p2sodbc and ntwdblib.dll, the program now runs fine through a SQl server scheduled job I created; no errors! Regards, Ray
  14. rlevasseur

    Unexted error 80010108 when attempting to package project

    Thanks for all the tips, I rewrote and repackaged our billing application to use the new viewer, removing the ocx control, and restoring crystl32.dep for 8.5. There were a number of dll's I had to include in the package, as well as totally re-coding the reporting front end I created. The project...
  15. rlevasseur

    Unexted error 80010108 when attempting to package project

    Thanks for the tip. I was able to repackage.....but! the VB packager was looking for an essential missing file named "crystal" with no file extension. This weas not happening before the edit of Crystl32.dep. I skipped that file and rest of packaging "seemed" to proceed...
  16. rlevasseur

    CRAXDRT error Missing or out of date dll when using crystal 8.5 in vb

    Well I made that change and now error is physical database not found, I also did not understand the reference to u2pfdf.dll, and could not find that file. It would help if i knew what i was doing. Every time there's a Crystal upgrade, back to square one
  17. rlevasseur

    CRAXDRT error Missing or out of date dll when using crystal 8.5 in vb

    I have created a small VB application for running a selected crystal 8.5 report in background. I open a SQL server query and loop through values to run report multiple times, creating a PDF exported report. The form is invisible. I used example on page 124 of Crystal 8.5 delelopers guide. When I...
  18. rlevasseur

    Unexted error 80010108 when attempting to package project

    I'm responsible for maintenance of a rather large Financial application using VB6, SQL 7 and Crystal reports. Everything worked fine until we upgraded to Crystal 8.5. I am using the Crystal control and after installing Crystal 8.5 began getting Unexpected error number 80010108 Automation error...

Part and Inventory Search

Back
Top