Slig
03/11/2022, 5:39 PMSandii
03/11/2022, 6:05 PMgetField
is for getting metadata about the field, not reading the actual data sitting in it. I seldom have a need for getField
Sciuridae54696d
03/11/2022, 6:26 PMgetField
allows you to retrieve the field and do manipulations -> mandatory, hidden, disable. or reverse of those
getValue
gets the value of whatever value the field holds. Sometimes you might need the test of what the field holds, in those cases you use getText
one modifies what the field behaves, one gets what it stores, two completely different ideas!Slig
03/14/2022, 5:10 PM