|
pd_it_guy -> upper and lower case (6/18/2008 12:55:17)
|
In an FP database, one of the fields is for license number. The data entry people find it easiest to just enter numbers and lower case letters so as not to have to shift, but for appearance and convention, all text characters in a license number are upper case. At some point therefore I want to make all alphas upper. Since the new record addition is a database generated routine there is not much chance to edit. Whats the best way to get the text to upper before or as it is written as a new record. Here's the segment where it appears the form variable gets set up to do an INSERT INTO, but any attempt to add a Vb UPPER to this gets wiped out when I save the page. Is there any way to modify this or is this even where it needs ot happen. Thanks. arFormFields0(6) = "license_number" arFormDBFields0(6) = "license_number" arFormValues0(6) = Request("license_number")
|
|
|
|