G
Guest
Here's the question:
I have a form w/ TextBox controls and a Search Button control. Once the user
clicks the Search Button, they get a Modal dialog w/ a datagrid that contains
their search results. They select a row and click OK. The return value of the
Module triggers an method that populates the TextBoxes w/ values and disables
them. After the TextBoxes are disabled, I change the text of the buton to
"Search Again" since I have to allow users to search again if they don't like
the selection.
I need to figure out how to enable the fields if the user clicks the button
again w/o opening the Modal again. Once the fields are enabled, I want to
allow the user to click the Search Button again and get the Modal window w/
their results...
Are there any thoughts on this subject?
Thanks for the advice,
Galahad
I have a form w/ TextBox controls and a Search Button control. Once the user
clicks the Search Button, they get a Modal dialog w/ a datagrid that contains
their search results. They select a row and click OK. The return value of the
Module triggers an method that populates the TextBoxes w/ values and disables
them. After the TextBoxes are disabled, I change the text of the buton to
"Search Again" since I have to allow users to search again if they don't like
the selection.
I need to figure out how to enable the fields if the user clicks the button
again w/o opening the Modal again. Once the fields are enabled, I want to
allow the user to click the Search Button again and get the Modal window w/
their results...
Are there any thoughts on this subject?
Thanks for the advice,
Galahad