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

    Subreport database login problem

    I am using Crystal 11 with SQL, I have a shell report that have 2 sub reports in it. When I run it, I need to log into the same database 2 times. I have set the properties ‘True’ in database->set location->subreport->properties but still getting the same problem, any solution to avoid log in...
  2. maulae

    Formula Editor buttons disappeared

    Hello, sweet fellows, I am using on crystal version X and for some reason during working in formula editor my buttons for 'save' and 'save and close' are disappeared, I will appreciate if somebody will tell me how can I get those back? Thanks.
  3. maulae

    Problem in creating Dependent Parameter.

    Hi there, I am using crystal 11 with SQL server, I have a created a report with ODBC having dynamic parameter, I need to create two dynamic parameters in such a manner that second parameter’s data values should depends on the value of first one. I mean second parameter should be the dependent...
  4. maulae

    Menu Options setting problem

    Hello, I am working on crystal 11 and designing report on the server, I am having problem in getting my Field Explorer and Report Explorer in the reports, As this report designer is using by other person too, so, I think somebody may have dragged out of the frame and I don’t know how to get it...
  5. maulae

    Problem in reading unknown data character from a string field

    Hello, I am using Crystal 11 with SQL serve have created a ODBC based report, I am having problem in reading unknown data from a string field, my field length is 8 character long but when I pull that field in my report its says ‘Database connector Error, [ODBC Driver] character string too long...
  6. maulae

    Copy Sub report

    I am using Crystal 11, Is there any way I can copy a subreport and past somewhere else in the same report, I need that to have different information from same subreport schema, so, instead of creating new report in different location I can copy the same base report and select respecitve...
  7. maulae

    How to set the Page Line control?

    I am using Crystal 11 with xp and Windows 2003. My company’s account department wants to print electronic cheque in the following format, They need to divide each letter size page (11x8.5”) in three equal sections horizontally (row wise). I have grouping on cheque number. 1. In first section...
  8. maulae

    Page set problem in Group subtotals

    I am working on crystal 11, I have a problem in putting group total under group values. My report contains three groups Job and Material. In one job we may have more than one Material code, and each material code may have more than operation codeI need me report like this format GroupHd1 - Job...
  9. maulae

    Decode Group Name

    I am working on crystal 11 and need help for a problem, I have grouping on a field xyz containing numeric data 1,2,3 etc and it shows in the report’s navigator as 1 2 3 I need to show as if data is 1 then one or if data is 2 then two or data is 3 then three, I can create a formula to decode...
  10. maulae

    How to find the source of Shared variable

    I am working on crystal 11 with SQL server, I need to modify a report that was created by an other developer who has left the company, now I have problem to find the source of a shared variable abc which is used in main reports's formula @xyz as WhilePrintingRecords; shared stringVar abc ; ...
  11. maulae

    Group Sorting Problem

    I am working on Crystal report 10/11 with SQL server, I am having problem in sorting on group, My report is based on subreports also, I get the Qty.QtyID in main table (sting value i.e. x123, t345, g3kt etc.) and Qty value from subreport QtyDtl.QtyData( number value i.e. 8000, 2000,6000 etc,) I...
  12. maulae

    Problem with Sub-columns in Cross tab report

    Hi There, I am using Crystal 10 with SQL server db and having problem in creating Cross-tab report. If you give me the solution with Cross-tab or without Cross-tab that would be highly appreciated, here is my problem, I have five fields in my table’s each row i.e. CompanyName, EmployeeName...
  13. maulae

    Cross Tab Report of more than one column and sub-column

    Hi there, I am using Crystal 10 with SQL server db and having problem in creating Cross-tab report. If someone give me the solution either with Cross-tab or without Cross-tab that would be highly appreciated, here is my problem, I have five fields in my table’s each row i.e. CompanyName...
  14. maulae

    Suppress spaces if no data in Subreport

    Hi, I have problem with blank space in my main report even if I supppress blank section, fit section in the main report as well as in the subreport, I also suppress all the section and fields in subreport if no data is there but still - I found blank spaces between two section of my main report...
  15. maulae

    Calling .NET codes from Crystal report?

    In my database some of the fields store data in array sting values with a field separator comma i.e for name of a item is stored in field Itemname as ‘Milk,sugar,Tea’ and their respective prices are stored in an other field ItemPrice as ‘3.00, 1.50, 2.50’. Now I have written the code in crystal...
  16. maulae

    Is there a way for calling .Net code from Crystal Report?

    In my database some of the fields store data in array sting values with a field separator comma i.e for name of a item is stored in field Itemname as ‘Milk,sugar,Tea’ and their respective prices are stored in an other field ItemPrice as ‘3.00, 1.50, 2.50’. Now I have written the code in crystal...
  17. maulae

    Problem in getting Grand total from running total

    Problem in Salesperson commission report I am working on Salesperson commission report and because of some complications in individual transactions I am having difficulty in creating final amount of the salesperson commission. The scenario is, each sales person has more than one customer and...

Part and Inventory Search

Back
Top