Hi, I have a record SalesHeader and from it I need to get the value of a field “No.”, can I get to this just kowing the field number?
Use RecordRef and FieldRef. Check out CSIDE Reference Guide how to use it [:D].
I do not think I quite understood your question. Are you looking for CURRFIELDNO?
Cheers as Anfinnur put in his RTFM reply (a dig at myself!!), i needed to be using the recordref and fieldref datatypes, this worked perfectly. Thanks