Rustad, Aaron writes: > I am calling a ZSQLMethod from a python script which in turn gets called > from an action form and it seams to be hanging on me. > Do I need to redirect the response in this case? Redirecting would not be bad. Maybe, it would be sufficient, too, to just return something. Add "return 'done'" to your script.... Dieter