Link to home
Start Free TrialLog in
Avatar of Treety_Patnaik
Treety_PatnaikFlag for India

asked on

want edit changed in single line edit control of a window

Hi all,
     I want a event id in single line edit control of a window that should work as
editchaged event of a datawindow.

The requirement is when i will type something in the single line edit control of a window ,
then as per the text the radio button will be checked.
Avatar of sandeep_patel
sandeep_patel
Flag of United States of America image

I believe the best solution is to use external datawindow inplace of single line edit control.

OR

you can create new event with event id 'pbm_keydown' and use it. But you may need to write code for each key pressed

If key = KeyA! Then
   messagebox('','')
end if

Regards,
Sandeep
Avatar of Treety_Patnaik

ASKER

my problem can't be solved by using pbm_keydown .......
Is there ant event id for Single line edit which we can use just like editchanged in DW.
ASKER CERTIFIED SOLUTION
Avatar of sandeep_patel
sandeep_patel
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for the help ...... i got the result
i got the result ........ thanks to expert=exchange team member