Re: Frontpage Database by grw
grw
Fri Jul 11 23:12:23 CDT 2003
To save as upper case, you would need to modify the way the DRW saves
records.
Typically this involves means modifying the web bot.
The easiest way would be to keep modifying the output value by using
uCase(FP_FIELDVAL(fp_rs,"yourfield")) and dont worry about the input
"Brent Conner" <brentconner@bigpond.com> wrote in message
news:07f901c34779$e0b8fae0$a301280a@phx.gbl...
> Hi,
>
> I currently have a frontpage web that allows users to
> create records in a database.... everything works fine,
> however I want to make sure that all the records are in
> Upper Case. I can change the text to upper case on the
> screen using styles, but it does not save in upper case.
> Can anyone assist me on how to correct this?
>
> Cheers!
> Brent