Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refresh in Private Data Session
Message
De
23/01/2007 05:57:08
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Refresh in Private Data Session
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01188006
Message ID:
01188006
Vues:
70
I am having problems with refreshing in a form where i have a Private Data Session.

I have in form Load

SET date british
SET dele on
SET talk off
SET exact on
set near off
SET exclusive off
SET cent on
SET cent on 1900 rollover 60
SET safe off
SET confirm on
set stat bar off

use TbLedger in 0 shared
use TbInv1 in 0 shared
use TbPos in 0 shared

sele * from TbInv1 where cStatus='C' into cursor vwStatus

DataSession is set to 2

There is nothing in the DataEnvironment

This does not refresh and gives me already deleted data and other expired data.

how do i refresh to give me the latest data?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform