NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Robert Iliuta on April 10, 2013, 03:49:16 AM

Title: avoid display duplicate error message on server-side
Post by: Robert Iliuta on April 10, 2013, 03:49:16 AM
Hallo,


How can I avoid duplicate message error on web server? I would like to show them on web page not on the server-side. If this message occurs on web server then it will stop the activities... How can I prevent this?
It's happen when I try to insert a record in another table in post update embed of a form.

Thank you for any suggestions.

Regards,
Robert

[attachment deleted by admin]
Title: Re: avoid display duplicate error message on server-side
Post by: kevin plummer on April 10, 2013, 04:49:02 AM
How can I avoid duplicate message error on web server?

> I write my own code to check in validate routine


How can I avoid duplicate message error on web server? I would like to show them on web page not on the server-side.

> I use CSMessage which can be set to just log messages rather than display them
Title: Re: avoid display duplicate error message on server-side
Post by: Robert Iliuta on April 10, 2013, 05:11:09 AM
Hallo Kevin,


How can I avoid duplicate message error on web server?
> I write my own code to check in validate routine
>>it's an options but more nice it will be to have a options on webserver settings on/off.

How can I avoid duplicate message error on web server? I would like to show them on web page not on the server-side.
> I use CSMessage which can be set to just log messages rather than display them
>>ok, but in message like duplicate record you need to let user and display an message.

If there is no other options I will go for 1st options , check on validate routine for any duplicates records

Regards,
Robert