| View previous topic :: View next topic |
| Author |
Message |
Shane Holmes Guest
|
Posted: Wed Apr 18, 2007 11:58 pm Post subject: How to create Hidden field on form? |
|
|
How do I create a Hidden field on my form?
<input type=hidden name='posttype' value='Logon'>
I tried using a TIWEdit and setting its visiblity = false, and Text =
'Logon'
but that does not work
Thanks |
|
| Back to top |
|
 |
Joel Guest
|
Posted: Thu Apr 19, 2007 12:16 am Post subject: Re: How to create Hidden field on form? |
|
|
form property hiddenfields.
"Shane Holmes" <holmesshanea @ yahoo . com> wrote in message
news:46266a19$1 (AT) newsgroups (DOT) borland.com...
| Quote: | How do I create a Hidden field on my form?
input type=hidden name='posttype' value='Logon'
I tried using a TIWEdit and setting its visiblity = false, and Text =
'Logon'
but that does not work
Thanks
|
|
|
| Back to top |
|
 |
Shane Holmes Guest
|
Posted: Thu Apr 19, 2007 12:17 am Post subject: Re: How to create Hidden field on form? |
|
|
Figured it out!
HiddenFields property of the Form
Thanks
"Shane Holmes" <holmesshanea @ yahoo . com> wrote in message
news:46266a19$1 (AT) newsgroups (DOT) borland.com...
| Quote: | How do I create a Hidden field on my form?
input type=hidden name='posttype' value='Logon'
I tried using a TIWEdit and setting its visiblity = false, and Text =
'Logon'
but that does not work
Thanks
|
|
|
| Back to top |
|
 |
|