This tutorial teaches how to make dynamic portal lists that update as a user types into a field. NOTE: YOU MUST HAVE FILEMAKER V10 ADVANCED TO MAKE THIS WORK. If you don't have it, get it, it's worth the upgrade. Here is the function mentioned: Function name: IndexWord(Text;Header) Copy from here V Let( [ tCount = Length(Text); newHeader = If(Header ≠ "" ; Header & ¶ ); NewText = Left(Text;tCount - 1) ]; Case( Text = "" and Header = ""; ""; tCount = 0; Header; IndexWord(newText ; NewHeader & Text) ) ) To here ^
Tags: filemaker, dynamic, portals, custom, function, row, access, database, Fm, Tutorials
No comments:
Post a Comment