PythonScript calls Z SQL Method
Hi!
can one PythonScript-Object A() call another PythonScript-Object B()
without help from 'above'? Like (suppose we're in A)
x=5 y=B() z=6
y=context.B()
should do it.
hoping this helps.
Thank you! It did. But can a PythonScript-Object A() call a Z SQL Method B(X) without help from 'above'? Like in the above example? Neither y=context.b('x') nor y=context.b(X='x') work. I get: Resource not found Horst _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Horst Wald writes:
....
But can a PythonScript-Object A() call a Z SQL Method B(X) without help from 'above'? Like in the above example? Neither
y=context.b('x') nor y=context.b(X='x')
work. I get: Resource not found Sure.
The second one should work. What resource was not found (--> look at the HTML source(!) of the error page). Dieter
participants (2)
-
Dieter Maurer -
Horst Wald