Files
MBS/PROYECTO/codir/cofmwd012.per
T

25 lines
633 B
Plaintext

DATABASE smarmotech
screen
{
Ship To. [f001 ]
N. A. B. [f006 ]
C. I. D. [f002 ]
[f003 ]
Nota [f004 ]
[f005 ]
}
end
tables
cotb00029
attributes
f001 = formonly.ship_to type char,upshift;
f006 = formonly.n_a_b type char,upshift;
f002 = formonly.c_i_d type char,upshift,autonext;
f003 = formonly.c_i_d1 type char,upshift;
f004 = formonly.nota type char,upshift,autonext;
f005 = formonly.nota1 type char,upshift;
end