Vb

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RESHUSANIL
    New Member
    • Jul 2008
    • 1

    Vb

    I am RESHMA 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
    Last edited by RESHUSANIL; Jul 17 '08, 06:24 AM. Reason: NOTHING
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    if you are passing the query at runtime you can refresh/requery the recordset.

    Comment

    Working...