REP:-1219 M_G_CS_VAlue_HDR1_has no size...length or width is zero

Hi all,
When I change a boilerplate text in a header frame, I get the above mentioned message.
Your early response will be highly appreciated.
Thanx,
Sameen Jan

If U have changed your report from Bit Map to Character type the frame got distorted. Or sometimes any object dimension is exceeding it's size, this error comes. Please checks all object's printing lenth.
Bye,
Dushmanta
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Sameen Jan ([email protected]):
Hi all,
When I change a boilerplate text in a header frame, I get the above mentioned message.
Your early response will be highly appreciated.
Thanx,
Sameen Jan<HR></BLOCKQUOTE>
null

Similar Messages

  • REP-1219: 'F_MONTH' has no size -- length or width is zero.

    Dear all,
    I want to create a .lis file through form call report. The statements in form are as below:
    lv_report_id := 'FAR017A';
    P_List := CREATE_PARAMETER_LIST(lv_report_id);
    if :ctl_blk.destype = 'FILE' then
    ADD_PARAMETER(P_LIST,'desformat', TEXT_PARAMETER,'wide180');
    ADD_PARAMETER(P_LIST,'mode', TEXT_PARAMETER, 'Character');
    ADD_PARAMETER(P_LIST,'desname', TEXT_PARAMETER,:global.path || lv_report_id || '.LIS');
    end if;
    ADD_PARAMETER(P_LIST,'destype', TEXT_PARAMETER,:ctl_blk.destype);
    ADD_PARAMETER(P_LIST,'p_company_id', TEXT_PARAMETER,:global.company_id);
    ADD_PARAMETER(P_LIST,'p_goods_no_from', TEXT_PARAMETER,NVL(:ctl_blk.goods_no_from,'00000000'));
    ADD_PARAMETER(P_LIST,'p_goods_name_from', TEXT_PARAMETER,:ctl_blk.goods_name_from);
    ADD_PARAMETER(P_LIST,'p_goods_no_to', TEXT_PARAMETER,NVL(:ctl_blk.goods_no_to,'99999999'));
    ADD_PARAMETER(P_LIST,'p_goods_name_to', TEXT_PARAMETER,:ctl_blk.goods_name_to);
    ADD_PARAMETER(P_LIST,'p_yymm', TEXT_PARAMETER,wrk_c1);
    ADD_PARAMETER(P_LIST,'P_WHERE_CLAUSE', TEXT_PARAMETER,vWhere);
    ADD_PARAMETER(P_LIST,'P_ZONE_CODE_TITLE', TEXT_PARAMETER,:ctl_blk.zone);
    ADD_PARAMETER(P_LIST,'p_cyear', TEXT_PARAMETER,:ctl_blk.accnt_cyear);
    ADD_PARAMETER(P_LIST,'p_month', TEXT_PARAMETER,NVL(:ctl_blk.accnt_period,SUBSTR(TO_CHAR(TRUNC(SYSDATE),'YYYYMM'),5,2)));
    ADD_PARAMETER(P_LIST,'paramform', TEXT_PARAMETER, 'no');
    RUN_PRODUCT(REPORTS, :global.path||lv_report_id||'.rep', SYNCHRONOUS, RUNTIME, FILESYSTEM, P_LIST);
    DESTROY_PARAMETER_LIST(P_List);
    When I press the button to produce the .lis file, I read the message in the report server log:
    Starting report FAR017A [Fri Jul 25 17:06:32 2003] ...
    REP-1219: 'F_MONTH' has no size -- length or width is zero.
    End report FAR017A [Fri Jul 25 17:06:34 2003].
    I have no idea what "has no size" means, does any know how to solve this problem?
    Thanks for your help in advance!!!
    Joseph

    rwconverter.exe is a separate executable(It is rwcon60.exe)
    1.Invoke rwconverter.exe executable.
    2. In the conversion page:
    a. Set document type to Report.
    b. Set Source Type to Report Binary File (RDF).
    c. Set Source to the name of the existing bit-mapped report, example "old.rdf"
    d. Set Destination Type to Report Binary File (RDF).
    e. Set Destination to the name of the new character-mode report, example "new.rdf".
    4. On the options page, set Destination Unit to Character.
    5. Click OK. This will convert the report to character mode repot.
    6. Use this new.rdf in your forms application. You don't need add any parameter. Just make sure you use this new report.
    This should solve the problem. If you still get the error, open the report and resize the field which gives the error.
    Regards,
    Siva

  • REP-1219 : 'Body' has no size - length or width is zero

    Hi.
    I am using reports 6i (6.0.8.11.3). There is a report which runs
    successfully, and suddenly after adding some fields to the
    layout, it start giving the error :-
    REP-1219 : 'Body' has no size - length or width is zero
    I have checked everything in the layout and it appears to be
    perfectly fine. In fact i have faced this problem several times
    on Reports 6i.
    Any help?
    Thanks

    There are two sets of circumstances that have caused this error
    for me.
    Firstly, when I have tried to run an .rdf that was written under
    version 2.5 or earlier of reports and I did not use the r25mrep
    executable to migrate the .rdf.
    Secondly, when a report is run in character mode it resizes and
    aligns objects to the nearest point on a grid 'x' characters in
    width and 'y' in height. If an objects top edge gets rounded
    down and the bottom edge gets rounded up, to the same point on
    the grid, then the object has no height or width and the error
    happens.
    Paul

  • ERR REP-1219: 'R_1' has no size -- length or width is zero.

    Hi All,
    Please tell me the solution for my problem..
    I am getting the error ERR REP-1219: 'R_1' has no size -- length or width is zero.
    .... in report builder i am getting the result..
    But in application11i it is giving error..(ERR REP-1219: 'R_1' has no size -- length or width is zero)
    plz Replay me

    try converting it into character mode before running this might help you .
    File>Administration>Convert...(navigation for 6i)
    Tools>File Conversions.... (navigation for 9i)
    1. Select the Source and Destination(preferable take a new location)
    2. Change the Destination Type to .RDF
    3. Switch to Option tab
    4. Change Destination Unit to "Character".
    Rgds...R

  • REP-1219:' Object name ' has no size -- length or width is zero.

    my report has @28 columns in one repeating frame so the horizontal width is long..
    on running the report i am getting following error..
    REP-1219'<Object name>' has no size -- length or width is zero.
    Can somebody help??
    Anu

    no need to delete any frame or any thing else
    just read my post in the following thread
    Re: Apps Error
    hth

  • REP-1219: 'MAIN_GRPFR' has no size -- length or width is zero.

    Hi ,
    I am working in reports 6i.I have a problem in character reports .I am modifying old character reports that is i am adding new data at the end.In my old report the report was extended to 154 vertically now i added some data and it increased to 200
    The report running fine in report builder but when i am trying to run the report in unix it is throwing an error
    REP-1219: 'MAIN_GRPFR' has no size -- length or width is zero.
    if the length is reduced from 200 to 154 it is running fine.Do i need to modify any properties of report height and width.
    report height =66
    width=120 in old one
    Really urgent ...
    Thanks in advance

    rwconverter.exe is a separate executable(It is rwcon60.exe)
    1.Invoke rwconverter.exe executable.
    2. In the conversion page:
    a. Set document type to Report.
    b. Set Source Type to Report Binary File (RDF).
    c. Set Source to the name of the existing bit-mapped report, example "old.rdf"
    d. Set Destination Type to Report Binary File (RDF).
    e. Set Destination to the name of the new character-mode report, example "new.rdf".
    4. On the options page, set Destination Unit to Character.
    5. Click OK. This will convert the report to character mode repot.
    6. Use this new.rdf in your forms application. You don't need add any parameter. Just make sure you use this new report.
    This should solve the problem. If you still get the error, open the report and resize the field which gives the error.
    Regards,
    Siva

  • REP-1219 'M_G_TITLE_GRPFR' has no size--length or width is zero!!!!

    REP-1219 'M_G_TITLE_GRPFR' has no size--length or width is zero!!!!
    Hi,
    My report runs fine in default or bitmap mode. However, when I run it in character mode i got REP-1219 error message.
    Using the report layout, I increase the size of 'M_G_TITLE_GRPFR' but it still gives me the same error.
    Thanks,
    null

    Did you also try increasing the size of the items inside the group?

  • Frame has no size - length or width is zero

    Hi to all:
    I've created a character report that works OK without a user parameter. The moment I've created a user parameter (even without puting it in the query) an started report, instead of a report I've got the message:
    "REP-1219: name_of_a_repeating_frame has no size -length or width is zero"
    Does anyone knows solution to my problem ?

    SEGURAMENTE UN FRAME TIENE POCA ALTURA,
    A MI ME HA PASADO LO MISMO,LO QUE HAGO ES QUE LOCALIZO EL ITEM Y LE DOY MAS ALTURA, POR ALGUNA RAZON REPORTS EN MODO CARACTER NO ACEPTA UNA ALTURA CORTA

  • REP -1219 :'R_Header has no size ,length or width is zero

    Hi,
    I am getting REP-1219 while trying to run the report as a concurrent program thru Oracle Applications.
    The format mentioned in the concurrent program is text and style is portrait.
    In the system parameter mode of the report,the property 'initial value' is set to 'default'.The report is not giving any error when run thru reports builder.The problem arises only when run thru apps.
    But the same error is encountered even in the report's builder too when the report is run with the system parameter mode's 'initial value' property is set to 'character' rather than 'default'.
    Am i going wrong in any of the settings.If so what needs to be done to solve the problem.Kindly help me.
    Thanks in advance.
    Regds,
    Jayanthi

    Hi Sudha,
    I tried all of your tips and nothing is really working which makes me very frustrating of using oracle reports tool though i have been using this product for 5 years. I went to report module level property sheet then unselected & selected the option "Design in character units" to yes. It was not working. Then I went to all subsections of Layout Model and increased the size of width property as well as report width including height properties. Still it was not working. Either I have to re-align every object in the re-peat frame which is really a pain & time consuming one when I was just trying to include one additional element in the repeat frame. The funny thing is that all the objects are within the Hierarchy of within the repeat Frame boundary. Nothing is really going beyond the Boundary. I always create a report with "Design in Character Units = Y" option. My point is if everything within the Repeat Frame does not violate the rules, why Oracle reports sets the size to 0 in character units design mode.I am confident that there is a bug in Oracle Reports Tool which is degrading developers productivity during this specific error.If I have to re-align,it will take 10times more than creating from scratch. But again I may need to insert additional elements throughout the lifetime of the report in future.
    By
    Jayapaul

  • REP-1219: 'M_vendor_EXP' has no size -- length or width is zero.

    I have a customized report and I am about to revise it because we have a new pre-printed form and its report height is longer than our previous one. The main section of my report layout has a height of 13 and I changed it to 14. And I did not make any layout change. When I transfer it to apps and run it on my form, I am getting this error. But if I return the value to 13 then the report would be ok. I dont know what's causing this, I have tried to look at the object 'M_vendor_EXP' and it seems to have no problems at all. Please help.

    Are you suggesting that i move all objects one by one? Should I be moving the object's area or also increase their size?

  • Rep-1219: 'Margin' has no size - length or width is zero Solution

    Steps involved in converting bit-mapped report to character mode report:
    ========================================================================
    1. In the Object Navigator, under the Reports node, click the report you
    want to convert.
    2. Choose FileAdministrationConvert.
    3. In the convert dialog, on the conversion page:
    a. Set document type to Report.
    b. Set Source Type to Report Binary File (RDF).
    c. Set Source to the name of the existing bit-mapped report.
    d. Set Destination Type to Report Binary File (RDF).
    e. Set Destination to the name of the new character-mode report.
    4. On the options page, set Destination Unit to Character.
    5. Click OK.
    6. Set properties for your new character-mode report.
    Regards......
    Vishwanath H.

    Hi Nithya,
    I think there is some problem in Report Header Or Report Footer, you do one small R&D. First you remove the Report Header and generate the report and Second Time you remove the Report Footer and generate the report.
    I am sure that you will get the report...
    If you get the report output then that means there is some problem in Report Header or Footer,After that in the Report Header before the Feilds, you keep some Space and in the Report Footer also after feild you keep some space.
    Try This
    Regards,
    Ravi

  • REP-1219: 'Margin' has no size -- length or width is zero.

    Hello guys
    Please help me out. In Report Builder 6i, I've created a report. It runs fine in Report Builder but when I run it in Oracle Apps R11.5.10 I get the error on the subject. Does anyone know how to resolve this error?
    Thank you in advance.

    Hi Nithya,
    I think there is some problem in Report Header Or Report Footer, you do one small R&D. First you remove the Report Header and generate the report and Second Time you remove the Report Footer and generate the report.
    I am sure that you will get the report...
    If you get the report output then that means there is some problem in Report Header or Footer,After that in the Report Header before the Feilds, you keep some Space and in the Report Footer also after feild you keep some space.
    Try This
    Regards,
    Ravi

  • What is the viewable image area/screen size (length x width) on the 2014  21.5" and 27" imacs?

    what is the viewable image area/screen size (length x width) on the 2014  21.5" and 27" imacs? i have an older 24" and am trying to determine if i need to go up or if 21.5" will be adequate. Thanks!

    21.5 -
    Height: 17.7 inches (45.0 cm)
    Width: 20.8 inches (52.8 cm)
    27 -
    Height: 20.3 inches (51.60 cm)
    Width: 25.6 inches (65.0 cm)
    Ttake about an inch off for the lack border from each side and youll have an approximate.
    http://www.apple.com/imac/specs/

  • How to increase the size (Length and width)  of check box

    Hi All,
    I have to increase the size of ( width and length) of check box, I have revised to check box topic in dev guide but didnt find any clue, i have also tried to use CCStyle class but that is also not working, I would appreciate if some can help me out on this. Thanks in advance , let me know if any clarification required.
    Thanks
    Pratap

    Hi Pratap ,
    I honestly don't know how to increase the size
    But i am giving you an alternate solution : we can create two Images with check box type 1 ) with checked
    2 ) with unchecked . ( you can create image of any size ) and get them displayed on OAF screen dynamically using switcher case .
    Dynamically displaying image will give the illusion of check box being checked and unchecked .
    keep this image moved to following media directory
    eg : /oraapp/mfgtestcomn/java/oracle/apps/media .
    Implement the switcher case , add the fire action to this Image Column , create a transient attribute and attach to this
    column . Depending on the value returned by transient attribute display the image on the column .
    Let me know if its not clear .
    Keerthi

  • How to make PDF file size smaller from an Illustrator file without changing the quality or size (length and width) of the file?

    Is there a way to make a 30x42 size (40 GB) Illustrator file as a PDF but make the file smaller in size (able to email to clients) with out compromising the quality of the file or the size of the file?

    If you are working in RGB you can embed a colour profile. Embed ICC Profiles is one of the Acrobat save options. It will increase files size dramatically.
    When you save your pdf you can choose the compression method for placed images. Default is ZIP which is really no compression at all for pixel images. Instead you should opt for JPG compression (of varying degree according to how sensitive the images are to compression).
    You should also examine the other Acrobat save options. To minimize file size you should not have any of the options checked (Preserve Illustrator Editing Capability, Embed page Thumbnails etc. etc.).
    40 gigabytes for a file like the one you show is ridiculous. Did you maybe embed the placed images? If so, don’t. Keep them linked unless you really need to embed them.

Maybe you are looking for

  • I did an update today to my itunes WITHOUT my ipod and now itunes won't open.  The error message says it is corrupted.

    I did an APPLE update today and now my itunes will not open.  It give an error message of corrupted.   What can I do to open it??  The message was still he same when I plugged in my ipod.  This happens with almost every update.  Thanks.

  • Zen Vision: M - Video Problem

    I'm not sure what exactly is the problem with the video, but whenever I upload it, it will only play up 00:08 of 24:0. For some reason, it fails to recognize the other parts of the video, and only shows the video length as 8 seconds. The video works

  • Problems with Flash Video

    OK - I have had intermittent problems with Flash video, basically it gets choppy, usually after about 20 minutes - half an hour of watching - recently this problem has gotten worse - coinciding with a recent system update perhaps? - it's more or less

  • Open Quantity in item selection screen

    I am Stuck in btwn a process. In my Orgn we have ZMO and ZCO Doc types. ZMO is for manf order and ZCO is for Call off order from created with reference to ZMO.1 ZMO= N ZCO ZMO - 10 Quantities - Ill have to use the materials , I should create ZCO with

  • ITextSharp and Flow Layout

    I am filling out a form using iTextSharp . I have a flow layout subform with a multiline textbox on the form, expand to fit set to true. Still, when I insert text into the textbox programmatically, it does not expand. If I fill out the pdf form inter