Messaging

This forum is for anything about Rel that isn't more appropriate elsewhere.
Post Reply
steved
Posts: 49
Joined: Sun Sep 01, 2013 10:53 pm

Messaging

Post by steved »

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
Dave
Site Admin
Posts: 372
Joined: Sun Nov 27, 2005 7:19 pm

Re: Messaging

Post by Dave »

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.
Post Reply