Subject Params
Author Gordon Hamm
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