I have a form with an index (called "number") that is automatically filled by the database.

After entering a new record, I want to navigate to that record. The way I know to do this is by using the "filter" attribute in the dbforms clause or by using a table alias. (by the way is sqlFilter working and if so is it similiar in that it only affect the where portion of the select??). It would be nice to be able to do something like: SELECT *,MAX(number) from FC_Lessons where name ="whatever" group by name

but currently there seems no way to do that.

Anyway, would it be difficult to have an attibute in the insertButton tag to followUp with the record that was just inserted. The problem I see is my case where dbforms has no knowledge of the automatically assigned key.
--
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

Reply via email to