Newbies neale Posted July 15, 2001 Newbies Posted July 15, 2001 I have a new record page, with relevant fields as text boxes. This works fine, except I need some of the fields to be pop-up value lists from the database. I tried playing with the listitem tags, but the page simply displays the tags (i.e. the pop up options are: [FMP-ValueList.....] etc). I presume that the page would need to be processed as the format for the results of a previous page's Form posting, rather than just being a HTML link. What is the way around this (if there is one)? How do other people fo this? Thanks
Jeff Spall Posted July 16, 2001 Posted July 16, 2001 Hi, by coincidence a database I've just been asking a question about uses two ways to get to the search page: this url where there are no value lists: http://mydomain.com:591/Contact_list/search.htm and this FMP call where there is a value list of job titles called from the database: http://mydomain.com:591/ex_search/FMPro?-db=master_contact_list&-lay=Layout1&-format=titlesearch.htm&-view You'll need to use this kind of string to make a call to the database before you display the page - it will work for a new record as well as a search. You can treat the string like any other url when making the link to it. regards, Jeff
proton Posted July 16, 2001 Posted July 16, 2001 quote: Originally posted by neale: I have a new record page, with relevant fields as text boxes. This works fine, except I need some of the fields to be pop-up value lists from the database. I tried playing with the listitem tags, but the page simply displays the tags (i.e. the pop up options are: [FMP-ValueList.....] etc). I presume that the page would need to be processed as the format for the results of a previous page's Form posting, rather than just being a HTML link. What is the way around this (if there is one)? How do other people fo this? Thanks neale, Not sure if this is the answer to your question but, when creating a value list Filemaker requires a 'lead in' page. That simply means a page prior to the page containing the value list, which also links to the web companion. I know for sure you need this for dynamic value lists (lists based on data in a field). Not sure if this also applies to static value lists, but I think it does. Hope this helps.
Recommended Posts
This topic is 8799 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