Subject Re: [IBO] IB_Grid and Master Detail problem
Author Geoff Worboys
> 1. How can I prevent the "grey state" of a check box in a IB_Grid?

Declare the boolean field at the database as NOT NULL. IBO
automatically picks up on this and only allows the true/false states.


> 2. I'm using one transaction and two TIB_query comp. for
> a master detail rel. and it works ok when I first open the
> form. But when I close it and open again the master does
> not query the detail. Some how the link seem to
> be lost between the two.
>
> I'm using ver. 4.2.F
>
> Does anyone have an Idea or is more detailed info needed?

Probably need more info on this one.

I take it you must be just hiding the form. When you reopen it there
should be no reason for the datasets to change anything - should
there? Or are you saying that the even when you move records on the
master (after reopening the form) the detail is not following?

This may require a small demonstration app. If you setup the demo
using one of the existing sample databases you can avoid having to
send a database and an application.

Geoff Worboys
Telesis Computing