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>
57 lines
2.4 KiB
Plaintext
57 lines
2.4 KiB
Plaintext
----------------------------------------------------------------------------------
|
|
-- File created from C:\Users\egarcia\OneDrive - MARMOTECH, S. A\Equipo Tecnologia\Fuentes\MARMOTECH\PROYECTOS\ipdir\ipfmmt006.4fd by Genero Studio
|
|
-- WARNING! All changes made in this file will be lost!
|
|
----------------------------------------------------------------------------------
|
|
|
|
SCHEMA formonly
|
|
|
|
LAYOUT (text=%"Form")
|
|
GRID grid1
|
|
{
|
|
|
|
[label1 ][descripcion ]
|
|
|
|
|
|
[label2] [label]
|
|
<T left > <T right >
|
|
[desc_sec|desc_tra|unidades|cantidad] [desc_se1|desc_tr1|unidade1|cantida1]
|
|
[desc_sec|desc_tra|unidades|cantidad] [righ] [desc_se1|desc_tr1|unidade1|cantida1]
|
|
[desc_sec|desc_tra|unidades|cantidad] [ ] [desc_se1|desc_tr1|unidade1|cantida1]
|
|
[desc_sec|desc_tra|unidades|cantidad] [desc_se1|desc_tr1|unidade1|cantida1]
|
|
[desc_sec|desc_tra|unidades|cantidad] [desc_se1|desc_tr1|unidade1|cantida1]
|
|
|
|
< > < >
|
|
|
|
}
|
|
END -- grid1
|
|
END -- form
|
|
|
|
ATTRIBUTES
|
|
LABEL label1:label1, text=%"PRODUCTO";
|
|
EDIT descripcion=formonly.descripcion, scroll;
|
|
LABEL label2:label2, text=%"DESDE";
|
|
LABEL label:label3, text=%"HASTA";
|
|
TABLE left:left, doubleClick=right1;
|
|
PHANTOM formonly.id_seccion;
|
|
EDIT desc_sec=formonly.desc_seccion, title=%"SECCION", scroll;
|
|
PHANTOM formonly.id_tramo;
|
|
EDIT desc_tra=formonly.desc_tramo, title=%"TRAMO", scroll;
|
|
EDIT unidades=formonly.unidades, title=%"UNIDADES", scroll;
|
|
EDIT cantidad=formonly.cantidad, title=%"CANTIDAD", scroll;
|
|
TABLE right:right;
|
|
PHANTOM formonly.id_seccion1;
|
|
COMBOBOX desc_se1=formonly.desc_seccion1, title=%"SECCION", scroll;
|
|
PHANTOM formonly.id_tramo1;
|
|
COMBOBOX desc_tr1=formonly.desc_tramo1, title=%"TRAMO", scroll;
|
|
EDIT unidade1=formonly.unidades1, title=%"UNIDADES", scroll;
|
|
EDIT cantida1=formonly.cantidad1, title=%"CANTIDAD", scroll;
|
|
BUTTON righ:right1, text=%"=>";
|
|
END -- ATTRIBUTES
|
|
|
|
INSTRUCTIONS
|
|
SCREEN RECORD descripcion(formonly.descripcion)
|
|
SCREEN RECORD record_left(formonly.id_seccion,formonly.desc_seccion,formonly.id_tramo,formonly.desc_tramo,formonly.unidades,formonly.cantidad)
|
|
SCREEN RECORD record_right(formonly.id_seccion1,formonly.desc_seccion1,formonly.id_tramo1,formonly.desc_tramo1,formonly.unidades1,formonly.cantidad1)
|
|
END -- INSTRUCTIONS
|
|
|