May 11, 200520 yr Newbies Hi, I am using FM Pro 7 on Windows 2000 and Internet Explorer 6. I have designed a database and published it through IWP. I have included some validation conditions and corresponding error messages in the Validation Part while designing the table. When i do manipulation on the published database, when i do some error entries it shows system generated error messages instead of the messages i defined previously in the database. I want to display my own error message on this published IWP Web Page. Please help me.
May 11, 200520 yr What sort of errors are we talking about? Specific examples may help. Cheers, Sean.
May 12, 200520 yr Author Newbies Thanx for ur reply. The example scenario will be like this: "PersonName" field should contain only less than 100 characters(I set in the maximum number of characters entry). I have set a validation part(calcualtion-length(PersonName)) for this and also i specified a specific error message("PersonName field should contain only less that 100 chars. Please re enter !") to this validation. When i am working with FM client, if this validation found wrong, the specified error message is popping up. But in IWP when "personname" field exceeds the limit, when i am submitting the form it gives it's own error message instead of giving my own error message. please help
May 12, 200520 yr Hmmm. I don't think there is any way to change that behavior. Hopefully someone else can correct me, but thats my belief. My workaround would be to get rid of the control bar, and create my own submit button, which runs a script to validate the entry. If it isn't valid, set a global field on the page to show a big red message. Cheers, Sean.
Create an account or sign in to comment