Frontpage Database

B

Brent Conner

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
 
G

grw

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
 
Top