Command Button that uses hyperlinks

Asked By Cory Hall
18-Nov-09 09:27 AM
Earn up to 0 extra points for answering this tough question.

I'm trying to add a command button to my form that allows me to give the user the ability to click on it and view information on the model they choose.  For example:

 

If the user selects a Ford Mustang from a combo box (cboModel), then the command button compares the selection the user made to the model table (tblModel).  From there the command button sends you to the hyperlink of the model you chose. The table has the models listed as well as the hyperlinks in another field.

 

Thanks

  hi..

shankar m replied to Cory Hall
30-Nov-09 02:04 AM

hi buddy,

you can achieve this by changing the navigationURL of the hyperlink... you can place the hyperlink statically when you design the page and make the visibility false, on the button click event fetch the link from the table change the navigationURL and make the visibility true,..

Create New Account