<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>just wondering&nbsp; if external methods too return zope objects. I will 
try to be more specific. 
<DIV>&nbsp;</DIV>
<DIV>My external method is an python script that access the database and get a 
recordset for me. It passes back the recordset to the dtml method( as i am using 
an dtml to call the external method). When i try to display the things. The only 
thing i was able to do was display the whole record set using an &lt;dtml-var 
&lt;method-name&gt; . </DIV>
<DIV>i tried with &lt;dtml-in and &lt;dtml-call but both of them also did the 
same thing,&nbsp; so i just wonder if the external method is passing back an 
Result Object or just a string. </DIV>
<DIV>&nbsp;</DIV>
<DIV>Is there any way that i can call a script from another script. I mean if 
its passing back a string, i can use another script to format the string into 
items which would be helpfull to dispaly in a table format. </DIV>
<DIV>&nbsp;</DIV>
<DIV>ta.</DIV></DIV></BODY></HTML>