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


Reply via email to