josemagalhaes
Posts: 4
|
| Posted: 10/18/2006, 6:05 PM |
|
I need to change the control value on click.
Any ideas?.
|
 |
 |
Maybe
|
| Posted: 10/18/2006, 8:50 PM |
|
If Button_WhatEver_OnClick = True then
control.Value = "Code"
Else
control.Value = ""
End If
|
|
|
 |
Jose Magalhaes
|
| Posted: 10/19/2006, 8:49 PM |
|
Sorry
I should be more specific.
I have a search form and grid form.
The control and the button are on the search form.
And I want to increment the control value every time I press the button.
Your proposed solution thas not work on search form.
regards
|
|
|
 |
|