Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Am I missed something ?? or bugs ??
Message
De
27/08/2001 08:24:47
Handi Rusli
PT. Alam Sumbervita
Jakarta, Indonésie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Am I missed something ?? or bugs ??
Divers
Thread ID:
00549391
Message ID:
00549391
Vues:
52
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."
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform