Warren - I assume that you know how to export out the reports and forms, and just want to know how to set it up for the end-users to be able to install them in their runtime apps. If not, please feel free to post another message here.
Otherwise, modify your application file to add a new menu choice, "Install Program Updates" and have it run an external file, Install.rmd. In the Install.rmd file, issue commands to: DELETE ROWS FROM SYS_FORMS WHERE #1 IN (your list of forms) DELETE ROWS FROM SYS_REPORTS WHERE #1 IN (your list of reports) RUN forms.frm RUN reports.rpt Sami ----------------------------------------------------------------- Sami Aaron Software Management Specialists 19312 W 63rd Terr Shawnee KS 66218 mailto:[EMAIL PROTECTED] 913-915-1971 ----- Original Message ----- From: "Warren Glass" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Monday, March 01, 2004 11:00 PM Subject: [RBASE-L] - Runtime? > I have about 400 programs out on runtime 4.5++. I have now made some > changes in reports and forms. What is the best way to distribute these > changes to each user? > > Warren > > > >

