Adding a RAP event handler in code
hi,
i need to programmatically add a RAP event handler for a region (in a
customized report)
so basically i want to code wether the region must be printed or not.
i see how i can get a hold of the rapcodemodule and add a tppProgram to it
but i don't know what properties need to be set and how to couple this rap
event to the component
any examples available?
thx
marc
i need to programmatically add a RAP event handler for a region (in a
customized report)
so basically i want to code wether the region must be printed or not.
i see how i can get a hold of the rapcodemodule and add a tppProgram to it
but i don't know what properties need to be set and how to couple this rap
event to the component
any examples available?
thx
marc
This discussion has been closed.
Comments
The following articles should get you on the right track.
http://www.digital-metaphors.com/rbWiki/RAP/Fundamentals/How_To...Create_RAP_Globals_in_Code
http://www.digital-metaphors.com/rbWiki/RAP/Fundamentals/How_To...Modify_RAP_Programs_in_Code
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
i already looked at the wiki but it does not give me the answer i'm looking
for
i want to add rap code to the Region1OnPrint
buy adding this to the reportcodemodule
but i can't figure it out
i can copy the source over from a default template but how do i connect and
what type need this new program be?