> I found that if  finished the action with $Query=""; the problem went
away.
> Obviously I am executing the query again in some function that follows.

In fact, what's happening is that in the screen module, you probably are
using Query without initializing it.  It's pretty easy to start off with
$Query .= 'SELECT...'.  Yeah, this is a nasty side-effect of having a big,
global namespace.

Leon




------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to