Hello,

> 
> I'm using Firebird [http://firebird.sf.net]. i have firebird time field. 
> *_list.jsp working perfectly but *_simple.jsp not working. this error 
> message generated. addnew or edit record not working. i try to field 
> size property set 10 but not work.
> 
> error - fieldtype time is currently not supported.

You need to:

1) change dbforms-config.xml -- try timestamp
2) and maybe change your jsp page -- sometimes when the type is not
supported there will be an error hardcoded in the page. You may need to
add something like <db:textArea styleClass="clsInputStyle"
wrap="virtual" rows="3" cols="60"
fieldName="whatever_your_field_is_called"/>

Actually, you can do both using devgui if you check (on tab 3 --XML
Config) "Try to write standard type names..." 

That should adjust the dbforms-config.xml and then you can regenerate
the pages (you lose any modifications by doing that though so maybe best
to do put the new pages in a seperate directory).

-- 
Shawn <[EMAIL PROTECTED]>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to