I am transferring a rec to a function. All filters are being copied appropriately but not the current key. How can a key be copied from the parameter to the variable?
All filters are being copied appropriately but not the current key
AFAIK this is not possible, provided that you have flagged the "var" checkbox for your rec variable in the parameter list of the function (as suggested by vijay).
please check that flag:
-true: both key and filters are carried from the caller to the called function
-false: key and filters are NOT carried from the caller to the called function
-Mirko-
"Never memorize what you can easily find in a book".....Or Mibuso My Blog
Comments
Have you checked the rec var with the CURRENTKEY function?
please check that flag:
-true: both key and filters are carried from the caller to the called function
-false: key and filters are NOT carried from the caller to the called function
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog