I can assign a Textfield in a window to a generic textfield.
app.tf = Window1.Textfield
So I have eg selectionstart, etc. to deal with in one place.
How can I do that from a desktop.listbox, since
app.tf = Window1.Listbox1(row,column) does not work?
11 posts - 5 participants