Hello everyone,
Here's the problem:
If I change any field on a form on one PC, it does not update the same field on the form of the other PC.
One weird thing is that if I change the field in the actual table on my development Vista PC (while the application is running), then I instantly see the change on my PC's form, but again, it does not appear on the XP PC's form.
If I close the form, then re-open it, then the field shows the correct data.
The application consists of 3 PCs. The data on a shared mapped drive (T:\mydata) on one PC, and forms stored locally on C: on each of the two PCs running the app. My development PC is Vista, the other is XP with latest service packs, running Pdox Runtime. BDE 5.01. Paradox 10.
In the BDE, 'net dir' is set to T:\myfolder. Share = TRUE. The application starts with a -o option ensuring they are both using the same idapi.cfg (and I have checked that the BDE looks identical on both PCs.
I am very rusty on networked apps, but I thought if you change a field on one PC, it would automatically update in on another PC. Am I missing a setting somewhere? Any other ideas what is going wrong? Many thanks in advance for any ideas.