2 questions about dates in MS Access and Nested dtml-in calls
Hi, I have two questions. The first is how do I generate an ZSQL Method when the variables are set to timestamp(19). I am looking to do the camparsion between date routine. I cannot change the variable to a different type. My next question is to do with nested dtml-in calls. I need to call two tables. One table has the detail information I need but the other has a few fields I need for header information. There are several fields that are in both, I was going to use invoice number. Currently, I have no input fields. I want to know if I can create a query without getting an keyerror for this field. <table width="100%" border="1"> <tr> <td> <font color="#FF0000" size="-1">Customer </td> <td> <font color="#FF0000" size="-1">Sales Order # </td> <td> <font color="#FF0000" size="-1">P. O. # </td> <td> <font color="#FF0000" size="-1">Part # </td> <td> <font color="#FF0000" size="-1">Description </td> <td> <font color="#FF0000" size="-1">Qty </td> <td> <font color="#FF0000" size="-1">Serial Number </td> <td> <font color="#FF0000" size="-1">Shipped Date </td> <td> <font color="#FF0000" size="-1">Freight Carrier </td> <td> <font color="#FF0000" size="-1">Waybill # </td> <td> <font color="#FF0000" size="-1"># of Pkgs/Skids </td> </tr> <dtml-in lookup_gs_query2> <tr> <td> <font color="#0000FF" size="-1"><dtml-var customer> </td> <td> <font color="#0000FF" size="-1"><dtml-var order_no> <dtml-in lookup_gs_query3> <td> <font color="#0000FF" size="-1"><dtml-var waybill> </td> <td> <font color="#0000FF" size="-1">,dtml-var date_shipped> </td> </tr> </dtml-in> </dtml-in> </table> Larry McDonnell Proton Energy Systems 50 Inwood Rd. Rocky Hill, CT 06067 (860) 571-6533 ext. 531 Email:lmcdonnell@protonenergy.com www.protonenergy.com
Hello, Are there any examples on how to use the openflow product in plone? I'm a newbie to plone, zope.. also, are there any plug-in's for plone like newsfeed, who's online, stiff that comes with other cms like xoops, postnuke. Thanks Frank
I am not a plone expert, but I know a bit more openflow. Where did you heard about using openflow in plone ? On Fri, 20 Sep 2002, Frank Rocco wrote:
Hello,
Are there any examples on how to use the openflow product in plone?
I'm a newbie to plone, zope..
also, are there any plug-in's for plone like newsfeed, who's online, stiff that comes with other cms like xoops, postnuke.
Thanks
Frank
_______________________________________________ Zope maillist - Zope@zope.org 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 )
-- __o _ \<_ (_)/(_) Saludos de Julián -.- DVD-record Tools for linux http://www.freesoftware.fsf.org/dvdrtools/
Julián Muñoz <jmunoz@telefonica.net> writes:
I am not a plone expert, but I know a bit more openflow.
Where did you heard about using openflow in plone ?
Robert Boulanger announced that BlueDynamics is sponsoring Vincenzo di Somma to integrate Plone and Openflow in time for Plone 1.1: http://plone.org/Members/rboulanger/openflowint --- Alastair -- --- ---- Alastair Burt German Centre for AI (DFKI), Stuhlsatzenhausweg 3 Saarbrücken 66123, Germany Email: burt@dfki.de Tel: +49 681 302 2565 Fax: +49 681 302 2235 http://www.aswad-project.org/
Alastair Burt wrote:
Robert Boulanger announced that BlueDynamics is sponsoring Vincenzo di Somma to integrate Plone and Openflow in time for Plone 1.1:
Will that be in place of the normal Workflow Tool in the CMF or an additional type of workflow object like DCWorkflow? cheers, Chris
Will that be in place of the normal Workflow Tool in the CMF or an additional type of workflow object like DCWorkflow?
I would assume additional since that would give the path of least resistance for upgrades. -- Andy McKay www.agmweb.ca
participants (6)
-
Alastair Burt -
Andy McKay -
Chris Withers -
Frank Rocco -
Julián Muñoz -
McDonnell, Larry