Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange concurrency problem when report is being processed
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Strange concurrency problem when report is being processed
Divers
Thread ID:
00448638
Message ID:
00448638
Vues:
70
Here's the situation:

A user attempts to save an invoice in my VFP 6.0 program. When any other user on another workstation is displaying a report to screen using REPORT FORM PREVIEW using tables also used in the "save invoice" process, the computer saving the invoice is unable to save the invoice. TABLEUPDATE() returns false for unsuccessful save.

This is on Windows NT 4.0 workstations and server.

I've traced the reports and suspended immediately before the REPORT FORM
PREVIEW command, done a DISPLAY STATUS, and none of the tables are locked.

Why does the PREVIEW feature cause TABLEUPDATE() to fail? I don't use the REPORT FORM data environment. I open and close the tables programatically and set buffering programmatically. I always have SET EXCLUSIVE OFF and use optimistic table buffering.

Any help is appreciated.

Joel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform