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

AT LINE-SELECTION

Former Member
0 Likes
589

My issue is I am displaying records in list.

I am displaying 2 buttons ie Graph & Run Chart in the appln. toolbar.

When I click the Graph and go and click the particular value Graph shold be displayed.Likewise for Run Chart also.

But when I am clicking the Graph button and about to click a value no action is performed.

Before I included the at user command it was working fine.

How should I code for this issue.

5 REPLIES 5
Read only

Former Member
0 Likes
569

Hi,

When Back use refresh statemenet. It may solve your problem

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
569

HI veera,

You use the At line-selection event not at user command before that you can use hide statement fot comparing and be careful in clear.

Plz Reward if it is Useful,

Mahi.

Message was edited by:

Maheswari Chegu

Read only

Former Member
0 Likes
569

Hi,

When Back use refresh statemenet. It may solve your problem

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
569

Hi,

clear the variable when ever u r coming out. especily ur sy-uccom.

plzz reward points if it helps.

Read only

Former Member
0 Likes
569

hi,

u have to create one button in application toolbar ( in ur gui status) with name 'PICK' ( its compulsory) and assign 'F2' as function key.

Then both will work....

Reward if useful