Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
2 Tables Report
Message
From
24/09/2010 00:49:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
2 Tables Report
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Miscellaneous
Thread ID:
01482520
Message ID:
01482520
Views:
116
Dear Experts

I have following codes
Create table table1 (date d(8),title1 Char(15),name1 Char(20),amount n(5))

Insert Into table1 Values ({^2009-01-05},'Report1','Page1',1)
Insert Into table1 Values ({^2009-01-06},'Report1','Page2',2)
Insert Into table1 Values ({^2009-01-07},'Report1','Page3',3)

Create table table2 (date d(8),title1 Char(15),name1 Char(20),amount n(5))

Insert Into table2 Values ({^2010-01-15},'Report2','Page1',1)
Insert Into table2 Values ({^2010-01-16},'Report2','Page2',2)
Insert Into table2 Values ({^2010-01-17},'Report2','Page3',3)

REPORT FORM report1 PREVIEW nowait
I want to display data from both tables, in Report1.
When I press PageDown then data from Table2 is not updated.

Form, Tables and Report is in attachment

http://www.foxite.com/uploads/b702555b-db1b-4166-a5c1-3a38dabedf2a.zip
Next
Reply
Map
View

Click here to load this message in the networking platform