Thanks Kirk.

----------
Jeff Grann
SuccessWare, Inc.

> On Mar 20, 2018, at 2:07 PM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
> Jeff,
> 
> I think you want to use EDIT ITEM.
> 
> $objName:=OBJECT Get name(Object current)  //  will be the name of the
> listbox object even if called from a column/array
> $row:=listbox_get_rowcolumn ($objName;->$column;->$objPtr)  // method gets
> the row and ptr to the column & column object
> 
> If(Not( code to test the input is ok))
> 
> EDIT ITEM($objPtr->;$row)
> 
> End if
> 
> 
> This works in the listbox object or the array within the listbox.

**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
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