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

Multiple event not working in interactive report

Former Member
0 Likes
602

Hi Experts,

I am developing a interactive report used Set-PFstatus '100' , AT user-command and At line-selection in a single program.

Here At line-selection is not working but at user-command is working fine.

After commenting set-PF ststus '100' event at line selection is working.

Ii want at to use at-user command and at line-selection both to work with set pf-status.

Please help me out.

Hi Experts,

I am developing a interactive report used Set-PFstatus '100' , AT user-command and At line-selection in a single program.

Here At line-selection is not working but at user-command is working fine.

After commenting set-PF ststus '100' event at line selection is working.

Ii want at to use at-user command and at line-selection both to work with set pf-status.

Please help me out.

3 REPLIES 3
Read only

Former Member
0 Likes
560

Hi,

You can use these events together but in case while

creating your GUI status for your program you have

to give Function Code 'PICK' with F2 short cut key

because for at line selectino double click 'PICK' function

code is trigerred.

hope it helps,

Regards

Mansi

Read only

0 Likes
560

Its working now.

Thanks a lot Mansi.

Read only

Former Member
0 Likes
560

Hi,

Thanks,

Mansi