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...
0
Answers
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.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
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?
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
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!