#1
|
|||
|
|||
![]()
Hi there, i am new to this site. Can anyone help me with my query.
I have got 2 business card template. One simplex and one duplex. I want to make this 2 into one template. Is there a way i can do this. Say for example if anyone enters any details on certain field it will generate page 2 or if a certain field is empty it will only generate single sided card. Thanks for your help in advanced. Naval |
#2
|
||||
|
||||
![]()
Yeah, you can do that with an OnRecordStart callback rule. For example, if a user enters information in a "Duplex" field, you want to enable the 2nd page but if the "Duplex" field does not contain any data, you want to suppress the 2nd page:
Code:
FusionPro.Composition.SetBodyPageUsage(2, Field("Duplex"));
__________________
Ste Pennell FusionPro VDP Creator 9.3.15 Adobe Acrobat X 10.1.1 Mac OS X 10.12 |
#3
|
|||
|
|||
![]()
You're a star. Thank you. It worked. It will save me heaps of time.
|
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|