Jaser247 Posted May 19, 2005 Posted May 19, 2005 Hello all, I have FM 5 runnning on a Windows 2000 PC I have an issue with one of my action calls. I have a database that hold all my computer,server, printer info. On our webpage there's a link that when clicked it show all the info from that database. I would like to narrow it down a bit and only show the computer info. Here is was is there right now: <a href="http://127.0.0.1/FMPro?-db=computer.fp5&-lay=main&-format=computer_list.htm&-findall"> I would like to repace the findall with someting that will only find computers. I have a field in the my main layout that has a drop down called device type. In there I have a value list that has these three options: comptuer, server and printer. is there a way to use this info on the link above to have it do what I want? Thanks, Jaser
Vaughan Posted May 19, 2005 Posted May 19, 2005 I'm familiar with CDML not Lasso, the syntax for CDML would be http://127.0.0.1/FMPro?-db=computer.fp5&...puter&-find where the field named "type" contains a value "computer". There is no hyphen before the field name.
Jaser247 Posted May 19, 2005 Author Posted May 19, 2005 Thanks it work! At first I just put type=computer and that didn't work until I change type to the the field name in question: device_type=comptuer. Thanks again!!! Jaser
Recommended Posts
This topic is 7197 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