Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot RLock()
Message
 
 
À
07/06/2002 13:34:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00665258
Message ID:
00695593
Vues:
10
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform