[Opensource] What is the difference between getValues and
getDefaultValues
Ivan Ivanov
rambiusparkisanius at yahoo.com
Mon Apr 5 04:38:27 PDT 2004
Hi friends,
I spent some time dealing with multivalued fields and
their lookup objects. Let's take
public MyDBobject extends SecuredDBObject {
...
public void setupFields() {
addField("ID", "auto-inc", 0, false, "The id
");
addField("NAME", "varchar", "255", false, "The
name");
addKey("ID");
setMultiValued("NAME");
}
...
}
__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/
More information about the Opensource
mailing list