ricardito Posted August 13, 2003 Posted August 13, 2003 What I'm trying to do is this: Have a widget field that the user will enter the widget to be found. Have two buttons, one to find the widgets in db1 and one to find the widgets in db2. Would like to look like this: widget search field | db1 button | db2 button I'm unclear on how to search multiple databases with CDML. Also is it possible to have one button that searches both db's? Thanks, r
Garry Claridge Posted August 13, 2003 Posted August 13, 2003 You should look at InlineActions. All the best. Garry
ricardito Posted August 13, 2003 Author Posted August 13, 2003 thanks, I have used InlineActions before but only when the information was hard coded in, country=USA, stuff like that. I'm unclear on how to have a field appear like an input type within an inlineaction. So I guess the question is if I want the field "country" to appear on the web page as an empty field and the user enters USA then how is that done with inlineactions for two databases? Thanks, r
Garry Claridge Posted August 13, 2003 Posted August 13, 2003 My understanding is that you want the user to search two databases for the one value. One database would be searched initially with the second one being searched as an InlineAction in the Format file. To pass the search value to the InlineAction, you could use Tokens or an Intra-tag (,field={Field:country},-find) in the InlineAction for the search on the second database. Hope this helps. Garry
Recommended Posts
This topic is 7842 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