Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Settings for Private Data Session
Message
De
05/01/2015 19:00:23
 
 
À
05/01/2015 14:16:46
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:
01613116
Vues:
70
>Fernando,
>
>I use this view as data source:
>
>select DAKTE.Datum, DAKTE.Vorfrist, DAKTE.BearbDurch, DAKTE.AK_ID, DAKTE.TermArt, DAKTE.Bemerkung, DFRA.Bezeich ;
>FROM URANUS!DAKTE ;
>JOIN URANUS!DFRA ON DFRA.ID=DAKTE.TermArt ;
>WHERE DAKTE.Erl=.T. AND DAKTE.Erl2!=.T. ;
>ORDER BY DAKTE.AK_ID, DAKTE.Datum
>
>Iwill try your suggestion and report back on Wednesday.
>
>Gerhard

Gerhard, then I think that it is more easy: Just put SET DELETED ON before your SELECT-SQL!
This way you don't care if datasession is private or not
Fernando D. Bozzo
Madrid / Spain
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform