Hello Abhishek,You can directly specify the particular specifications of an object (in mm), which are given,in the X and Y co-ordinates of the layout palette.e.g. -: X: 23mm Y: 45mmThis amount is automatically changed to inch format.Thanks,Debadas.
Hello Srinivas,'$record' - actually means current record of a collection of data, such as from an XML file.For example, $record.header.txtOrdered references the txtOrdered node within the header node of the current XML data.And xfa is a very typical thing used in LiveCycle Designer so follow the ...
Hello Srinivas,Here in this statementvar onodeVALS = xfa.resolveNodes("xfa.record.Classification.ClassNode[+i+].ClassLeaf[*].value");1) xfa - means XML Forms Achitecture which indicates the root node,2)resolveNodes - returns an object or multiple objects corresponding to the reference syntax expres...