View Single Post
  #1  
Old 05-17-2007, 07:09 AM
cnewtonne cnewtonne is online now
Registered User
 
Join Date: 07-27-2006
Posts: 517
Preventing UR from closing if external docs are opened

Hi all,
This issue pertains to UC being smart enough to prevent the user from ...
1) closing a DB if there are info items being edited externally.
2) 'resume internal editing' if the same info item is already being edited externally.
I elaborated more on this issue in my thread here http://www.kinook.com/Forum/showthre...&threadid=2605

To work around it, I wrote a macro that gets triggered on window close event of UR. This macro enumerates all open windows looking for a window title containing '(UltraRecall copy)' string. If found, the macro will not allow me to close UR.

However, why can not UR do this natively. Can you please share with us your thoughts on what you plans are to integrate such feature in UR. I think this kind of safety check will save users the agony of loosing data and save you from getting these serious complaints. What do you think?
Reply With Quote