thank you... that did not work but I will keep trying
On Friday, November 16, 2012 7:10:35 PM UTC-6, Paul Rykiel wrote:
> Greetings:
>
> The following line of code doesn't seem to be working, any ideas
>
> record = db(db.bike.bike_identifier != "").select()[0]
> assert(record != None)
> form = SQLFORM(db.bike, record, showid=False)
>
> form.add_button("Print_Tag", URL("tagprint",
> args=form.vars.bike_identifier))
>
> When i press the button, I do got to "tagprint", but my request.vars(0) =
> none
>
> am I passing the parameters incorrectly?
>
--