Hello,
Is there any way to shut off messaging? In an operator I have a FOR statement
that does manipulation and displays information. In the middle of the FOR and
within its displays I get the "Inserted xx tuples.". In other cases I do get
the message at the end. It would be nice if the "Inserted..." could just be
eliminated. When your developing an application these messages are not
needed. Only the application should determine what the user sees.
thanks,
steve
Messaging
Re: Messaging
The notice is only ever supposed to occur once a script has finished running, so I'm not sure why it's appearing in the middle of a FOR loop (unless you're using EXECUTE?) but I can imagine circumstances where it would be undesirable.
I'll provide an option to turn it off. I've added this to my "to do" list.
I'll provide an option to turn it off. I've added this to my "to do" list.