Indicates fields that must be filled when editing/creating records Default: In phpLens 1.1 and later, if the field is readonly but mustfill, then when the record is created, you can still enter a value in that field, but not after the record is created.
This 1.1 feature allows you to create records where the primary key is entered, but never allowed to change after creation.
Syntax
$lens->mustFill = 'col1;col2'; Basic:Yes Advanced/Enterprise:Yes DynamicEdit:Yes [Version 1.0]
|