filmov
tv
Dynamic Portals in Filemaker Pro®

Показать описание
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 ^
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 ^
Dynamic Portals in Filemaker Pro®
FileMaker Pro Advanced - Dynamically Expanding Portals
3 key uses for FileMaker Portals
Dynamic Portal Sorting in FileMaker with Wolfpack
Dynamic Portal Sorting in FileMaker Pro 11 Continued - A Deeper Look at the Fields
FileMaker Portal in 12 min
FileMaker Pro 12 Tutorial | Filtering Portals
FileMaker Pro 12 - Paging Portals
Popovers and Portals in FileMaker Pro 13
Lesson 57: Portals
FileMaker Pro Advanced - Inverted Portals in FileMaker
Dynamic Portal Sorting in FileMaker Pro 11 Continued - Providing User Feedback
Portal Notes in FileMaker
Portal Filtering with Globals in FileMaker
Filemaker Pro 12 two portals
Dynamic Quick Find and Portal Filter: FileMaker Tips & Tricks
Found Set Portals
Filemaker Portals
Expand/Collapse Portals in FileMaker
Filemaker Portal filtern Ausschnitt filtern dynamischer Filter Script Filterung Suche dynamic
Portal filtern eigene Funktion rekursiv dynamisch Custom Function Ausschnitt Suche dynamic
FileMaker - Portal In-Line Progress Bar
Sorting a Portal
FileMakerPro 13 - Portal Design Pattern 01
Комментарии