I did finally get that to work.  My actual table has a string id, so did it with:
    <dtml-in "get_names_for_id(chosen_id='123')">

I did not need the
    expr=

Thank you for your response.

Jens Vagelpohl wrote:

> try...
>
> <dtml-in expr="get_names_for_id(chosen_id=123)">
>
> jens
>
> on 12/26/00 17:32, Lloyd Kvam at [EMAIL PROTECTED] wrote:
>
> > This is also a problem for me.
> >
> >> From using ZNOLK I have a DTML document that uses dtml-in to execute a query.
> > The query is get_names_for_id and is:
> >   select name from name_table where id = <dtml-sqlvar chosen_id type=int>
> >
> > I can now call the form using:
> >   http://localhost:8080/form?chosen_id=123
> >
> > My dtml form would be simpler if there was a way to code:
> >   <dtml-in get_names_for_id(123)>
> >
> > I was unable to make that work.
> >
> > Olaf Zanger wrote:
> >
> >> hi there,
> >>
> >> with the znolk product i get data by "select * ..." out of my database.
> >> some fields
> >> are id's and i would like to get data out of an other table basing on
> >> this id.
> >>
> >> how can i pass the id through a <dtml-call/in/with method>?
> >>
> >> olaf
> >>
>
> _______________________________________________
> Zope maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )

--
Lloyd Kvam
Venix Corp.
1 Court Street, Suite 378
Lebanon, NH 03766-1358

voice: 603-443-6155
fax: 801-459-9582



_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to