Configure Multimedia Columns
Posted: 05 Jun 2012 12:43
Some time ago I configured the columns in the Records Window using some code.
I tried using the same code to Configure a new column in the Multimedia Window without success, FH seems to ignore the code.
=TextIf(HasFlag(%INDI%,'Saunders Line'),'Saunders',TextIf(HasFlag(%INDI%,'Townson Line'),'Townson',TextIf(HasFlag(%INDI%,'Villette Line'),'Villette',TextIf(HasFlag(%INDI%,'Un-Known Line'),'Un-Known',))))
Any ideas as to why the code that works in the Records window but wont work in the Multimedia Window.
ID:6293
I tried using the same code to Configure a new column in the Multimedia Window without success, FH seems to ignore the code.
=TextIf(HasFlag(%INDI%,'Saunders Line'),'Saunders',TextIf(HasFlag(%INDI%,'Townson Line'),'Townson',TextIf(HasFlag(%INDI%,'Villette Line'),'Villette',TextIf(HasFlag(%INDI%,'Un-Known Line'),'Un-Known',))))
Any ideas as to why the code that works in the Records window but wont work in the Multimedia Window.
ID:6293