Subject | Re: [IBO] Walking again - through a dataset |
---|---|
Author | Steve Fields |
Post date | 2001-08-24T18:07:35Z |
Jason Wharton wrote:
program. But: I did find that the table I was stepping
through was accidentally linked to the table that was
being put into edit/insert mode. To me this is an
unusual situation that never would have occurred to
me!
Every time I put linked table to first record it
would put the Master table (not to him) in edit mode.
(I had two tables, a detail and a master. I had a
third query set up for the ability to modify records
in the master, name, ssn, etc. It was still linked to
the detail because I copied it and reused it. So
every time I changed this third query it would force
the detail query into edit/insert mode.)
I just need to figure a way that whenever I have
a problem I need to get an automatic message sent
to me saying _Can you give a demo please_ :>
Thanks Jason, (anyway)
Steve Fields
>OK, Unable to work up a demo as this is complicated
> Sample demo of this problem please...
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
> ----- Original Message -----
> From: "Steve Fields" <fields24@...>
> Newsgroups: egroups.ibobjects
> To: <IBObjects@yahoogroups.com>
> Sent: Friday, August 24, 2001 7:24 AM
> Subject: [IBO] Walking again - through a dataset
>
> > Hi all,
> > Again I have a problem with a TIB_Query:
> > aTable.DisableControls;
> > aTable.Filter := 'Status = ''AC''';
> > aTable.Filtered := True;
> > aTable.First;
> > The last line puts me in insert or edit mode (?!?),
> > on the first record, when I am only trying to read
> > aTable. I need the table in a query because some
> > records are selected in a grid and only some of them
> > are updated for specific, changing situations. What
> > settings am I missing? Defaults on IB_Conn and IB_Tran.
> > (Query set to synch before, after edit and on inserts,
> > IB_Conn set Server Autocommit, read committed)
> >
> > Thanks
> > Steve Fields
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
program. But: I did find that the table I was stepping
through was accidentally linked to the table that was
being put into edit/insert mode. To me this is an
unusual situation that never would have occurred to
me!
Every time I put linked table to first record it
would put the Master table (not to him) in edit mode.
(I had two tables, a detail and a master. I had a
third query set up for the ability to modify records
in the master, name, ssn, etc. It was still linked to
the detail because I copied it and reused it. So
every time I changed this third query it would force
the detail query into edit/insert mode.)
I just need to figure a way that whenever I have
a problem I need to get an automatic message sent
to me saying _Can you give a demo please_ :>
Thanks Jason, (anyway)
Steve Fields