Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7898 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hello People!

I was wondering if anyone has quick work-arround to error pages.

I have seen some suggestions on this form but they involve running scripts and reconstructing databse...I would like to avoid scripting and use CDML stricly!

The error I would like to capure/customise is:

- User attempts to add/create a new record that, needs to be unique, already exists (eg. PO# already issued).:. it exsits-->send to page!?

thank you very much!

grin.gif

Posted

If the PO# is an auto-entered number in the database then it'll be unique no matter what.

Scripts are not necessary to handle errors through the web.

All you need is to add field-level validation to trap for the dupicate value. When the use submits the form an error code is generated (it'd be 504 or 507 depending on how the validation is set up) and Web Companion returns the -error format file. If your format file has lots of IFs that trap for the expected errors you can customise the response.

Posted

Hello Vaughan!

Unfortunately my POs are pre-defined and can't be auto-serial (I whish) so I have to validate it differently.

I am not sure I understand what

"All you need is to add field-level validation to trap for the dupicate value. " means.

Please can you explain this a bit more!

Thank You sir!

Posted

In "Define Fields" go to "Options" then "Validate" then select "Unique".

At the start of the error page you can use [FMP-CurrentError] to determine what caused the error. An attempted duplication will cause an error. As Vaughan said, this could be 504 or other codes.

Hope this helps.

Garry

Posted

Oh ok!

I have that validation setup already and that is exactly why I get the errors smile.gif :

"User attempts to add/create a new record that, needs to be unique, already exists..."

what I do not know is how to make sure that 503 or 504 error is reflecting on error.html page!

eg.

-----Error.html-----------

Sorry, but this "entered_data" (PO#) record already exisits.

Please go back and enter a valid "PO"!

--------------------------

is this possible?

thank you

Posted

this is so refreshing after dealing with Access errors that are 98% clasified as "UNKNOWN XXXXXXX....have a nice day"

smile.gif

Posted

You will love FM more and more until you find the limitations.

Then you will not like FMI, which somehow is responsible for FM and did good things, but also forget many important things which are making our life miserable.

Then you will try Lasso and you will love it.

But if you use Central European languages on web, then you start hate FM WC and Lasso...

It is endless struggle.

Posted

aghhh....I guess I better Not programm for those people back home laugh.gif

I am not a really a programmer by calling so..I can't say I make my bread of it....but I love grfx. web-oriented design so any technology is welcome. Any that I can get my hands on anyway...

I am curious why would Cntrl. E language be a problem?

Posted

Somehow FMI and Lasso doesn't get the whole web idea and are messing the language META tags and they are also guilty of neglecting 8-bit on the web.

I guess in their web thinking they froze something like 7-8 years ago.

Now there *is* workaround for 8-bit CE languages and there *is* even patched WebCompanion.

I still didn't discover what I will use in Lasso after my return to Czech Republic.

Posted

I see...1st thing I could think of is use embeded (spelling) custom fonts to trick the whole server & visitor but if the Meta tags are getting ripped... frown.gif ...all I can do is watch!

Posted

One thing is sure; both are ignoring any proper META and serving happily gibberish to visitors.

In any case I am OK with WC, but still lost in Lasso. In Lasso I can create custom tags for "on fly" translation when I will discover the pattern...

This topic is 7898 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.