Hi all

I am using the same data dictionary on windows and web.
The creating procedure in web always records if I enter and exit without registering anything or even pressing F5 to ignore.
Suggestions?

Note: This table is related to another with "Set Field_Related_FileField Field cxcmayor.NitCedula to File_Field cedulasn.cedula"

Edgar

DF20

Code:
 Procedure Creating
        Forward Send Creating                        
        Move (FechaModificado(gsUsuario,0))    to CXCMAYOR.Creado
        Move gsEmpresa                                to Cxcmayor.Empresa
        Move (gsEmpresa+Cxcmayor.Matricula)   to Cxcmayor.MatrInterno
   End_Procedure