Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Am I missed something ?? or bugs ??
Message
From
27/08/2001 08:24:47
Handi Rusli
PT. Alam Sumbervita
Jakarta, Indonesia
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Am I missed something ?? or bugs ??
Miscellaneous
Thread ID:
00549391
Message ID:
00549391
Views:
46
Hello Developers,

I have a problem with Creating Report in Visual FoxPro 6.0.

I always use temporary table (with "Create Cursor" syntax) when I generate data table for report.

I put the code in DataEnvironment.Init in the Report Designer just like these :

* This is just simple example
* Report in "Private Session" mode

CREATE CURSOR ReportData ( Data01 C(10), Data02 C(10), Data03 N(10) )

For a=1 to 100
APPEND BLANK
REPLACE Data01 WITH "BlaBlaBla"
REPLACE Data02 WITH "BlaBlaBla"
REPLACE Data03 WITH 123456
EndFor
.
.
.

SELECT ReportData

* End of DataEnvironment.Init

When I preview my report (with "Report Form [FileName] Preview Nowait" syntax) there's no problem, It seems Okay. After I Click "Print" button in the Report Toolbar, I'm trying to navigate the report with "Prev button" or "Next button" but the contents of my report in the screen will be erased. Am I missed something ?

I need some tricks and suggestions for creating report in Visual FoxPro 6.0.

Thank's for your attention
Handi Rusli
"Treat people with respect and courtesy, and one will be blessed. Complete task heartily, with best effort and responsibility, and one can achieve the greatest."
Next
Reply
Map
View

Click here to load this message in the networking platform