‎2007 Dec 11 6:52 AM
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.
‎2007 Dec 11 6:55 AM
Hi,
When Back use refresh statemenet. It may solve your problem
Thanks,
Sriram Ponna.
‎2007 Dec 11 6:55 AM
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
‎2007 Dec 11 6:56 AM
Hi,
When Back use refresh statemenet. It may solve your problem
Thanks,
Sriram Ponna.
‎2007 Dec 11 6:56 AM
Hi,
clear the variable when ever u r coming out. especily ur sy-uccom.
plzz reward points if it helps.
‎2007 Dec 11 9:31 AM
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