Retrieve this.rawValue = this.parent.index + 1; for use elsewhere
I have yet another dumb question. I have a subform with a field displaying the instance number for that form. It is in layout:ready
this.rawValue = this.parent.index + 1;
How do I retrieve the value of that field for use elsewhere on the form? I have tried getting the value as itemno.rawValue but it does not give me the rawValue.
Thanks,
Eagle