Home Component Writing

Problem to compile raCodMod

edited October 2002 in Component Writing
We have some problems to compile the raCodMod unit ,
After I included a new item in the TppSearchOperatorType , the compiler have
to recompile the unit raCodMod , since I'm using the unit raIDE in my
project.

But We don't have the source code from this unit .

If anyone has any ideas on how to solve the problem, We'd appreciate it

Thanks in advance ,

Lucas

Comments

  • edited October 2002
    You can't modify any interface of any class or the enumerated types and use
    RAP. You can change the implementation sections of classes and register
    replacement forms and classes throughout ReportBuilder when you need custom
    functionality. The reason you are having compile problems is that the source
    to RAP is not included. Thre must be a way to accomplish your goals without
    needing to modify the source. You should be able to accomplish what you need
    with a custom autosearch dialog. There is an example in your installation in
    the demo autosearch directory. Here is a more complicated example with
    lookups.

    http://www.digital-metaphors.com/tips/CustomAutosearchDialog.zip

    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.