Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Settings for Private Data Session
Message
De
08/01/2015 07:21:26
 
 
À
08/01/2015 07:04:06
Lutz Scheffler (En ligne)
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
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:
01613289
Vues:
41
>Gerhard,
>
>the Init ecent is to late. The data is open there. The OPEN_TABLES ist the event where you should place your code.
>
>Note also that a SQL SELECT (a view is one) on SET DELETED OFF will get all records, even the deleted ones as non deleted. IOW a record marked as deleted on the source will becom not deleted on the result.
>
>Posibly you might run a REQUERY against your view in INIT like
>
>SET DELETED ON
>REQUERY()
>
>
>This will not work if the view is cascaded.

Hello Lutz,

Thank you!
I moved SET DELETED ON to the BeforeOpenTables of the DE of the report. Now I can use a private datasession without problem.

But :-))) :
This is only possible in the Developement environment. I can not set this in the runtime environment. Is there a way to change this setting in runtime?

Gerhard
Gerhard Schmidbauer
URANUS Software GmbH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform