On 6/5/13 6:56 AM, Werner F. Bruhin wrote: > Hi Paul, > On 05/06/2013 15:02, Paul McNett wrote: >> On 6/5/13 1:00 AM, Werner F. Bruhin wrote: > ... >>> return dict.__getitem__(self, key.lower()) >>> RuntimeError: maximum recursion depth exceeded in cmp >> I've never seen this before, and look forward to testing with your rfxml and >> sample >> data. > Created an issue, but I can't attach files to it (only allows image type > files), > maybe some configuration setting needs to be tweaked?
I looked and can't find any configuration. I think the GitHub tracker really wants text data, but they made an exception for images. Try posting the rfxml by copy/paste into a comment for the ticket, surrounded by backticks like: ```xml <xml ... /> ``` > I can send you the database (Firebird SQL 2.5) but it might be easier on your > side to > create a large blob or probably varchar might do it too and entering the text > I used > (accented chars). Let me know what you like me to send you. I can create my own test data, that's fine. I really want to see your rfxml though. Accented characters shouldn't be an issue as long as the font you are using has that character defined (the default type-1 fonts may not). In the meantime, here's an example report pdf of mine that flows the memo text to as many pages as is needed: http://paulmcnett.com/werner_memo.pdf And here's the rfxml to generate it: http://paulmcnett.com/sbs_memo.rfxml Boy, I can see I should increase the line spacing on that report! Anyway, my report works; yours crashes. I'd love to figure out why the difference. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
