J
John Timney \(Microsoft MVP\)
You should look at using a regular expression validator to allow only the
submission of alpha chars? That way you wont have to worry about the
encoding. Also, if you cant do that then use replace to change any invalid
chars to underscores so you would have a valid filename.
--
Regards
John Timney
Microsoft Regional Director
Microsoft MVP
submission of alpha chars? That way you wont have to worry about the
encoding. Also, if you cant do that then use replace to change any invalid
chars to underscores so you would have a valid filename.
--
Regards
John Timney
Microsoft Regional Director
Microsoft MVP