jeffsturgeon2002
March 26th, 2008, 11:40 AM
I am buidling a test order form in Crystal 8.5
In the form, I have embedded 30 signatures (tif files) on the page header a. Each signature (tif image) has a suppress statement built for the users distinct PVID #.
Example of one below:
(
{USRINFO.PVID}<> 1436454844000600
)
Essentially, each image should suppress if the PVID does not match, otherwise the one distinct signature should print. The only way I can seem to get the signature to print though is if I change the image suppress statement to:
(
not({USRINFO.PVID}<> 1436454844000600)
)
but when I do this, all the signatures bleed into the next and it does not suppress correctly.
I tried re-setting the page before on the Group USERINFO.PVID, but that doesnt seem to help either.
Section Expert:
Report Header
Page Header
Page Header a
Page Header b
Page Header c
Page Header d
Page Header e
Group Header #1: USERINFO.PVID -A
Group Header #2: ORDERS.CODE -A
Group Header #3: ORDERS.ORDERID -A
Group Header #4: ORDER_ENTRY_MODIFIERS.ORDERID-A
Details
Group Footer #4: ORDER_ENTRY_MODIFIERS.ORDERID-A
Group Footer #3: ORDERS.ORDERID -A
Group Header #3a: ORDERS.ORDERID -A
Group Header #3b: ORDERS.ORDERID -A
Group Header #2: ORDERS.CODE -A
Group Header #2a: ORDERS.CODE -A
Group Header #2b: ORDERS.CODE -A
Group Header #1: USERINFO.PVID -A
Page Footer
Report Footer
In the form, I have embedded 30 signatures (tif files) on the page header a. Each signature (tif image) has a suppress statement built for the users distinct PVID #.
Example of one below:
(
{USRINFO.PVID}<> 1436454844000600
)
Essentially, each image should suppress if the PVID does not match, otherwise the one distinct signature should print. The only way I can seem to get the signature to print though is if I change the image suppress statement to:
(
not({USRINFO.PVID}<> 1436454844000600)
)
but when I do this, all the signatures bleed into the next and it does not suppress correctly.
I tried re-setting the page before on the Group USERINFO.PVID, but that doesnt seem to help either.
Section Expert:
Report Header
Page Header
Page Header a
Page Header b
Page Header c
Page Header d
Page Header e
Group Header #1: USERINFO.PVID -A
Group Header #2: ORDERS.CODE -A
Group Header #3: ORDERS.ORDERID -A
Group Header #4: ORDER_ENTRY_MODIFIERS.ORDERID-A
Details
Group Footer #4: ORDER_ENTRY_MODIFIERS.ORDERID-A
Group Footer #3: ORDERS.ORDERID -A
Group Header #3a: ORDERS.ORDERID -A
Group Header #3b: ORDERS.ORDERID -A
Group Header #2: ORDERS.CODE -A
Group Header #2a: ORDERS.CODE -A
Group Header #2b: ORDERS.CODE -A
Group Header #1: USERINFO.PVID -A
Page Footer
Report Footer