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

Similar Messages

  • 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: '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: '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?

  • 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

  • REP-1219 - frame has no size

    Hi All,
    When I run my report using Report builder 6i, it runs fine whereas I try to run using oracle apps it gives the below error
    "REP-1219: 'M_12' has no size -- length or width is zero"
    As said by one of the users in one of the old thread, i tried converting to rex file and searched for M_12. In it,the height and width was not zero.
    Any help is appreciated

    Hi,
    I did the same setup,my report is completed normal,but not able to get the correct output.
    The output as given below :
    %!PS-Adobe-3.0 %%Creator: Oracle Toolkit 2 for Character-Mode 6.0.8.22.0 PRODUCTION %%Version: 6.0 8 %%CreationDate: (Mon Aug 2 12:31:39 2010) %%For: (([email protected])) %%Title: 'GETRAXINV' (Oracle Toolkit Application) %%LanguageLevel: 1 %%Requirements: numcopies(1) %%DocumentData: Clean7Bit %%PageOrder: Ascend %%Pages: (atend) %%Orientation: Landscape % NOTE: This file was generated with the PPD file default.ppd %%DocumentNeededResources: font Courier font Courier-Bold %%+ font Courier-BoldOblique font Courier-Oblique font Helvetica %%+ font Helvetica-Bold font Helvetica-BoldOblique font Helvetica-Oblique %%+ font Symbol font Times-Bold font Times-BoldItalic font Times-Italic %%+ font Times-Roman %%DocumentSuppliedResources: font Courier-ISL font Courier-Bold-ISL %%+ font Courier-BoldOblique-ISL font Courier-Oblique-ISL %%+ font Helvetica-ISL font Helvetica-Bold-ISL %%+ font Helvetica-BoldOblique-ISL font Helvetica-Oblique-ISL %%+ font Times-Bold-ISL font Times-BoldIta
    can anybody help me to come out this issue.
    Thanks,
    Ashish

  • 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

  • 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

Maybe you are looking for

  • Reset Loop

    I have a problem. I have a first generation, 160GB iPod Classic, the first one to have the anodized aluminium cover. The reason I have a 160GB iPod is because I have a large collection of music, video , podcasts and other audio stuff that I like to h

  • Select Query on time stamp.

    Hello Gurus, Please help me in writing a select query with the where condition on time stamp for the field IBSP-VALFR and IBSP-VALTO, with the current system time stamp. I need pick all the values which falls in these two fields with the current time

  • HT5699 security questions and answers...

    hi i have a new ipod and i have forgot the securtiy questions and answers therefore i can not download any music or apps how can i sort this problem?

  • Joining Fact tables

    Hi, In what cases can two fact tables be joined. Can anyone explain why there is a join between promotion facts and shop facts in efashion database and that too shortcut join. Please put some comments. Ganesh

  • Difference between Resource and Workcenter

    Hello guys,   i know this question is addresed before, but i am not satisfied with their answers, and even i looked in SAP HELP but i didn' get the answer.    I know some of the differences that they use different category, and in resource we use pha