Is there a way to set the feild display size?

M

MMJII

Hello ALl,
I have a FP 2K3 site it has forms in it that when info is entered some calcs
happen then the results are displayed in feilds at the bottom of the form.
Even though I have the "size", and "maxlength" atributes defined but the
results feilds are all 18 char long. Is there a way to set the calculated
result fields to a specific lenghth?

Thanks
MMJII
 
R

Ronx

Use CSS to define the fields' width

For example (using inline styles):

<input type="text" name="fldname" value="" style="width: 50px;">
 
M

MMJII

Hello
The size of the feild displayd changed but the data in the feild still has
18 digits. I need a way to format a numerical feild to display 2 decimal
places on the results webpage.
 
S

Stefan B Rusynko

See your other post

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Hello
| The size of the feild displayd changed but the data in the feild still has
| 18 digits. I need a way to format a numerical feild to display 2 decimal
| places on the results webpage.
|
| | > Thank You for your time & knowledge.
| >
| > | > > Use CSS to define the fields' width
| > >
| > > For example (using inline styles):
| > >
| > > <input type="text" name="fldname" value="" style="width: 50px;">
| > >
| > > --
| > > Ron Symonds - Microsoft MVP (Expression)
| > > Reply only to group - emails will be deleted unread.
| > >
| > > http://www.rxs-enterprises.org/fp
| > >
| > >
| > >
| > >
| > > | > >
| > > > Hello ALl,
| > > > I have a FP 2K3 site it has forms in it that when info is entered some
| > calcs
| > > > happen then the results are displayed in feilds at the bottom of the
| > form.
| > > > Even though I have the "size", and "maxlength" atributes defined but
| the
| > > > results feilds are all 18 char long. Is there a way to set the
| > calculated
| > > > result fields to a specific lenghth?
| > > >
| > > > Thanks
| > > > MMJII
| > >
| >
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top