The docs (18.4. Method parameters) explain that:
fieldValues.put("lastname", âsmithâ); will ensure that the value âsmithâ be stored in the lastname field in the database. (column lastname must exist!)
however I get an error when compiling that... put(org.dbforms.config.FieldValue) in org.dbforms.config.FieldValues cannot be applied to (java.lang.String,java.lang.String)
so what is one to do?
FieldValue fv = fieldValues.get("lastname")); fv.setFieldValue("smith"); fieldValues.put(fv); ????
... Shawn
Happily using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ DbForms Mailing List
http://www.wap-force.net/dbforms