> 
> 
> Is it possible to use more than one key in a goToButton with 
> keyToKeyToDestPos

More key values of the same record? Or more then one record?
To select one record all(!) key fields must be part of the keyToKeyToDesPos field.
You can generate such fields with the <db:pos/> tag.

currentRow="<db:pos/>" 

Then you must'nt calculate the key value by yourself! And you can not forget to encode 
it!
Regards,
Henner

> 
> It doesn't seem so looking at the code.
> 
> 
> Oh will will use 
> <%destPos="0:"+(rsv_FC_Lessons.getField("name")).length()+":"+
> rsv_FC_Lessons.getField("name")+"-17:"+(rsv_FC_Lessons.getFiel
> d("number")).length()+":"+rsv_FC_Lessons.getField("number");%>
> 
>   destPos="<%=destPos%>"
> -- 
> 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



-------------------------------------------------------
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