Re: Data Report in VB6



On Thu, 14 Jul 2005 11:39:01 +0530, "John" <john@xxxxxxxxxxxxxxxxxxxxxxx> wrote:

¤ Hello
¤
¤ I am using the data report and data environment features of Visual Basic 6.
¤ The data environment has a connection to a database. The command takes data
¤ from one of the tables in that database. The problem that I am facing is
¤ that if I display a report and without quiting the application if I change
¤ the contents of the table and then again display the report, the report
¤ still displays the old contents of the table and not the updated ones.
¤

Not sure what type of database you are working with but you probably need to Refresh the DataReport.


Paul
~~~~
Microsoft MVP (Visual Basic)
.



Relevant Pages

  • Re: Data Report in VB6
    ... I am using MS Access as database. ... > ¤ I am using the data report and data environment features of Visual Basic ...
    (microsoft.public.vb.com)
  • Re: Exporting a report directly to a PDF file
    ... I've correctly loaded the parameters and the report is okay if I display it ... but fails when I export. ... ¤ directly to a PDF file without requiring any associated user interface. ... report does not directly query a database, but has an ADO dataset loaded ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Compacting and repairing database
    ... ¤ Hi, ... I have tried to compact and repair Access 2000 database from VB 6.0. ... using Data Reporting from Data Environment for my reports. ...
    (microsoft.public.vb.database)
  • Re: Exporting a report directly to a PDF file
    ... ¤ directly to a PDF file without requiring any associated user interface. ... report does not directly query a database, but has an ADO dataset loaded ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Data Report in VB6
    ... ¤ Hello ... I am using the data report and data environment features of Visual Basic ... that if I display a report and without quiting the application if I ...
    (microsoft.public.vb.com)

Loading