C
chrisjr
Guest
Thanks for the quick response Tim! I tried your suggestion, with the same result. Here's an updated version of the code, in case I misunderstood what you were asking. I still have the EXCLUSIVE-LOCK after the VALIDATE statement. Oh, and forgot to mention that the transaction keyword returns TRUE in the first message and FALSE in the second, as expected. for first mytable exclusive-lock: message "0 " transaction view-as alert-box. end. validate mytable. message "1 " available mytable transaction view-as alert-box.
Continue reading...
Continue reading...