Hi folks,does anyone know how can I get the full name of an object.For example:For myRow object I want to get the full reference, like: xfa.form.form1.myForm[0].myTable.myRowThere is some property or functions to get this reference from the object, something like: myRow.getFullreferenceSyntaxExpress...
Hi folks,Does anyone know if it's possible to get all child objects(like cells) of a Table object? I want to set each one of them's mandatory property to 'error'.Thank you,Yair
Hello,Does anyone know if it's possible to set caption for Radio Button List object?I would like to do something like that: Shipping Method: O Ground O Air O SeaWhen the caption is "Shipping Method".Thank you,Yair
Hi,I created a custom object and my questions are:1. Can I change my custom object(properties, style etc.)? if yes, then how?2. If I will change my object, all of it's instances in the form will be affected too?Thank you,Yair Nevet
Hi folks,I would like to extract the year part of my datefiedl's selected value.For example, I would like to get 2010 from : 23/12/2010And check if the extracted year is smaller than the current year.How can I do it in LiveCycle(JavaScript is preferred)?Thank you,Yair