need help about the report [message #88517] |
Sat, 26 October 2002 01:31 |
Sarita
Messages: 7 Registered: June 2002
|
Junior Member |
|
|
I am making a report in forms 6
My query is
select
a.po_no,a.po_date,a.icode,b.iname, a.qty,D.QTY,
d.del_sch,e.doc_no,e.doc_dt,e.qty_rcpt, E.QTY, C.QTY
from
po_order a,
invmast b,
sch_ord d,
mrrstor e,
REJ_NOTE C,
rej_det f
where
a.po_no= e.po_no and a.po_date=e.po_date and a.icode=b.icode
and d.po_no=a.po_no and d.po_date=a.po_date and
f.mrr_no= e.doc_no and f.mrr_dt=e.doc_dt and
c.doc_no=f.doc_no and c.doc_dt=f.doc_dt
whenever run the report the error message is coming
REP-1219 :'M_G_po_no_HDR1' has no size--length or width is zero .
Pl help to solved the problem
Regards
Sarita
|
|
|
Re: need help about the report [message #88520 is a reply to message #88517] |
Sun, 27 October 2002 22:27 |
Ravi
Messages: 251 Registered: June 1998
|
Senior Member |
|
|
whenever run the report the error message is coming
REP-1219 :'M_G_po_no_HDR1' has no size--length or width is zero .
Hi Sarita,
With out seeing the report its very difficult to say any thing because u you are doing some simple mistake i think.. what i feel is the error u are getting is Main Frame error(REP-1219 :'M_G_po_no_HDR1')
do one thing select this Frame i.e.'M_G_po_no_HDR1' and delete it after that generate the report.
Regards,
Ravi
|
|
|