Hi Bruce,
OK, let's get real nasty...
I have 2 files, Sections and Perils, linked something like this
Section PerilCode
1 FIRE
1 WATER
1 ACDA
2 FIRE
2 ACTP
...
99 FIRE
PerilCode Description
ACDA Accidental Damage
ACTP Accident Third Paerty to Blame
FIRE Fire
WATER Water damage - Burst Pipe
Obviously I have a Filter on the Section File to display only that Section, Problem comes into trying to show description on Peril file. The app uses NetWebForm from memory, so I am trying to populate local:test.
The problem is I can't link Perils to Sections in [Tables] and I cannot put the Advanced Link File Perils in options without having it in [TABLES], so the view generate the Peril Description outside the join statement...
l:test_OptionView View(SectionPerils)
Project(SPer:PerilCode)
Project(PER:Description)
JOIN(PER:KeyPerilCode,SPer:PerilCode),INNER
End
End
and generate error Field not found in parent FILE (UsingNetTalk 4.30)
Any ideas?
Charl