Moin,

I try to edit some objects in a chart. It would be nice if I can edit
all objects at once. The code looks like this:

(form NIL
    (gui '(+Chart) 3)
    (<table> NIL NIL '((NIL "F1") (NIL "F2") (NIL "F3"))
       (do 4
          (<row> NIL
             (gui 1 '(+TextField) 25)
             (gui 2 '(+TextField) 25) 
             (gui 3 '(+TextField) 25) ) ) )

If I understand the examples, I can connect the TextField with a +E/R
prefix class to a relation but how do I select the correct object? Do
I have to loop over all objects or does the chart do that for me?

Many thanks
Matthias

-- 
UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Reply via email to