29 lines
846 B
Plaintext
29 lines
846 B
Plaintext
SCHEMA smarmotech
|
|
SCREEN SIZE 24 by 80
|
|
{
|
|
Busqueda de Vendedores Como Cliente
|
|
\g-----------------------------------------------------\g
|
|
Cliente Vendedor Nombre
|
|
\g-----------------------------------------------------\g
|
|
[g ] [i ] [f2 ]
|
|
[g ] [i ] [f2 ]
|
|
[g ] [i ] [f2 ]
|
|
[g ] [i ] [f2 ]
|
|
[g ] [i ] [f2 ]
|
|
[g ] [i ] [f2 ]
|
|
|
|
}
|
|
end
|
|
|
|
tables
|
|
iptb00002
|
|
attributes
|
|
g = formonly.sec_cliente,comments="Presiones <ESC> Para Eligir Registro";
|
|
i = formonly.num_emp,noentry;
|
|
f2 = formonly.nombre,noentry;
|
|
instructions
|
|
screen record sc_vend[6] (sec_cliente,num_emp,nombre)
|
|
delimiters " "
|
|
end
|
|
|