I guess that Rod (and I) would like to have an expert Alert configuration field like the configuration field you can find in lame encoder.
In this field you can enter complex alert configurations like these:
Alert1: FId==DLH*&&ACT==B748&&Range [EDDF]<<10NM, SOUNDFILE==C:\YOURFOLDER\RB ALERTSOUNDS;
Alert2: Range <<1NM&&ALT <<1000, SOUND==Std1;
Alert3: FId=DLH720&&ACT!=A388, SOUND==Std2;
Alert4: (ACT==A388||A359||B788) &&Range [EDDV]<<10NM&&ALT <<5000, SOUND==Std3;
It's quite tricky to add tgings like this as you have to perform plausibilty check of the things that the human infront of the PC will enter in such fields.
Ingo