On Jan 23, 2018, at 10:19 AM, Patrick Emanuel via 4D_Tech 
<[email protected]> wrote:
> 
> I never had any issues with EDIT ITEM
> 
> Did you try something like this in your code:
> 
> $Row:=size of array(ar_invBalance)+1
> LISTBOX INSERT ROWS (*;"ListBoxName";$Row)
> ar_invBalance{$row}:="New item"
> OBJECT SET ENTERABLE(ar_invBalance{$row};True) 
> EDIT ITEM(ar_invBalance;$row) 

When I went back to the code to try OBJECT SET ENTERABLE, I noticed I was using 
a reference to the listbox, not the column. I corrected that and now it works.

Jim Crate

**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to