Subject Re: [IBO] Using IB_Grid
Author Jason Wharton
Your Join looks rather dangerous to me. Be sure to use JoinLinks if you are
using the old join syntax instead of explicit JOIN syntax in the from
clause. Rule of thumb: Join criteria is never to be put directly into the
WHERE clause.

I suggest you put in your own custom EditSQL instead of expecting IBO to
figure this one out. It probably has something to do with your lack of a
primary key or something like that.

HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "pem" <pem@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, May 24, 2001 4:20 AM
Subject: Re: [IBO] Using IB_Grid


> Nando,
>
> >> Yes you're right but the grid won't let me enter any values. It seems
> >> that the grid is readonly but I set the READONLY property of the
> >> grid to FALSE.
>
> >Is RequestLive set to True?
> --
>
> Yup RequestLive is set to True and PreventEditing is set to False.
>
> Thanks
> Pem