Dennis - Lookup variables are fine - you don't need to change them.
But change any expressions from: Sample 1: OLD: vVariable = colnameA * colNameB to NEW: vVariable = (colnameA * colNameB) Sample 2: vLookupvariable = somecolumn IN sometable WHERE something = somethingelse OLD: vVariable = colnameA * vLookupvariable NEW: vVariable = (colnameA * .vLookupvariable) Sami -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis McGrath Sent: Thursday, March 27, 2008 12:11 PM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Migrating from RBDOS/RBWIN 7.5 to RBASE 8.0 Thanks Sami, Dotted variables I am cool on When you say a set of parens around each expression, can you give some examples of before and after just so I don't get too anal and overdo this. Thanks a million. Dennis -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Sami Aaron Sent: Thursday, March 27, 2008 11:26 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Migrating from RBDOS/RBWIN 7.5 to RBASE 8.0 Dennis - The main things I can think of are: 1) User interface - there is no more "R> Prompt window" behind your program code so any FILLINs or WRITE statements and some DIALOG statements are better suited to running in a form 2) Report and Form variables must have a set of parens around each expression and be sure all referenced variables are dotted - older versions of R:BASE allowed both of these things to be skipped but the newer versions are more exacting. I'd clean up the variables in the old version first before converting. 3) When you convert from DOS to 6.5++ Windows don't spend too much time lining things up - just make superficial changes in 6.5++ Windows then finish up tweaking after you convert to the newest Windows version. My advice would be to first upgrade to version 7.6 Windows because the users can continue to run all three - the 7.5 DOS and the 6.5++ windows versions and 7.6 Windows simultaneously and you don't have to have a "once-and-for-all-no-going-back" cut-off date. Once you've done the upgrade to 7.6 Windows and everything is out of DOS then the upgrade to version 8.0 is seamless and simple - you just have to convert the database and just about everything else is already converted. There are some renaming of some plugins that you should watch for if you use any of the Plugin PowerPack files. Welcome to the R:BASE you always wanted!!!! Sami ____________________________ Sami Aaron Software Management Specialists 913-915-1971 [EMAIL PROTECTED] -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis McGrath Sent: Thursday, March 27, 2008 10:15 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Migrating from RBDOS/RBWIN 7.5 to RBASE 8.0 Well the time has come to ship or cut bait. Our DB is 1.4 gigs, we are running now with RBDOS 7.5 plus a few reports in RBWIN 6.5 (2000). We are going to have to get to RBWIN 8.0 I'd sure like to hear from anyone who has converted from RBDOS+RBWIN6.5 to RBWIN 8.0 I'd like to know how dificult the conversion was and what steps made the most sense. I have the upgrade documents, but would like to know a little more about what I am getting into, as I'm sure everyone understands. My new boss will need this info for planning purposes. A few comments on this list would probably be appropriate, but extended replies with additional documents should probably be sent to me directly Thanks to all Dennis McGrath [EMAIL PROTECTED]

