That's cool and very helpful! Thank You Razzak and RBTI Team. Sincerely, Paul Dewey
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Friday, May 14, 2010 12:08 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Tip of the Day: Deploying an R:BASE eXtreme 9.0 (64) Database Friday, May 14, 2010 Tip of the Day: Deploying an R:BASE eXtreme 9.0 (64) Database/Application Supported Versions: R:BASE eXtreme 9.0 (64) Supported Builds..: 9.0.1.10511 or higher http://www.rupdates.com/rbg90_64 When you are ready to deploy your first R:BASE eXtreme 9.0 (64) database and application, you may want to reset the version and time stamp of all your forms, labels, reports, and stored procedures to clean start the first deployed version of your application. Use the following code: -- TimeStamp_Forms_Labels_Reports_StoredProcedures.RMD -- A. Razzak Memon -- May 14, 2010 UPDATE SYS_FORMS3 SET SYS_FORM_VERSION = 1, SYS_FORM_MOD_TS = .#NOW UPDATE SYS_LABELS3 SET SYS_LABEL_VERSION = 1, SYS_LABEL_MOD_TS = .#NOW UPDATE SYS_REPORTS3 SET SYS_REPORT_VERSION = 1, SYS_REPORT_MOD_TS = .#NOW UPDATE SYS_PROCEDURES SET SYS_PROC_VERSION = 1, SYS_PROC_MOD_TS = .#NOW RETURN Have fun! Very Best R;egards, Razzak.

