[EMAIL PROTECTED] wrote: > I've looked at other file/samples, namely the OneToManyApp sample. But I have > been able to get some light from this :-( Perhaps I'm not skilled enough but > on a general basis I understand the code I read (specially Python :-) and > have developed some datacrunshing apps. > > I'm at a loss. Any pointers?
The OneToManyApp demo is very old, and was never extended to be a great example. I've put it on my list to reimplement OneToManyApp using current App Wizard output as a starting point. You'll be able to follow along with OneToManyApp to figure out what needs to happen to get relations working. There are a number of relatively simple links to set up, but it isn't easy to find out what to do from scratch. With the current OneToMany app, you can't follow along with anything because most things are dynamically created at runtime. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
