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 strongm 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. VenkatY

    Crystal Web Viewer?

    Hi I have developed a report in CR9 which i want to display in ASP.NET WebForm. By using Crystal Web Viewer I am able to show the report. But the problem is when i navigate the Pages by clicking NEXT button, it is showing only for the First Group i.e. on my report i have Two pages for First...
  2. VenkatY

    Can i work on Crystal 7 and Crystal 9 on the same machine?

    Hello Every one, Can it be possible to use both CrystalReports 7 and Crystal Reports 9 on the same machine? I need to create some reports in 7 for VB6 projects And create some reports in 9 for ASP.NET projects. Currently on my system I have Crystal Reports 9 with VisualStudio.NET and...
  3. VenkatY

    RdoQuery Object!

    Hi I am unable to set RDOQuery objects ACtiveConnection property. I am trying to set this activeconnection property as rdoconnection object which is returned from ActiveX-EXE application. I am getting a VC++ runtime error dialog saying 'Program terminating". Does any one has idea about...
  4. VenkatY

    How to Keep RDO Cursor Open After Transaction!

    Hi, I have a problem after i use CommitTrans on the RDOConnection. If i refer the Resultset again it is giving an error: Run-time error '40088': No open cursor or cursor closed I have tried to use SQLSetConnectOption API as per the MSDN support article on"HowTo: Keep RDO Cursor open after...
  5. VenkatY

    How to Show Non-modal form from Modal form?

    Hi Vb5prgrmr, Thanks for reply. The current application has this feature i.e.calling second form modally only. But now i want this to call it as non-modally. So that the users can keep this form and Verify the data on this form with the parent form. thanks venkat
  6. VenkatY

    How to Show Non-modal form from Modal form?

    Hi All, I need some help on how to show a non-modal form from a modal form? I need to show a Non-modal form when a button click event fires on a modal form? If i use in Vb "frmxyz.show" i am getting an error, can not show a non-modal window from a modal window. And also i did try to...
  7. VenkatY

    Enabling Reports to Web!

    Hi, I would like where can we found the good help for Reports to enable it to the Web. I know there are various methods to enable these to web. But I want to know a good start and advantages and disadvantages of each method. thanks Venkat
  8. VenkatY

    Summary field!

    Thanks..Malcolm for the help.. It worked well. -venkat
  9. VenkatY

    Summary field!

    Hi guys, I need some help on how to make a sum of field by page. Ex: A report has Salary fieldi in detail section. Want to show the total or sum of Salary by Page. I tried to create the formula of Sum({Table1.Salary},pagenumber) but it is giving an error. Can any one know how to do this...
  10. VenkatY

    Help needed to pass Parameters from ASPPage to Crystal Reports!

    I have couple of reports which I developed in CRP 7.0 of which some of them has Parameter Values. I need to Provide a User interface through web so that they are able to pass these Parameters Values to the Reports. <br>Some of the Paramter's has a Range type of Values.<br><br>Could any one send...
  11. VenkatY

    Date-time substraction

    Create the formula of cal_time:<br>(86400*({demo.Disp_dt}-{demo.Entry_dt}))/60<br><br>Once you get the cal_time, Create another formula avg_time:<br>Average ({@cal_time})<br><br><br>if you want to format time fields, use make range function to get the field in to format.<br><br>I hope this is...
  12. VenkatY

    How to Suppress Group if there is no data in the details section?

    Hi,<br>I am currently suppresing the Details Section in the Report based on some text which exists in one field of the table i.e. by using X in Y function. I need to Suppress the Group if there is no data exists in the Details section.(Basicaly there is&nbsp;&nbsp;a data but I...
  13. VenkatY

    Getting rid of gap between Details and Page-footer

    You can place the Page-Total in the Report_footer, if you want to print at the end of last section. <br>Or the best way which I thought is you can keep it in the Page footer and suppress the unnecessary section's by using Format section. And check the suppress section check box.<br>(You can...
  14. VenkatY

    Default Parameter Values

    Hi, I have a Couple of reports that has the Parameter's. On Some reports I need to supply some default Values to some of the Parameter's. But these Values exist in the DataBase. Right now I add these values manually to the reports to Provide the user has the facility to select on of these...

Part and Inventory Search

Back
Top