error opening customer card form when using italian

jversusjjversusj Member Posts: 489
hi!

We have the Lanham credit card objects installed. Today, we started experimenting with the 4.0 Italian language module in our test system. Some of the various system forms (order, invoice, return order) wouldn't open at first due to Lanham custom fields, all of which we were able to resolve (we don't speak Italian, but were able to figure it out).

This error on the customer card is different however:
Numero pagina non valido (8) per il controllo tab con nome 'Controllo1'.
(InPage e stato impostato 8 su CheckBox 'Use Default Credit Card').

Can anyone help translate where the problem is? I have made sure that tab 8 (credit card) has an ITA translation, that the CheckBox has an ITA translation but I keep getting this error.

Thanks in advance!
kind of fell into this...

Answers

  • krikikriki Member, Moderator Posts: 9,118
    I think you miss a pagename in Italian.
    Pageindex 8 means the 9th page. The pageindexes are 0-based.
    You in PageNamesML-property, you need to add a pagename for the Italian language.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • jversusjjversusj Member Posts: 489
    thanks kriki. i have defined an ITA pagenamesML for the 9th tab (that is the credit card tab). I still get the error.

    when I attempt to translate the second part of the error message i get something like:
    Inpage state setup 8 on Checkbox 'Use Default Credit Card.'

    Could there be a problem with it resolving TRUE/FALSE for the checkbox?
    kind of fell into this...
  • krikikriki Member, Moderator Posts: 9,118
    jversusj wrote:
    thanks kriki. i have defined an ITA pagenamesML for the 9th tab (that is the credit card tab). I still get the error.

    when I attempt to translate the second part of the error message i get something like:
    Inpage state setup 8 on Checkbox 'Use Default Credit Card.'

    Could there be a problem with it resolving TRUE/FALSE for the checkbox?
    Put property InPage of Checkbox 'Use Default Credit Card.' to 0 and save and close. This will put the checkbox in the first page. Try to run it. If the error doesn't come up, you can go in design and put the checkbox in the page you want it.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • jversusjjversusj Member Posts: 489
    a ha!

    I did not realize that while the ENU form had 9 tabs (0 - 8), the ITA form had only 8 tabs (0 - 7)! I had to widen the form and add the Service tab to the ITA form so that the reference to tab 8 was valid.

    Thank you so much! I learned something!
    kind of fell into this...
Sign In or Register to comment.