Subject | Re: [IBO] Fields[xx].value - unidentifyed type: 14 |
---|---|
Author | Mauricio Longo |
Post date | 2001-01-02T03:43:12Z |
Helen,
never got to test it under the latest release of IBO. I'm going to do it
tomorrow. :-)
StrToInt(Edit1.Text);
The value of the edit component's text property was set by a conversion to
string of the Id of the "root" element of my table which was selected
through a statement like:
Select * from registry where parent is null;
Since I have a trigger that keeps me from having more than one record with a
null parent I can get the first record of the result set certain that it's
the one I want. :-)
Best regards,
Mauricio Longo
>Mauricio,Not yet. However, with all the confusion around the New Year's celebration I
>Did you solve this?
never got to test it under the latest release of IBO. I'm going to do it
tomorrow. :-)
>It's probably a matter of terminology, but this statement isn't aYeah, that's what I meant. Sorry...
>self-join...I assume you mean that the table is self-referencing?
>How are you passing the :ParentID parameter to the statement? PerhapsNo. Actualy, I getting it from something like: .... :=
>picking it up from another dataset over the same table?
StrToInt(Edit1.Text);
The value of the edit component's text property was set by a conversion to
string of the Id of the "root" element of my table which was selected
through a statement like:
Select * from registry where parent is null;
Since I have a trigger that keeps me from having more than one record with a
null parent I can get the first record of the result set certain that it's
the one I want. :-)
Best regards,
Mauricio Longo
>Helen
>All for Open and Open for All
>InterBase Developer Initiative ยท http://www.interbase2000.org