wwResponse::FormTextBox
Creates an HTML TextBox element.
o.formtextbox(lcName, lcValue, lnWidth, lnMaxWidth, lcCustomTags, llNoOutput)
Returns
nothing or HTML if llNoOutput is .T.
Parameters
lcName
Field name to be created
lcValue
Preselected value of the field
lnWidth
Display width of the field.
lnMaxWidth
Max characters to accept.
lcCustomTags
Any custom HTML attributes.
llNoOutput
Return as string