Compile all objects

maris2000
maris2000 Member Posts: 71
Hello,
I have just compiled all of the objects in the designer. All of them get compiled, but I get a message that there are 11 objects with errors, but there is no list or log of the objects.
How can I find the objs with errors? #-o

Answers

  • kriki
    kriki Member, Moderator Posts: 9,121
    View => Marked Only.

    The compiler marks the objects that had errors. When you select to view only marked records, you will see the objects with errors. After that you can compile the objects one by one to see the error of that object.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • bbrown
    bbrown Member Posts: 3,268
    The objects that don't compile get marked. Set view to Marked Only.
    There are no bugs - only undocumented features.
  • maris2000
    maris2000 Member Posts: 71
    Thank you =D>