Subject | Re: [IBO] Converting BDE to IBO |
---|---|
Author | Daniel Rail |
Post date | 2005-11-04T18:46:26Z |
Hi,
At November 4, 2005, 2:09 PM, Andrei Luís wrote:
"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)
At November 4, 2005, 2:09 PM, Andrei Luís wrote:
> Hi, I wrote something wrong...What you could do is a "Find and Replace" and globally replace
> This: if tbCustomerActive then ....
> Should be this: if tbCustomerActive.asBoolean then ....
"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)