Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7973 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi, you guys are great. I got help with my last problem, so here is another. I need a text box, for a field on a new record page. I tried examples from my HTML book, but cant make any work. I want 10 rows of 50 chatacters. What do i have to do to this line, to make that possible?

<P><INPUT TYPE=text NAME=ad VALUE="" SIZE=500></P>

Thanks in advance, for all your help, Wayne

Posted

Hi, the style for a new record field is:

<P><TEXTAREA NAME="field name here" ROWS=6 COLS=30 WRAP=virtual></TEXTAREA></P>

.......................and for an edit field where you want date already entered to display when the page loads:

<P><TEXTAREA NAME="field name here" ROWS=6 COLS=30 WRAP=virtual>[FMP-Field: field name here]</TEXTAREA></P>

regards, jeff

This topic is 7973 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.