Subject Re: [IBO] Converting BDE to IBO
Author Daniel Rail
Hi,

At November 4, 2005, 2:09 PM, Andrei Luís wrote:

> Hi, I wrote something wrong...

> This: if tbCustomerActive then ....

> Should be this: if tbCustomerActive.asBoolean then ....

What you could do is a "Find and Replace" and globally replace
"asBoolean" with "asString='T'". You can do unit by unit, by using
Delphi's "Find and Replace" in the Search menu, or use a utility like
GReplace(http://www.obsof.com/public/download.html) to replace all of
the occurrences in your code, without having to open each unit/form
separately. Once they are all replaced, then you can try to compile
your code and handle the cases where you might have to put parenthesis
around the new changes(by trying to compile your code it makes it
easier to locate the code that needs the attention).

--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)