May 19, 200520 yr 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
May 19, 200520 yr 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.
May 19, 200520 yr Author 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
Create an account or sign in to comment