Simple text
"Simple text" uses to store the short text of a single line and a value.
SQL definition | |
String | VARCHAR(n) |
Integer | INTEGER |
Currency | DECIMAL(18,4) |
Double | DOUBLE PRECISION |
- MaxLength
When Input type is "String", it specifies the maximum of the number of characters which can be inputted. - Position
Specifies the position which shows a text. - NoWrite
When this value is True, even if it inputs a text into this item, it does not record it on the database. It is used for showing the result of calculation or a script chiefly. - Default
When a card is created newly, it specifies the data filled in beforehand. - Disable IME
IME will be disabled if this value is True. - Input type
Specifies the value type which stores in the database.
String string Integer -2147483648~2147483647 Currency 18 figures of integer parts, 4 figures of decimal part Double 2.225×10-308~1.797×10308