sai Posted August 24, 2005 Posted August 24, 2005 Hi everyone, With no value in fields, after users click on search. All the data are been display. Therefore, I want to make some fields be require before users perform a search. I know Javascript is able to do this. I'm wondering if there's anything in xslt or xml that check fields as well. Thanks
Martin Brändle Posted August 25, 2005 Posted August 25, 2005 XSLT is output oriented, not input oriented. However, you can store the input in a intermediate table, read out the table again and then check the field values and do the appropriate action. This is a two-step process. For an example, look at thread http://www.fmforums.com/forum/showtopic.php?tid/162705/
Recommended Posts
This topic is 7029 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