Frame

Zach Ahmed

New Member
I created the following frame:

Code:
form
        skip(1)
        part            colon 15
        part1           colon 50
        inv          colon 15
        inv1         colon 50
        idate           colon 15
        idate1          colon 50
        sonbr           colon 15
        sonbr1          colon 50
        payee    label "Royalty Payee"    colon 15
        payee1           colon 50
        invamt          colon 15
        invamt1          colon 50
        snbr            colon 15
        snbr1           colon 50
        skip(1)
        tog_all         colon 15
        tog_demo        colon 15
        tog_sale        colon 50
        tog_fnd_sale    colon 15
        tog_fnd_ltp     colon 50
        tog_fnd_rent    colon 15
        tog_fnd_repair  colon 50
        tog_rent        colon 15
        tog_repair      colon 50
        tog_fnd_tria    colon 15
         /* tog_loan        colon 50 */
        /* tog_sale_srp    colon 15 */
        skip(1)
    with frame a side-labels width 125 attr-space.
If I was to uncomment out tog_loan, I get a ghost frame.

Please help

thanks
Zach
 
Last edited by a moderator:

TomBascom

Curmudgeon
You should:

1) put [ C O D E ] tags around code samples.

2) show complete examples that will actually demonstrate your problem. Isolated snippets of parts of the code really don't convey much and, as a group, we are very poor mind readers. If you'd like to you can even create runnable code here: ABL Dojo
 
Top