‎2011 Nov 15 3:14 PM
Can i use macros within a function group?
i.e. say i create an new include in a function group and create my macros there then can i use these macros in one of my function modules within the same function group.
when i try to do the same, although the navigation to the macro works fine but when i try to activate it i get the message that the macro is not defined.
‎2011 Nov 15 3:18 PM
sounds like you got your function defined infront of your macro.
goto the main program of your function group & make sure the include where your macro is defined... is in front of the include where your function is deifned.
‎2011 Nov 15 3:18 PM
sounds like you got your function defined infront of your macro.
goto the main program of your function group & make sure the include where your macro is defined... is in front of the include where your function is deifned.
‎2011 Nov 15 3:19 PM
Is the include with the macros included before (higher up in the program) they are used?
Rob