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>
24 lines
502 B
Plaintext
24 lines
502 B
Plaintext
{
|
|
==========================================================================
|
|
FORMULARIO : IPFMRP012
|
|
OBJETIVO : CAPTURAR FECHAS PARA EL REPORTE (IPPRRP012)
|
|
DISENO : JUAN F. SOTO
|
|
FECHA : FEBRERO 9, 1995.
|
|
==========================================================================
|
|
}
|
|
DATABASE smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Ano Inicial [f1 ]
|
|
Ano Final [f2 ]
|
|
}
|
|
tables
|
|
iptb00002
|
|
|
|
attributes
|
|
f1 = formonly.p_ano,required;
|
|
f2 = formonly.p_ano_act,required;
|
|
end
|
|
|