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

    Date/Time on reports are not as per format in Regional Settings

    Hi, I have an application developed in .Net which runs as a windows Service and a web client application that interacts with this Service. This web application uses ActiveXViewer (report viewer) for displaying crystal reports. In our reports, date and time fields are set to ‘System Default...
  2. makjoshi

    ActiveXViewer is not getting updated when regional settings are change

    I have my application developed in .Net as Web application which interacts with WINDOWS Service developed in .Net and uses ActiveXViewer for displaying crystal reports. The problem is that when the service is run thrugh code (i.e. in Windows .Net Environment) then reports gets updated as per...
  3. makjoshi

    Formuls: Concating Strings with parameter and report text fields

    Hi All, I'm facing a problem to show a parameter value combined with a two text fields. e.g. Text1 {?Parameter} Text2 text1 = 'No.of' and text2 ='/week' and parameter value may be 'Days', Minute, Hrs. etc These Text1 and Text2 i need to use in the formula so that string should lokk like 'no.of...
  4. makjoshi

    Manipulating recordset

    Hi All, I got stucked as my Crystal Reports are taking too much time to display the data.I'm getting two recordsets from two different databases, which are directly set to the report. But as Crystal Report is doing all the searching ,matching and filtering of data, i.e. the repotrer engine is...
  5. makjoshi

    Performance degraded with three subreports in a report.

    Hi All, I'm facing one problem while displaying a report. It is taking too much time to show all the records. There are two databases from where the records are being fetched. There is Subreport Link between the two fields of Main report and the first Subreport and same for the other two...
  6. makjoshi

    Formatting Dates and Time in Javascript

    I need to have Short date and short time format as per regional setting . Anybody if having any idea plase llet me know.. I dont have any filed from database where i can format the date pattern, Thanks in Advance..
  7. makjoshi

    How to access ShortDateFormats, Specifiers from Regional Settings??

    How to access ShortDateFormats, Specifiers mentioned in Regional Settings as i have to fill combobox with short, long date formats. so the user can select from the combo box and apply the same . This feature i have to develope in Borland C++? Plase give your suggestions and the way out for this...
  8. makjoshi

    Many blank pages after printing a report containing 1GH,9Detail Sec

    Hi, I'm getting many blank pages after printing a report containing 1 Group Header #1, 9 Detail sections and 4 group Footer containing 2 subreports in GF #1b and GF#1e and their titles in GF #1a and GF #1d repectively.The other GF #1c and GF#1f are kept to have blank space between two...
  9. makjoshi

    How to show one pie in Multiple pie chart

    Hi, I have selected 'For each recod' option and given teo field for shoeing values. I'm getting correct values and correct graph of the same.But the problem is i just want to show only one pie chart, where as it shows three. So is there any other option to select or set only one graph for this...
  10. makjoshi

    Graph behaves differently at different times

    Hi, I'm facing one display problem in graph.I have pie chart (multiple pie type) in a report.In a 'Data' tab where i have one field in "On change of" and in show values there are two values one is sum of probability and the other is @probability formula In @probability formula , i have...
  11. makjoshi

    Printing problem (Colours not available)

    Hi, There is one report where i can see colors when displayed in web ,but when taken a printout of it, it dsen't show background colours given to groups, as it prints only the line and tect part on the reports. Is this problem printer specific? I have taken a print out from the other machine...
  12. makjoshi

    How & Where to specify no of records to be displayed on a web page?

    Hi, I need all records to be displayed on one web page only. Right now i'm able to see only one record whereas i'm getting all the records through ADO. Is there any settings required to do so? or can we specify no of records to be displayed on web page. Where to set this? Please answer this...
  13. makjoshi

    Blank pages printed

    I have a report CR 9, which i'm displaying on web page through CrViewer..but if i take a print out of it.i'm getting several blank pages... So kindly suggest some way how to resolve this issue?
  14. makjoshi

    How to uncheck the "New page after" checkbox as it is disabled?

    Hi, I am getting(seeing) a blank page(space) after a report in a web browser. The New page after check box is checked for a report footer, but it's disabled. Also the X-2 button beside is also disabled. How to uncheck the "New page after" checkbox as it is disabled? Please instruct me on...
  15. makjoshi

    Blank page after Report footer

    Hi, I am getting(seeing) a blank page(space) after a report in a web browser. The New page after check box is checked for a report footer, but it's disabled. Also the X-2 button beside is also disabled. Can you guide me from where i can unchecked this "New page After" check box.Also i'm not...
  16. makjoshi

    Error in formula 'A String is required here'

    Hi, I'm getting a typical error in Crystal Report formula. FormulaException: Error in File D:\MyReport.rpt: Error in formula <setVariables>. 'WhilePrintingRecords; ' A string is required here.] .L(String , EngineExceptionErrorID ) .G(Int16  , Int32 ) .F(Int16  )...
  17. makjoshi

    Blank page after Report footer

    Hi, I am getting(seeing) a blank page(space) after a report in a web browser. The New page after check box is checked for a report footer, but it's disabled. Also the X-2 button beside is also disabled. Can you guide me from where i can unchecked this "New page After" check box.Also i'm not...
  18. makjoshi

    How To pass SQL query to Crystal report?

    How to pass SQL query with where and groupby clause ? I'm trying to pass SQL query to report through Report1.SQLQuery property. Report1.SelectionFormula property is not flexible enough So How can overcome this problem of showing desired records in the Report. Also give me the tips of passing...
  19. makjoshi

    How to pass a SQL to a Crystalreport?

    How to pass a SQL to a Crystalreport? With the property Report1.SQLQuery it is showing the whole recordset and with the Report1.SelectionFormula it gives restrictions to the application. How can I go for SQL in CrystalReports?

Part and Inventory Search

Back
Top