Instruccion de Johnny: todos los directorios de fuentes de inventario deben migrarse de la carpeta temporal PROYECTOS a la carpeta real PROYECTO, ya que PROYECTOS sera eliminada. Se elimino tambien un archivo suelto sin relacion llamado "ipdir" que existia en PROYECTO (del commit inicial) y bloqueaba el nombre de la carpeta. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
32 lines
886 B
Plaintext
32 lines
886 B
Plaintext
DATABASE marmotech
|
|
SCREEN SIZE 24 by 80
|
|
{
|
|
Busqueda de Productos Terminados
|
|
\g-----------------------------------------------------\g
|
|
Codigo Nombre
|
|
\g-----------------------------------------------------\g
|
|
[f]-[g]-[h ]-[i ] [f2 ]
|
|
[f]-[g]-[h ]-[i ] [f2 ]
|
|
[f]-[g]-[h ]-[i ] [f2 ]
|
|
[f]-[g]-[h ]-[i ] [f2 ]
|
|
[f]-[g]-[h ]-[i ] [f2 ]
|
|
|
|
}
|
|
end
|
|
|
|
tables
|
|
intb00001
|
|
attributes
|
|
f = formonly.cod_n;
|
|
g = formonly.cod_grupo;
|
|
h = formonly.cod_tipo;
|
|
i = formonly.cod_sec;
|
|
f2 = intb00001.descrip_esp, upshift,
|
|
comments = " <Esc> Busca todos los Productos Terminados ";
|
|
|
|
instructions
|
|
screen record s_pilas[5] (cod_n,cod_grupo,cod_tipo,cod_sec,descrip_esp)
|
|
delimiters " "
|
|
end
|
|
|