Hi,
I have a question concerning two by DEVGUI generated pages.
First page is a list page with a NEW button below the list.
Second page is a single record page and among the other navigational buttons also a
NEW button on the button.
I have the problem that the NEW button in the LIST page does not work as expected.
e.g. it does not offer
me a empty single page to insert a new record...... instead it give me the data of the
first record in the table !! ??
The NEW button in the single record view works as excpected....... it really give me
an empty form to add a new one record......
Any ideas what might be the matter ?? Or how to make the NEW button in the list page
work correctly ?
Regards, Fred
P.S. I assumed it to be in the attributes but I cannot see the problem (exchanging the
tags of the nav button does not change behaviour).
/me confused
List page (works not!):
<db:dbform multipart="false" autoUpdate="false"
followUp="/admin/nlv_agenda_list.jsp" maxRows="*" tableName="nlv_agenda" action =
"/admin/nlv_agenda_single.jsp" orderBy="activity_date">
<db:navNewButton styleClass="clsButtonStyle"
followUp="/admin/nlv_agenda_single.jsp" caption="Insert new ..."/>
Single page (works ok):
<db:dbform multipart="false" autoUpdate="false"
followUp="/admin/nlv_agenda_single.jsp" maxRows="1" tableName="nlv_agenda">
<db:navNewButton styleClass="clsButtonStyle" style="width:90"
caption="Insert new"/>
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
DbForms Mailing List
http://www.wap-force.net/dbforms