[REBOL] Re: Object question
From: kpeters:otaksoft at: 19-Sep-2007 20:11
Thanks again, Anton ~
here's what my application does with these groups of checkboxes:
Each checkbox group is linked to a set field in a MySQL table of addresses
and holds a group of logical attributes for a particular address.
The corresponding label captions are read from a layout table and thus the
logicals receive their end-user "meaning". So, it might look like this
Address is a Address receives
---------------------------------------------
Golfer [ ] Newsletter [x]
Donor [x] Birthday card [x]
Client [ ] AGM invite [x]
Retired [ ] Open House invite [ ]
and so on.
Kai
On Thu, 20 Sep 2007 12:56:05 +1000, Anton Rolls wrote: