becks22
15th September 2008, 13:24
Hi all ,
I m getting a error
Type Mismatch:combined and Non-Combined
mark_h
15th September 2008, 15:57
You are using an index and possibly forgot the {}'s. If not post the code and someone might see something.
becks22
15th September 2008, 16:01
Hi sir,
Thanx the problem is solved now ....But i need to ask 1 thing ..can i disable details field n make only after.field visible to the users..I mean if i m removing details field then there is a huge blank space cuming between header n after.field ..Hw can i reduce or remove that
mark_h
15th September 2008, 16:03
Are you talking about a report?
vinceco252
15th September 2008, 17:33
On a report, you should be able to just put a 0 in the print condition for the layout to prevent it from printing. However, you do need to make sure that there is no logic required for the report in the section you are not printing; this will prevent the logic from executing.
Vince