Hi.

 

I have just found this framework, and I must say that I am very excited
about it. It seems very flexible and powerful, but I have not yet
grasped the overall design or how to use it.

 

I'm trying to create a simple application that retrieves two tables,
link them together, and shows a custom view.

 

Tasks

---------

Task_id

Type_id

 

Type

-------

Type_id

Name

 

I want to ling them on Type_id, and show Task_id, Type.Name.

I do not want to use datanav.Form, so I followed the grid screencast
(the screencasts are pretty neat).

 

I guess I could just run "select task.id, type.name from task, type
where task.type_id=type.type_id", but I don't know how that will work
when I try to update the tables (I want two tables).

 

Well.. This is pretty trivial stuff, but I'm not too good at reading api
docs before I know the design.

 

Anyway, hope you can help - And dabo seems like a really good product.



--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to