AQUANANU
Posts: 107
|
| Posted: 05/21/2005, 7:28 AM |
|
i want to reset the value in the file upload field if a condition is true.
i tried in
before show of the field,
before show of the record
after initialise of record
nothing worked.
Please advise how can the same be done.
_________________
Navneet Kakkar
CEO
Positive Thinker's Inc. |
 |
 |
Nicole
Posts: 586
|
| Posted: 05/23/2005, 2:42 AM |
|
Hello,
mmm.. what you mean by "reset value"? Do you want to change file name stored in a table or do you want to do something to physical file on disk?
And when do you want to do it?
_________________
Regards,
Nicole |
 |
 |
AQUANANU
Posts: 107
|
| Posted: 06/11/2005, 2:05 AM |
|
want to empty the field so there is nothing for new form.
so the field in the table should be empty unless entered by the user.
_________________
Navneet Kakkar
CEO
Positive Thinker's Inc. |
 |
 |
Nicole
Posts: 586
|
| Posted: 06/13/2005, 1:49 AM |
|
I suppose that the most reliable way is to make table field empty. You can execute custom query in page Before Show or After Initialize event to change a table field to empty value.
_________________
Regards,
Nicole |
 |
 |