Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unable to process error message
Message
From
22/07/2002 12:25:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Unable to process error message
Miscellaneous
Thread ID:
00681202
Message ID:
00681202
Views:
50
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
Reply
Map
View

Click here to load this message in the networking platform