Irenem Posted December 16, 2005 Posted December 16, 2005 :tears: I have a portal with fields defined as buttons. When I click on the field it triggers a script and is working just wel. But if I click on an empty portal row the script will also be triggered. Any idea how to avoid this?
Ender Posted December 16, 2005 Posted December 16, 2005 You could insert something like this at the top of the script: If [ isempty ( relationship::keyfield ) ] Exit Script [] End If
Irenem Posted December 17, 2005 Author Posted December 17, 2005 Why do I think always so complicate! thank you for the quick answer.
Recommended Posts
This topic is 6917 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now