Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Settings for Private Data Session
Message
De
08/01/2015 05:20:25
 
 
À
02/01/2015 07:43:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 8
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01612969
Message ID:
01613277
Vues:
135
Thanks to all that participated so far.
I was to busy yesterday to write here.

I think I should start from scratch again and give a useful description of my problem.

I have a table with some deleted records. The data needed for a report are selected in a view that is saved in a DBC.
In the report the view is referenced in the DE.
The report is started from a "report manager" form with a button, that runs some code to prepare the environment for my report and finally runs the report with this code:

PRINTJOB
WAIT WINDOW "SET DELETED ON in ReportSetup"
SET DELETED ON
IF EMPTY(slcHeading)
REPORT FORM (ThisForm.cPrintName) NOCONSOLE TO PRINTER &slcOpts
ELSE
REPORT FORM (ThisForm.cPrintName) HEADING slcHeading NOCONSOLE TO PRINTER &slcOpts
ENDIF
ENDPRINTJOB

WAIT WINDOW and SET DELETED ON are added for test purposes.

I also added SET DELETED ON in the INIT of the DE of the report for test purposes.

The report works perfect until I switch on PRIVATE DATASESSION. Then and only then deleted records are included in the report.

To me it is quite obvious that settings (SET DELETED ON) are not in effect in the private data session. Am I wrong here? If not: How do I set my settings for the private datasession?

TIA
Gerhard


>Happy New Year!
>
>I want to set some values like SET DELTED OFF for a Private Data Session of a report.
>
>Where can I do this?
>
>TIA
>Gerhard
Gerhard Schmidbauer
URANUS Software GmbH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform