Re: OnRecordStart error no 1036
MacFan55,
You need to change these 2 lines of code. You are changing both of the fields to lowercase but you are looking for uppercase letters. This is why you are not getting any pages to show.
if (ToLower(Field("accountmanager")) == "ed")
else if (ToLower(Field("Accountmanager")) == "jasper")
__________________
FusionPro VDP Creator 10.0.26 | MacOS 10.13.4 | Acrobat DC
|