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 bkrike 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. PavanKumarU

    Comparing Data

    Hi, I have a tricky(?) problem here...... I have a product, that writes out reports to tables. SO, the table is create dynamically. Columns are decided by me, the datatypes are decided by the product. I have no control on the data types. If the database has a double, the report writer create the...
  2. PavanKumarU

    Index Help

    Hello, Have been struggling with the following query for a couple of days and hope someone could shed some light on this: The query: Select id, tran_no from table_x where client=@client and price=(case when @variable1=0 then @variable2 else @variable1 end) and date=(case when @datevariable1=''...
  3. PavanKumarU

    NT Authentication

    Hello all, I have a 'process' related question. First a little background on our evironment: We are using Crystal Report Application Server 9 with SQL Server 2000 and asp coding. We have developed an application in asp where users can select a report, provide values to the stored procedure...
  4. PavanKumarU

    NT Authentication

    Hello all, I have a 'process' related question. First a little bacground on our evironment: We are using Crystal Report Application Server 9 with SQL Server 2000 and asp coding. We have developed an application in asp where users can select a report, provide values to the stored procedure...
  5. PavanKumarU

    Crystal Query Issues

    Hi, We are using asp, RDC to view, export reports via web. I have the following issues *only* when the reports are using crystal query instead of a stored procedure or table links. Issue: The report login fails when I use the following code. The same code works fine when the report uses stored...
  6. PavanKumarU

    Programmin the "back" button in IE

    Hi, we had a requirement recently, and i have been researching for a solution, in vain. Hope osmeone could throw some light. We ahve created a browser based application that renders crystal reports to users. The last page in a sequence of parameter prompting, criteria validating is the...
  7. PavanKumarU

    Filter (RecordSelection) Object - RAS

    Hi, Did anyone work with the filter objects in RAS? I am having an issue working with this object. I am able to retrive the filter defined in the report, but not able to append a new filter to the existing one. Could someone throw some light please? Thank, Pavan
  8. PavanKumarU

    RDC Parameter Issue....Please HELP... Cant debug more!!!

    Hi, After two days of beating my head against the wall, i am coming for help, very desperately. Any help is much appreciated. I am trying to ste some values to the stored procedure parameters in a report. I dont know whats happening, but the report is not taking these parameters nor it it...
  9. PavanKumarU

    RAS Parameter Issues

    Hello everyone suffering with RASomania (like me!!), RAS has become something like...'Cant Bare you, Cant live without you!!' for all Crystal Users. The document is so adequate and any help is Oasis. Hope someone helps me with this issue. I am feeling lost!! We have created some ASP pages, that...
  10. PavanKumarU

    RAS Help....passing parameters

    hi, Hope someone helps me with a workaround to this intriguing issue. We have a set of reports that we made available to our intranet clients via the RDC. There are a set of asp files that read the parameters of each report (that are stored in a table (Hardcoding??!!)) and user selects/enters...
  11. PavanKumarU

    RAS Help....passing parameters

    hi, Hope someone helps me with a workaround to this intriguing issue. We have a set of reports that we made available to out intranet clients via the RDC. There are a set of asp files that read the parameters of each report (that are stored in a table (Hardcoding??!!)) and user selects/enters...
  12. PavanKumarU

    Pass a NULL to datatime param in RDC Code

    Hi, Hope someone will help me with this. I am trying to run crystal report through VB Code. I am using RDC here. My report has some date params to which user might pass in a NULL. I am not able to set it in the code. Everything i tried gets back an error. Any ideas? All i want to do is to able...
  13. PavanKumarU

    Dynamic Grouping

    Hi, May be i am missing something here. Hope one of you can help me. I am trying to dynamic grouping on one of my reports and want the user to pass a parameter on which i would do the grouping. To explian better, lemme take an example. My report would take City, Country and zipcode as parameters...
  14. PavanKumarU

    How to pass a NULL Value to report from VB?

    Hi, Hope someone can help me with this. I am trying to pass a Null value for a Date parameter of a report, form VB. When run in Crystal environment, i am able to set it to Null and my stored procedure accepts null for this parameter. But form VB, when i try the following code I am getting a...
  15. PavanKumarU

    Can we manipulate 'Chars per inch" in code?

    Hi, Got an additional question to my earlier one. Can we specify this 'characters per inch' in code? I am trying to export this report to a text file through VB also. Can i specify a setting in code to reflect no. of characters per inch? any help is much appreciated. Thanks, Pavan
  16. PavanKumarU

    Export Dialog :(( :((

    Hi, This could be the dumbest question in ages. I have this report and want to export it to a text file. As the report is very big we want the characters to occupy less space. Now here is what i did: I ran the report, hit export, and the 'paginate' dialog box appears. Default is showing 60. I...
  17. PavanKumarU

    How do I group by dynamically?

    Hi everyone, Got a question thats troubling me. This is what i want to do: We have a report and it is not grouped by Country, State, City and Zip Code. What my users ask is to be able to specify a county name in place of zipcode...i.e they want to have an option to be able to select(or enter)...
  18. PavanKumarU

    Mask a string

    hi, Got a quick question. I dunno if i am misisng a function here. I want a string which (if it is) is 5 chars in length to appear in 7 chars length. for example. If i am getting a string from database like 'Hello' i want it to be padded with two zeros like 00hello. Can i do this is sql? Any...
  19. PavanKumarU

    Mask a string

    hi, Got a quick questions. I dunno if i am misisng a function here. I want a string which (if it is) is 5 chars in length to appear in 7 chars length. for example. If i am getting a string from database like 'Hello' i want it to be padded with two zeros like 00hello. Can i do this is sql? Any...
  20. PavanKumarU

    Web Reports

    Hi, We are developing our reports using Crystal Reports 9. after the development we want to show the rpeorts on a browser. so we are using the CRViewer to show the report. Everything works fine and we are getting back the data and are abe to see the records. But here is the problem. I have 4...

Part and Inventory Search

Back
Top