Hi Kashyap,

> tsk.l is where I have a problem. Updating the existing updates works fine
> but if I add a new update, I get "Data not found" as in the screenshot

This "Data not found" message is from '+Obj'.

>  (gui 1 '(+Obj +TextField) '(dsc +Update) 30)


An '+Obj' field holds an object, displays the relation (here 'dsc'), and sets
the field to an object with the proper data in this relation according to the
entered value.

To find the object from the entered data ("123" in your screenshot), it searches
the index.

However,

> (class +Update +Entity)
> (rel tsk (+Joint) upds (+Task) )
> (rel dsc (+String))

'dsc' in '+Update' has no index, thus it finds no data.

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to