In a Subreport I have under Section Expert/Surpress/Formula
button the formula :
({CONTACT_1.BLACK}<> "" and
{?Pm-CONTACT.BLACK} <> "")
or
({CONTACT.COUNTRY}="China" and
{CONTACT_1.UORIGIN}="C" )
Only the first part(before OR) works and also the second
part (after OR) works also, but... if I make them both with OR then only the first works.
So technically both are good, but not together. Why??
Contact_1.UORIGIN is required and _1 not a mistake,I tested this by inserting each part with // to eliminate
that part.
William.
button the formula :
({CONTACT_1.BLACK}<> "" and
{?Pm-CONTACT.BLACK} <> "")
or
({CONTACT.COUNTRY}="China" and
{CONTACT_1.UORIGIN}="C" )
Only the first part(before OR) works and also the second
part (after OR) works also, but... if I make them both with OR then only the first works.
So technically both are good, but not together. Why??
Contact_1.UORIGIN is required and _1 not a mistake,I tested this by inserting each part with // to eliminate
that part.
William.