Forum Discussion
_anomDiebolt_
11 years agoQrew Elite
Yes this is possible. I assume you have an association between the value of the [type] field and the form id such s this:
See:
http://pastie.org/9351382
I will put this on my ever expanding list of demos to create.
type=alpha => dfid=10Basically all you have to do is use the image onload technique on the report and modify the href attribute on the edit and display icons according to the value of [type] for that record. So if [type]=alpha for the record the normal html markup for the icons would be modified to append the extra parameter &dfid=10 to the href attribute on the edit and view hyperlinks.
type=beta => dfid=11
type=gamma => dfid=11
See:
http://pastie.org/9351382
I will put this on my ever expanding list of demos to create.
- EOMDevelepors7 years agoQrew CaptainI need to implement this. Thanks for your help.