May 2, 200223 yr I am visiting one nice company and I was trying to show something from their databases on web. Everything works OK but the Value Lists are quirky. Some of them are working, some of them not. I am simply replacing the name of Value list in HTML page and some of them works all the time, some of them never. Any experience with that issue?
May 2, 200223 yr Some possibilities: [FMP-ValueList: Fieldname, List=ValueListName] ValueListName must be associated with FieldName on the layout specified in the -Lay tag that generated the page. I think there's a problem with valuelists based on related fields not displaying correctly, but I'm not certain. You may want to use [FMP-Option] instead of [FMP-ValueList], or vice-versa.
May 2, 200223 yr Author Thank you for reply. RE: [FMP-ValueList: Fieldname, List=ValueListName] ValueListName must be associated with FieldName on the layout specified in the -Lay tag that generated the page. ------------------------------------- Not really. The same result is from layout where ARE value lists associated with fields and the same result is from layout where are NOT any of the value lists associated with fields. It looks like WC is serving value lists from FM directly. But you are absolutely correct with syntax. That above syntax is working even on layouts without ANY value lists specified. If the
Create an account or sign in to comment