[Zope] Ho do you access parent's parent folders?

2000-07-13 Thread danchik
hi, any one knows how to access methods or queries in the parent's parent's parent's subfolder? Root -Folder1 --Sub1 --My_Qry --Sub2 ---otherfolder How_to_access_My_Qry_from_Sub1 is there http://lists.zope.org/mailman/list

[Zope] help

2000-07-13 Thread danchik
how can I fix this?? the main dtml file has the following line - the Some_header dtml file has

[Zope] sending namespace to the frames?

2000-07-14 Thread danchik
if I submit a form to some page that has frames, how do I pass the REQUEST namespace to those frames ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

[Zope] query parameters

2000-07-24 Thread danchik
how can you pass parameters to the query that is already in the database in Access(or just any ODBC connection) from Zsql (or elsewhere)ODBC)? ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or

[Zope] calling a subquery

2000-07-25 Thread danchik
Is it possible to refer to ZSQL method from some other ZSQL method and how??? each ZSQL is big and would be very expensive to put as a subquery of another so can I do something like this: say one is named ZSQL1: Select Mykey from Data where key > 100 and the other is ZSQL2: Select * from ZSQL1 I