Hi Peter Herth and everyone else,
I'm rather new to Lisp and to LTK, but learning steadily. I'm stuck with a problem. I've successfully used ltk to create a form, but don't know how to save the data entered into the form to my database. I suspect that my problem is improperly supplying the data from the entry widget to the store-save-rec function (see line 279 below). But I may just have something else fundamentally wrong.
Try wrapping that command in a lambda. As it is, your command may be getting evaluated when the gui is initialized...
- Daniel