This topic is locked

Hyperlink parameters

10/26/2005 6:49:03 AM
ASPRunnerPro General questions
P
Paul S author

Hi,
I have a field returned as a Hyperlink on List an View Pages. Can I set this Hyperlink to change the value of another Yes/No field in the same record row?
Thanks again,
Paul.

Sergey Kornilov admin 10/26/2005

I'm not sure how you can set the field to change the value of another field.
Please clarify.

P
Paul S author 10/28/2005

Sergey,
Thanks agin for help,
I have added 2 fields to my database to try and achieve something....
a field called [Gift Claim Status] returned as a yes/no in list and view pages with a default value of 'no' via a hidden field.
And a field called [Gift Claim Option] returned as a Hyperlink in list and view.
I would like any user to be able to click the hyperlink [Gift Claim Option] in each record row, and by doing so would update the value in [Gift Claim Status] to a Yes with maybe a popup window for confirmation.
I have also added to my query
where [Gift Claim Staus] = No
so that only records with no value are listed.
What I am trying to acheive is a method for users to be able to make a record inactive.
Is this possible?
Thanks,

Paul.

Sergey Kornilov admin 10/31/2005

You cannot do this using just ASPRunner.
With some manual coding you can implement this using logic similar to "Delete record" functionality.