Bill, Yes you can copy the files. It is however those pesky items in the REGISTRY that cause you a world of grief. Especially product activation keys stored in the Registry. Try copying RBase from one machine to another even exporting and importing the information from the registry. Bet it will not give you full functionality as part of RBase activation key is keyed to the original computers hard ware configuration. Same for other software products.
--- Bill Eyring <[EMAIL PROTECTED]> wrote: > Oma > > If you happen to have a small network, you can add the new > laptop to the > network (assuming the old laptop is on the network), share the > old laptop > c-drive and just copy. > > If you don't have a newtwork and have a cheap hub hanging > around, create a > peer to peer network, share drives and copy from old to new. > Of course, you > will have to install programs anyway onto the new computer. > > Good luck and congrats on the new laptop. > > Bill Eyring > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf > Of Oma > Sent: Friday, April 11, 2008 12:12 PM > To: RBASE-L Mailing List > Subject: [RBASE-L] - None RBase Question! > > Has any one out there migrated from one notebook to another or > PC to PC. > > I've purchased a new notebook (finally) I'm retiring my > notebook from hell. > It will be sold as parts (LOL). I would want to sell it to > any one and put > them thought hell using this notebook. > > I have over two years of work, setup, software installations, > all my Rbase > applications, License copy of software, many versions of > different software. > > Has any one used like "laplink PCMover" or any other > application that move > installed applications, data and windows settings. > > I'm going from XP home to XP Pro. (no ME for me, I mean vista! > No vista in > my world until 2009 - LOL) > > Just the reinstallation and activation of applications will > take several > days of work! > > There has to be a better way! Any Ideas are welcomed! > > > > Best Regards, > > > Oma Cox > O.C. Services Inc. > P.O. Box 5485 > Brandon, MS 39047 > > 662.820.7599 > 601.992.6785 > > www.ocservicesinc.com > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf > Of Bernard Lis > Sent: Thursday, April 10, 2008 9:39 PM > To: RBASE-L Mailing List > Subject: [RBASE-L] - integer value > > Hello Experts, > > I have an integer column whose value has become greater than > 970,000 This is > the value of our Order Number So far no problems have been > discovered using > this number. > I was under the impression that the max integer is 32,767 > > But today I tried to add one to the order number and the order > number did > not change. i.e. set var OrdNo = (.OrdNo + 1) > > Here is my code: > set trace on > set var OrdNo int=null > sel orderno into OrdNo from dbcontrol I get 970115 > set var OrdNo = (.OrdNo + 1) Ordno still is 970115 > > Then I did this > set trace on > set var OrdNo int=null > sel orderno into OrdNo from dbcontrol I get 970115 > set var OrdNo = (.OrdNo + 1) Ordno still is 970115 > set var OrdNo = (.OrdNo + 1) Ordno doesn't change > > Anybody have a GhostBuster team? > > Bernie Lis > > > Jim Bentley American Celiac Society [EMAIL PROTECTED] tel: 1-504-737-3293 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

