systextbox

systextbox supports the functionality contained within the <input type="text"> and <textarea> HTML form objects.

object record

sysobjects (systextbox)

Field

Description

Information

  Security Groups  
  Module  
<2> Description  
<4.1> Data field  
<4.2> Dependant field  
<4.3> Delimiter as carriage return If set, this instructs the text object to ignore multi-value replication within tables. This means that the text captured within the text area (a text height of greater than 1 is required) will be converted to multi-values within the data field as submitted to the system. If not set, the text box repeats itself for each value within the data field item.
<4.4> Invisible  
<10.1> Text height This is the height of the text box (in lines). You must ensure that a text width is specified otherwise the browser will not implement this tag.
<10.2> Text width This is the width of the text box (in characters).
<10.3> Max length This is the maximum number of characters that can be captured within a single line height text box.
<10.4> Password If set, the text captured within a single line height text box will be represented by a series of "*" to obscure what is being typed by the user.
<10.5> Default Any text captured within this element will be presented within the text box (after output conversions have been applied) if the sysdefault item is active.
<10.6> Input conversion This option works with options available to the ICONV BASIC statement. These conversions are applied to data after user capture has been completed and the page has been submitted.
<10.7> Output conversion This option works with options available to the OCONV BASIC statement. These conversions are applied suring the page build phase for data presentation before user capture/update.
<10.8> HTML tag inclusion  
<10.9> Focus event  
<10.10> Change event  
<10.11> Blur event  
<10.12> Style  
<10.13> Style class  
<10.14> Text wrap  
<10.15> Tool tip