Subject | Re: [IBO] Params |
---|---|
Author | Gordon Hamm |
Post date | 2001-07-18T23:26:59Z |
Ok, so maybe Im dealing with this in the wrong way..Im using ONE TIBOQuery
component to do my View (using my SQL property)
Then use the Edit method with the EditSQL, then Delete method with DeleteSQL
etc. All using the same instance of TIOBQuery..
This is also the instance that my data aware components are looking to.
Should I be using two different instances , one for the data aware, and
another for Add, Edit Delete using the SQL propery to do ALL of these
actions?
Gordon Hamm
component to do my View (using my SQL property)
Then use the Edit method with the EditSQL, then Delete method with DeleteSQL
etc. All using the same instance of TIOBQuery..
This is also the instance that my data aware components are looking to.
Should I be using two different instances , one for the data aware, and
another for Add, Edit Delete using the SQL propery to do ALL of these
actions?
Gordon Hamm
----- Original Message -----
From: "Jason Wharton" <jwharton@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, July 18, 2001 4:55 PM
Subject: Re: [IBO] Params
> You only have access to the params in your editsql at the time the record
is
> posting. Then, it only looks at the fields of the dataset being posted to
> get its values. It would be an interesting feature to have it also try and
> get a value from an input parameter.
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
> ----- Original Message -----
> From: "Gordon Hamm" <vds@...>
> To: <IBObjects@yahoogroups.com>
> Sent: Wednesday, July 18, 2001 2:50 PM
> Subject: [IBO] Params
>
>
> > Hi,
> > I am inserting several parms into the params list on a TIBOuery
component.
> >
> > Then, putting some SQL code into my EDITSQL.
> >
> > Then when doing an edit, I am calling the
> > parambyname('myparameter').asstring := Newvalue
> >
> > It returns an error saying that my parameter doesnt exist. In looking at
> the
> > object inspector, its clearly there. Am I missing something basic?
> >
> > Gordon
> >
> >
> >
> >
> >
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
> >
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>