In reading my initial response, I assumed you'd be aliasing and appending a new record.. so to be totally correct, your code would look like this:
// Gather ( copy record )
aTemp := ARRAY(YourDBF->( FCOUNT() ) )
AEVAL(aTemp, {|xExpression, nField| aTemp[nField] := YourDBF->( FIELDGET(nField)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.