NetTalk Central

Author Topic: avoid display duplicate error message on server-side  (Read 2847 times)

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
avoid display duplicate error message on server-side
« 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]

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: avoid display duplicate error message on server-side
« Reply #1 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

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
Re: avoid display duplicate error message on server-side
« Reply #2 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