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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by makjoshi

  1. makjoshi

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

    Hi Madawc, Thanks for the reply. I can not give a fix format as "dd/MM/yyyy".I need to show date and time format as per the format set in the regional settings. My worry is that, when a service is run through code, it picks up the same format as per regional settings, but when registered as a...
  2. 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...
  3. 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...
  4. makjoshi

    Formuls: Concating Strings with parameter and report text fields

    HI LB, These are not database fields, but comes from XML file so it is difficult to read a value from them. Even i have tried to incorporate parameter field in XML file and manipulated with Text1 Field but it's not working. Let me know if there are any workout. Thanks,,, -Mak
  5. makjoshi

    Formuls: Concating Strings with parameter and report text fields

    Thanks Katty, Basically what i need is to read values from Text1 and Text2 field. These values comes from xml file, and they are different for different languages, so is the width. That is why i have kept maximum width of textboxes to accomodate that word in all languages, but for english, the...
  6. 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...
  7. makjoshi

    Manipulating recordset

    Thanks obislavu, Now i can not delegate this task to Database. The queries are already structured and cant modify now. I need to handle recordsets only.I need to impose relations on two recordsets. So which are the methods/properties of recordset that i can use. Thanks for your post. -Mak
  8. 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...
  9. 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...
  10. 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..
  11. 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...
  12. makjoshi

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

    HI Django, I have checked all the checkboxes and removed the formula and applied only on the outer group.(# 1f) but the problem is still there. There are blank pages after the report footer in the web. And if taken a print out, it takes prinouts of all the pages suggest some way out of it.
  13. 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...
  14. 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...
  15. 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...

Part and Inventory Search

Back
Top