Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record in Use
Message
From
29/06/2004 16:35:01
 
 
To
29/06/2004 09:02:46
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00918359
Message ID:
00918663
Views:
7
IF FPD26 I used to do the following:
PRIVATE llokay
STORE .T. TO llokay
SELECT parentable
IF RLOCK()
   SELECT childtable
   SCAN FOR childtable.pkey = parentable.pkey
      IF !RLOCK()
         STORE .F. TO llokay
         EXIT
      ENDIF
   ENDSCAN
ELSE
   STORE .F. TO llokay
ENDIF
IF !llokay
   *Display message to user and try again or abandon
ELSE
   SELECT parentable
   *Start replacements stepping through all locked records
   UNLOCK ALL
ENDIF
>Sergey,
>
>I think I may have an even more complicated problem. I have several tables that hold data about a certain record. When a user makes a change the app goes through each table to make the updates. The trouble is three or four tables get updated but one table will return the 'Record is Locked' message. By this time there is not a practical way to go back and do the update. It seems that all the tables would have to be checked first before the update process begain. Any advise on this?
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform