[Zope] PROBLEM
Steve Spicklemire
steve@spvi.com
Sat, 18 May 2002 08:25:17 -0500
Hi Nick,
This is the feedback used the by the *test* interface. It doesn't appear
if you call the ZSQL Method from a script, or DTML/ZPT page. You can
create your own form whose "action" calls a python script, or DTML/ZPT
page that in turn calls your ZSQL Method, and then displays whatever
message you like.
Hope that helps.
-steve
On Thursday, May 16, 2002, at 02:42 PM, Hadjimichael Nicos wrote:
>
> Hello,
>
> I have a problem and i need your help.
>
> How can i change the message which display after a ZSQL Method execute.
>
> The Message is:
>
> This statement returned no results.
> --------------------------------------------------------------------------------
> SQL used:
>
> insert into Something values(
> 'aaa',
> 'bbbb',
> 45,
> 'CCCCC',
> )
>
>
> and I want to change it.
>
>
> if anyone know something about this, please help,me.
>
> Thank, a lot
>
> Nick.
>
>
>
> _______________________________________________
> 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 )