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

Processing in Adobe forms

Former Member
0 Likes
583

Hello Gurus,

I am new to adobe forms.

I need to do some data processing in the adobe form. Based on some condition, I would like to move the value of a the record being looped to a structure being passed to the form and clear the internal table record's field.

Please guide me where I can write the processing logic.

Thanks in advance.

RSS.

5 REPLIES 5
Read only

Former Member
0 Likes
557

Hi all,

Atleast if some body can tell whether we can do processing in teh adobe forms or not, that would be of great help.

Thanks in advance,

RSS.

Read only

0 Likes
557

u've to do all the data processing in interface section. then attach it with the form.

Reward if useful

Thanks

Sayak

Read only

0 Likes
557

Hi Roy,

Thanks for the reply.

I tried to create the subroutine. But couldn't access the import parameters in that subroutine.

And once we created the routine, how to call this subroutine in the form.

Regards,

RSS.

Read only

0 Likes
557

HI,

check wheather the import parameter is defined in global declarations. the calling is the same as u use in reports, using Perform statemet.

Read only

0 Likes
557

Hello Roy,

I declared the global paramters and moved the import parameter to the global parameter in the initialization.

But as you said, how can we call this subroutine in the form. Where exactly we can call this. Am not able to find the the editor to call this subroutine. Please help me out.

Thanks for all the support you have been giving me.

RSS.