Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unable to process error message
Message
De
22/07/2002 12:25:08
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
Unable to process error message
Divers
Thread ID:
00681202
Message ID:
00681202
Vues:
49
I am getting some strange error messages in an 2.6 application. The messages are either "UNABLE TO PROCESS ERROR" or "!g CTRL+F10" or "!y". These errors are intermittent and might occur every 10th or 20th time running the code. The code is being run under Windwos 95 on a Novell 5 network.

I have verified that these errors are actually generated by the FOX26 ESL file and not from an outside source.

This is a networked application with multiple users in at any 1 time. The code that this is occurring on appears to be a scan where I change the data in one column of a table. Instead of using a REPLACE all which requires a Table Lock I do the following

SCAN
IF RLock()
REPLACE nQty WITH 0
ELSE
=Delay(5) &&Wait 5 seconds
IF RLock()
REPLACE nQty WITH 0
ENDIF
ENDIF
UNLOCK
ENDSCAN

Thanks

Pete
Répondre
Fil
Voir

Click here to load this message in the networking platform