18 lines
358 B
Plaintext
18 lines
358 B
Plaintext
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
Vendedor [f1 ]
|
|
CLiente [f0][f2 ]
|
|
|
|
}
|
|
end
|
|
tables
|
|
iptb00006
|
|
attributes
|
|
f1 = formonly.sec_vend,comments = "Digite Codigo de Vendedor";
|
|
f0 = formonly.tipo_cliente,comments = "Digite Codigo Cliente";
|
|
f2 = formonly.sec_cliente,comments = "Digite Codigo Cliente";
|
|
instructions
|
|
delimiters " "
|
|
end
|