| | This file copyright (c) 2004 SO.MUS.AR. s.a.s. | Subject to the license published at | http://www.somusar.com/contact/poc_request | cd "CD" | Simple design of a CD string id[10] "Id." string title[40] "Title" string author[40] "Author" int32 year "Year" ------------------------------------------------------- DEFS ------ | No additional field definitions are required | for this simple entity. ------------------------------------------------------- DB -------- | | Define the field set for database table, its primary key, | and its finder keys. | table: id, title, author, year pkey: id search_keys: title, author, year ------------------------------------------------------- LOGIC ----- | | Define the set of properties to be processed in the logic tier | class: id, title, author, year ------------------------------------------------------- UI -------- | | Define a simple edit dialog | edit: id.......title....author....year ------------------------------------------------------- ADJUST ---- CORE.class_id = "CD" DB.test_data = "\ ID88|Who knows this CD?|The Singer|1988,\ ID89|I know this CD!|The Listener|1998"