Avatar

Level 3

a snippet of the code involved is listed here :

Provider.page2.Practice.Associatec.AssociateType.AssociateTypeDescription::initialize - (JavaScript, client)

var CovgYN;

var msg;

var lineofdata;

var assttype = this.rawValue;

msg

= "Check1 : " + assttype + " = " + this.parent.parent.AssociateLastName.rawValue;

xfa.host.messageBox(msg);

lineofdata

= this.parent.parent.AssociateFirstName.rawValue + " " + this.parent.parent.AssociateLastName.rawValue + " " + assttype + " -" + CovgYN;

The data contained in the msg and lineofdata variables - is different in Acrobat 9.2 and The Reader ... It is correct in Acrobat when I load the form and Import the XML data file.

When the correct data Form is saved and loaded using the reader the values "parent" is different so - the values are not the same -=

This is a serious problem !.

Is this a known bug or issue  ?