Actually, I code a soft with RBuilder Enterprise 6.03. Later, the code will be used with Delphi + RBuilder 7 Pro. Will the report be compatible with RBuilder PRO if I don't use RAP in the current code???
Yes, it should be compatible. Make sure that you don't use RAP and that it is not saved in the template. Otherwise, you'll get an Exception when the template loads in RB Pro which has RAP code in it.
Why not use RAP now in RB 6.03 and use Delphi + RBuilder 7 Enterprise?
Only because my enterprise work with D6 and RBuilder Enterprise and we create source code for a customer which has bought RBuilder pro 7 for D6 ... So I need to know if the final code will be correct for the customer ...
As long as you don't use RAP you should be fine. Double check your source to make sure you don't have raCodeModule or ra* units listed in the uses clause before you give your customer the source.
Comments
is not saved in the template. Otherwise, you'll get an Exception when the
template loads in RB Pro which has RAP code in it.
Why not use RAP now in RB 6.03 and use Delphi + RBuilder 7 Enterprise?
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Only because my enterprise work with D6 and RBuilder Enterprise and we
create source code for a customer which has bought RBuilder pro 7 for D6
... So I need to know if the final code will be correct for the customer ...
make sure you don't have raCodeModule or ra* units listed in the uses clause
before you give your customer the source.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com