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!

Recent content by Bhattu

  1. Bhattu

    Passing date parameter to parameter field in Crystal reports

    OK Guys I think I have a solution which should work : My setup is : PB (similar to VB)using OCX control. Declare the following StartYear$ = year(ad_letter_date) StartMonth$ = Month(ad_letter_date) StartDay$ = Day(ad_letter_date) then pass it as follows : ole_cr.object.ParameterFields[1]...
  2. Bhattu

    How to switch odbc source on an existing report

    Hi, UNCTarheels Can you please tell me how can I change location of all SubReports ? My setup is as follows : I am using Crystal report 7, using OCX control. I have subreport(sub1.rpt) which is embedded in the main report(main1.rpt). No how can I change Location of sub1.rpt using OCX control...

Part and Inventory Search

Back
Top