REP-1219 [message #516752] |
Wed, 20 July 2011 09:56 |
|
TX_developer
Messages: 46 Registered: July 2011
|
Member |
|
|
Hi,
I have searched this forum as well as the web and still don't have a solution to my problem.
I modified an existing character mode report by adding a text field inside a repeating frame and attached some code to it. When I tried to run it I got the REP-1219 error about one of the existing fields in the layout. I did some searches and based on info I found changed the size of the field and it ran fine. Then it happened to another field and I fixed it. The report ran a few times and now it happened to a third field.
I have tried changing the size of the field, changing the size of the font of the field, and converting the report to a character file - all things I found recommended here or otherwise. I still get the same error.
Any other suggestions?
Thanks,
~k
|
|
|
|
|
Re: REP-1219 [message #516773 is a reply to message #516756] |
Wed, 20 July 2011 14:43 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Did you try to recompile the report (Ctrl + Shift + K)?
REP-1219 (object has no size, its height and/or width are zero); I guess you saw this explanation (didn't check the Metalink, but looks like copy/paste from that site).
This is really an annoying issue; I usually delete the culprit and recreate it. As you already did that with several fields, I guess you are just too tired to do the same with the remaining fields / objects. I don't know what else you could do.
P.S. Did you try to set all fields' vertical & horizontal elasticities to "Fixed"? Maybe (some of) them shrank during runtime? I don't think that this is the smartest solution, but ... can't think of anything else.
[Updated on: Wed, 20 July 2011 14:50] Report message to a moderator
|
|
|