CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2001
    Posts
    1

    Can't Update Data in Data report

    1-i creat a data base with access
    2-linked to data DataEnvironment1 and creat command1 with Sql Builder
    3-creat a data report and linked it to comman1
    my problem
    data in datareport & comman1 don't refresh until i close my program and reopen if any one can help me to refrash me program without close it
    thankes


  2. #2
    Join Date
    Oct 2001
    Posts
    2

    Re: Can't Update Data in Data report

    You might have to refresh your report before showing it again.
    e.g.:
    rptReport.refresh
    rptReport.show



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured