Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Used to work .. I think?
Message
From
10/04/2001 00:41:02
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00492715
Message ID:
00493902
Views:
16
Fred:

Thanks for the info. Unfortunately, that tables aren't buffered. Not opening the database in a form, so, no DB Environment.

I'm decide to just USE (to close) and USE Table (to reopen) ... fast enough for now.

Mal

>>Jim ... :o(
>>
>>I will say this just one more time. I already know that SET REFRESH updates and/or refreshes a BROWS (and I already know that it will update a table) at the SET REFRESH interval.
>>
>>When you already have a table USE'd (in memory), FIELDS changed by another workstation or program will not be updated. You, at least I had to, will have to issue a BROWS or (USE then USE MyTable combo) to update that field for display.
>>
>>USE MyTable
>>Select MyTable
>>? MyTable.SomeFIELD ... displays "OLD"
>>
>>After FIELD SomeField is changed by another workstation (REPLACE SomeField WITH "NEW")
>>
>>Select MyTable
>>? MyTable.SomeFIELD ... still displays "OLD"
>>
>
>Did you do a TABLEUPDATE() on the workstation where the changes were made? If you haven't, you will *never* see the changes anywhere else. This assumes the tables are buffered on the workstation.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform