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 TouchToneTommy 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: Jacob438
  • Content: Threads
  • Order by date
  1. Jacob438

    parse xml data

    I have some data stored in a database column that looks like this in a long varchar field: <xml><instanceID>49926</instanceID><name>Jay Bartels</name><address>555 Madison Avenue</address><phone>650 555 1212</phone><comments>Please only call in an emergency</comments></xml> Is there a way i...
  2. Jacob438

    parse xml data

    I have some data stored in a database that looks like this: <xml><instanceID>49926</instanceID><name>Jay Bartels</name><address>555 Madison Avenue</address><phone>650 555 1212</phone><comments>Please only call in an emergency</comments></xml> Is there a way i could easily get the data to look...
  3. Jacob438

    Chart Axis Values

    I am using Crystal Reports 8.5 and I'm having a really hard time getting a chart to look right. I am using a line chart, and when a large ammount of data is used, the chart looks ok, but when I'm reporting on values between 0 and 3 my axis looks something like this: 3 3 2 2 2 1 1 1 0 0 Why...
  4. Jacob438

    basic documentation

    Where can I find a language reference for the Crystal Reports 8.5 version of Basic. I think I would ask much less questions here if I knew where to look up function information and basic syntax. Thanks Jacob438
  5. Jacob438

    first item in pick list already picked

    I am having a problem running my crystal reports. When I access them via the web using the activeX control, the first item in the picklist (for multiple value parameters) is already picked when the user is asked for the value. What's going on and how do I fix it? I originally posted this...
  6. Jacob438

    Average of Count

    I have a report that displays varies information about bugs found per day. At the report footer, I enter a Summary field that counts how many records (bugs in my case) were found over the reporting period (specified by the user). Now here's what I want to do: Create another summary field...
  7. Jacob438

    Web Reports Parameters

    I have created web reports using Crystal Reports 8.5. I have some parameters that can accept multiple values and I have the default choices set list populated from a SQL database field. Everything works as it should when I run it from within Crystal Reports. However, when I run the report...
  8. Jacob438

    LogOnServer Method

    I'm working on creating an app in VB that uses the .dll implementation of the Crystal RDC. Version is 8.5. Anyways, I have a line of code like this to open the report: 'Open the report Set Report = crxApplication.OpenReport(strPath & strName & &quot;.rpt&quot;, 1)...
  9. Jacob438

    simple date formula

    I have a date parameter that the user inputs If this date parameter is after today (in the future), I want a formula to return todays date, otherwise, I want to return the date entered. I will be using this on my report because if the user inputs some stupid date in the future, I don't want...
  10. Jacob438

    Can this be done...

    I currently have a report set up something like this: Bugs found per week Bugs found per day Which user found bugs each day as you can see, the first group is a group per week, the second is a group per day, and the third is a userID. How to I add this to the end... Totals for each...
  11. Jacob438

    CR7 web reports to CE85

    We currently run a very simple HTML page with links to crystal reports on our reports server. The server has CR7 loaded on it, and uses their activeX viewer to load all the reports where the links are like this: http://server/report.rpt?user0=user&password0=pass in updating the server to CE85...
  12. Jacob438

    Problems installing NetShield 4.5

    I am having a hard time installing NetShield 4.5 on a Win2k Server machine. It worked fine a few days ago when I installed it, but since then I have reformatted the hard drive and re-installed win2k Server (don't ask), anyways, here's the error I get: Scan32: Failed to initialize the McPal...
  13. Jacob438

    log on to subreport

    I have two .rpt files that I created using crystal report. They were automated with VB6 to run every week (i used the RDC method). I am running Crystal 8.5. Anyways, they were always ran together, so we finally just combined them by making them both subreports under a blank report...
  14. Jacob438

    VB using RDC add multiple value to param...

    I am using VB 6 and the RDC method to implement an automated Crystal Reports generator. I see that there is a SetNthDefaultValue property that will set the nth default value. This is kind of good, however, is there a SetNthCurrentValue? Or anything like that? I am having a hard time with...
  15. Jacob438

    CR 8.5 Web Server...

    We've been using the CR7 on our web server gor some time, and I have gotten used to the way it works. Now I'm starting to play around with version 8.5 to get the new functionality and flexibility, but I'm having some problems with this &quot;APS&quot; thing. I looked through the web developer...
  16. Jacob438

    Open to suggestions... ASP and Crystal

    Allright guys, I'm open to suggestions here. I am working on (among several things) creating a web site that will display a Crystal Report. I am somewhat familiar with ASP. I have Crystal Reports Version 8.5. I also have Visual Studio 6 and .NET (I prefer 6). I am familiar with the fact...
  17. Jacob438

    Crystal Parameters in Visual Basic

    I am working on a VB app to generate crystal reports. Anyways, I need to pass some parameters into a crystal report. I have the report all ready and it works, and it is saved as a .rpt file. It works fine in my VB form using the Crystal Report Control Component, and I have my source code...
  18. Jacob438

    Running batch file from VB

    I am having one heck of a time trying to run a batch file from VB. I really need help ASAP for my project. Basically what I am trying to do is open a batch file, run it, then open another batch file and run it. I want to wait till one batch file finished before beginning the second. However...

Part and Inventory Search

Back
Top