John O'Malvern
Member
- Local time
- Today, 08:44
- Joined
- Mar 25, 2024
- Messages
- 42
@Mark_
The code (above) says , I believe,
IF GA flag is false 'member not signed up
name a pdf file including GA in the filename
generate that pdf
Else
just the Renewal
the code comment:- 'Gift Aid Report Only Included If Selected
should for clarity read
'Gift Aid Report Only Included If Selected *by this IF in the code*
It seems to me that I need to test for the GA declined flag first?
IF not declined
and IF not signed up
generate pdf
The code (above) says , I believe,
IF GA flag is false 'member not signed up
name a pdf file including GA in the filename
generate that pdf
Else
just the Renewal
the code comment:- 'Gift Aid Report Only Included If Selected
should for clarity read
'Gift Aid Report Only Included If Selected *by this IF in the code*
It seems to me that I need to test for the GA declined flag first?
IF not declined
and IF not signed up
generate pdf