In an entry form with entry fields like entity.Name, entity.Address, etc...
When the cursor is in a field like entity.Address
$name:=OBJECT Get name(Object current) gets the form object's name, eg 
"text_Address", 
but OBJECT Get pointer(Object named;$name) always returns a pointer to entity 
(->entity),
so you could not get the length of the text in the field using Length(OBJECT 
Get pointer(Object named;$name)->)

Is there another way to get the field's value? (v18 latest build)

Thanks,

Keith

**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to