Subject Re: [IBO] Lookup field problems
Author Helen Borrie
At 04:59 11/10/2008, you wrote:
>D2007, IBO 4.8.6
>
>I've been using IBO and D2007 for a while. Today, I needed to add a
>field to a Dev Express card view. I updated the database, and now when
>I go to add the field, I am getting exceptions raise with lookup fields:
>
>---------------------------
>Debugger Exception Notification
>---------------------------
>Project trak.exe raised exception class EDatabaseError with message
>'Invalid value for field 'DepType_Lkp''.
>---------------------------
>Break Continue Help
>---------------------------
>
>It was a different lookup field to start with, so I removed the lookup
>and then it changed to this one.
>
>I simply added true/false field that has no events tied to anything.
>I've looked for events tied to the new field and cannot find anyting.
>
>Anyone have any ideas what I might look for? I simply have run out of
>answers.

1. How have you implemented the lookup?
2. What are the data types involved? (given that Fb doesn't have Boolean)?

Helen