Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Filter record in buffering mode
Message
 
 
À
15/03/2001 21:04:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00485697
Message ID:
00485854
Vues:
8
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform