Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filter record in buffering mode
Message
From
16/03/2001 09:17:16
 
 
To
15/03/2001 21:04:19
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00485697
Message ID:
00485854
Views:
9
Hi!

There are no built-in tools for that in VFP. Such and similar complex behavior could be done by custom code in conjunction with the specific data structures.

Following is a sample of solution.
Make a datetime field in your table. When one user adds a record, fill this field by current date and time (datetime() function). All otehr users than will see new records using that field. Improve the filter condition so it always include records that have this field newer that the last time when query to server made(you have to remember that time at client side).


>I have two computer opening the same table in buffering mode but filter record in the each computer is difference. I create a new record in each computer and only update in the first computer. The record updated in the first computer will appears in the second computer when I move cursor.Pls tell me how can I do ?
>Thank in advance.
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Reply
Map
View

Click here to load this message in the networking platform