Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

using macros within a function group

Former Member
0 Likes
877

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.

1 ACCEPTED SOLUTION
Read only

former_member196064
Active Participant
0 Likes
665

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.

2 REPLIES 2
Read only

former_member196064
Active Participant
0 Likes
666

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.

Read only

Former Member
0 Likes
665

Is the include with the macros included before (higher up in the program) they are used?

Rob