Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh in Private Data Session
Message
From
23/01/2007 05:57:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Refresh in Private Data Session
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01188006
Message ID:
01188006
Views:
69
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?
Next
Reply
Map
View

Click here to load this message in the networking platform