Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot RLock()
Message
 
 
To
07/06/2002 13:34:13
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00665258
Message ID:
00695593
Views:
11
Doug,

I am still experiencing the same problem.

It is surprising that the portion of the program that's supposed to take care of my problem, which I pasted below, has not executed at all-I inserted a code here to log the event when it happens and none has ever been logged! I believe that this should not be reality because at least once my users can easily be on the same record.

CASE upper(lcField) = 'CTD_NSTAINCT' or ;
upper(lcField) = 'CTD_NREPAIRCT' or ;
upper(lcField) = 'CTD_NWATERWASHCT' or ;
upper(lcField) = 'CTD_NBRCT' or ;
upper(lcField) = 'CTD_NWORNCT' or ;
upper(lcField) = 'CTD_NCANCELCT' or ;
upper(lcField) = 'CTD_NSHPMISCCT' or ;
upper(lcField) = 'CTD_NISSUECT' or ;
upper(lcField) = 'CTD_NRCVDCT'

lnOtherUserChange = luCurVal - luOldVal
lnThisUserChange = luValue - luOldVal
*
replace (lcField) with luOldVal + lnOtherUserChange + lnThisUserChange


Could I be missing something here? I really need more help from you or anyone.

TIA,
Evelyn
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform