crystal report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kharearchana
    New Member
    • Dec 2006
    • 4

    crystal report

    Hello I am Archana. I am using segate crystal report in vb6. How can I refresh my report so that it show me newly entered records at runtime. There is no option like crystalreport1. refresh
    I am using following commands which are not working
    1) crystalreport1. sqlquery = "select * from company"
    2) crystalreport1. reset
  • Hemant Pathak
    Recognized Expert New Member
    • Jul 2006
    • 92

    #2
    Hi Archana there is a two option of Discard Save data in Crystal Report and its depend on using on Crystal Report

    1. if u r using .dsr file format then write the when u calling crystal report
    object.DiscardS avedData

    2. if u r use .rpt File then Open the crystal report and Go File Menu and UnCheck this Menu :: Save Data With Report.....

    Comment

    Working...