Re: Changing FORMS RUNTIME FILE

From: <RTProffitt_at_beckman.com>
Date: Wed, 05 May 1999 22:15:13 GMT
Message-ID: <7gqftf$cra$1_at_nnrp1.deja.com>


My experience has been that if you are migrating new code to a place where the old code lives and someone is accessing the old file currently, then it will be locked and not able to be overwritten. This is particularly true of libraries (.PLL) since the odds are higher that they will be in use at any given time.

Makes smooth migration of code to production kind of messy!

Another approach is to have flag files, etc. and test for new versions but don't execute from that directory. Instead, have a copy process that copies the files to somewhere else, locally perhaps, then executes them from there. In this way, the production code is never locked by people executing it.

Robert Proffitt

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Thu May 06 1999 - 00:15:13 CEST

Original text of this message