|
|
| Author |
Message |
varun.todkar
New User
Joined: 11 Dec 2006 Posts: 1 Location: Mumbai, India
|
|
|
|
| In my project I have to extract all the such dialogs to which the CLEAR key is not mapped (i.e it must not have any response process for CLEAR key). How do I scan the dictionary, so that I am able to retrieve all such dialogs? |
|
| Back to top |
|
 |
References
|
Posted: Mon Dec 11, 2006 5:41 pm Post subject: Re: How to search dialogs in ADSO having particular process? |
 |
|
|
 |
Rupa.P.V Warnings : 1 New User
Joined: 04 Jul 2006 Posts: 31
|
|
|
|
hi,
U can take the reports of all the dialogs and then searchg for the response process.
I dont know whether if there is any methid to take the reports of certain dialogs based on particular creteria.
Thanks |
|
| Back to top |
|
 |
vijayakumar.yellala
New User
Joined: 19 Apr 2006 Posts: 45 Location: Chennai
|
|
|
|
Hi Varun,
Using "display" command in IDD, we can know the where it is using.....
the command like
display process <Process name>, so it will display the all the dialogs list and process
let me know, if it is worng.... |
|
| Back to top |
|
 |
|
|