Linked Lists
Bob Sneidar
bobsneidar at iotecdigital.com
Tue Nov 4 11:15:17 EST 2014
Hi all.
I often need a stack where I have two list fields where I need to link the lines in one field to lines in another. An example would be having a list of fields on a form linked to a list of columns in a database table.
I could code this myself of course, but I am struggling about the UI. I’ve seen various ways of doing this, but I’m hoping someone has come up with a more elegant way of doing it. I’ve been known to put money in people’s Paypal accounts. :-)
It needs to link and unlink with some king of visual indication that a link exists. It needs to output a list of those links as well. A nice touch would be a function to auto link like lines.
Bob S
More information about the use-livecode
mailing list