Custom Form - scrgen error

 1 Replies
 0 Subscribed to this topic
 17 Subscribed to this forum
Sort:
Author
Messages
Karen Sheridan
Veteran Member Send Private Message
Posts: 142
Veteran Member
I am getting the error Form Size exceeds limit of 24 lines.  I don't think it does. This is a very simple report parameter form - it has 2 tabs Main tab has company, company name and then a detail line.  The detail line has 4 fields on it and there are 10 lines. The (run) Options tab has a couple of flags and a date range.  I think the problem is in my definition of the detail line.  I've attached the SCR - if you've got any ideas - please let me know. TIA, Karen
Attachments
Sam Simpson
Veteran Member Send Private Message
Posts: 239
Veteran Member
Try removing " 4 DETAIL-LINE " and move the array occurence into DETAIL-GROUP then the rest of the detail items should be 4 (not 5). I have done this many times before but not with TABs(more than one). Also try doing it first with a single tab, compile then add the next tab. Hope this helps.