I do it kind of like Sami but I have the system look for the file before the system starts up not giving the user the option. Then I update a table in the system so the update doent run again
--DailyUpdate.VIC SELECT MainMenu INTO vMainMenu INDIC ivMainMenu FROM MainMenu IF vMainMenu = '034' THEN DROP FORM 'AskEstimateType' DROP FORM 'EstimateHeader2' DROP FORM 'EstimateHeader' RUN AskEstimateType.FRM RUN EstimateHeader2.FRM RUN EstimateHeader.FRM DELETE AskEstimateType.FRM DELETE EstimateHeader2.FRM DELETE EstimateHeader.FRM UPDATE MainMenu SET MainMenu = '035' ENDIF On 31 Oct 2005 at 11:25, Marc wrote: > Hi > > I have several out of state users and was wondering > what is the best way to update their forms and reports. > > > Thanks > > Victor Timmons Tiz's Door Sales, Inc 425-258-2391
