Files
MBS/PROYECTO/ipdir/ipfmwd006.per
T
jpegueroandClaude Sonnet 5 b6085d4140 Mueve ipdir (Productos Terminados) de PROYECTOS a PROYECTO
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>
2026-09-04 09:29:01 -04:00

26 lines
689 B
Plaintext

DATABASE marmotech
SCREEN SIZE 24 by 80
{
Busqueda Marcas De Productos
\g-----------------------------------------------------\g
Codigo Nombre
\g-----------------------------------------------------\g
[k1 ] [f2 ]
[k1 ] [f2 ]
[k1 ] [f2 ]
[k1 ] [f2 ]
[k1 ] [f2 ]
}
end
tables
iptb00019
attributes
k1 = formonly.cod_marca;
f2 = formonly.nombre;
instructions
screen record s_pilas[5] (cod_marca,nombre)
delimiters " "
end