Post a code snipped of your form at the top of
http://www.spicerweb.org/tesadd.asp
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPa...3/Default.aspx
_____________________________________________
"Steve Spicer" <(E-Mail Removed)> wrote in message news:06A29BC5-B397-413B-8F48-(E-Mail Removed)...
| That doesn't work either. You can go to
|
http://www.spicerweb.org/tesadd.asp
| to see what I mean. You will need to click on the hyperlink in the results
| to take you to the edit page where you can click in the empty last name
| textbox.
| The cursor will be on the second character.
|
| "Jon Spivey" wrote:
|
| > to be sure you could trim the value
| > <textarea rows="2" cols="20"><%=trim(FP_FieldVal (fp_rs,
| > "FirstName"))%></textarea>
| >
| > --
| > Cheers,
| > Jon
| > Microsoft MVP
| >
| > "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
| > news:%(E-Mail Removed)...
| > > There should not be a space there unless you either set a space a a defaut
| > > value in your Db or your html has the space in it
| > >
| > > Make sure the code looks like (on 1 line)
| > > <textarea rows="2" cols="20"><%=FP_FieldVal (fp_rs,
| > > "FirstName")%></textarea>
| > >
| > >
| > > --
| > >
| > > _____________________________________________
| > > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > > "Warning - Using the F1 Key will not break anything!" (-;
| > > To find the best Newsgroup for FrontPage support see:
| > >
http://www.frontpagemvps.com/FrontPa...3/Default.aspx
| > > _____________________________________________
| > >
| > >
| > > "Steve Spicer" <(E-Mail Removed)> wrote in message
| > > news:560FDDEA-1162-433D-A950-(E-Mail Removed)...
| > > | This has always bugged me. If you create a textbox with an initial value
| > > | which is a field value, like <% = FP_FieldVal (fp_rs, "FirstName")%>
| > > then
| > > | when the form is live and you click in the text box when it's empty
| > > (there
| > > | was no field value in the db) the cursor is on the second character. If
| > > the
| > > | user doesn't manually backspace to the first character it loads a value
| > > into
| > > | the database with a <space> first character. That can screw up sorting
| > > | something fierce. It's not a problem when there is no initial field
| > > value
| > > | coded into the text box or if you tab into the textbox. Try it.
| > > | Is there any kind of workaround?
| > >
| > >
| >
| >
| >