Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Code to Supress Detail Line

Status
Not open for further replies.

bigpapi

Programmer
Aug 1, 2006
16
CA
I need to know how to write code that will supress data in my detail tab.

The checkbox does not work as i need it to work. I need some fields to display dispite being duplicates, but only when certain parameters are met.


example (idea):

if (table.field) = ' ' then
table.otherfield) = supress
else
table.otherfield = not_supress
end if
 
to the right of the check box is a button marked "X-2". Click this button to open a formula window. Enter your formula to suppress the field.
When the condition of the formula is met the field will be suppressed.

MrBill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top