Setear campo fecha en DW
Publicado por Developer (8 intervenciones) el 05/07/2006 19:43:06
Hola a todos como puedo setear un campo decha en un DW.
En el evento ItemChanged de mi DW tengo el sgte codigo
CHOOSE CASE is_estado
CASE 'A'
SetItem(GetRow(), 'resol_arre', '')
SetItem(GetRow(), 'fec_arre', '00/00/0000')
SetItem(GetRow(), 'fec_varre', '00/00/0000')
SetItem(GetRow(), 'ent_arre', '')
CASE 'R'
SetItem(GetRow(), 'resol_afec', '')
SetItem(GetRow(), 'fec_afec', '00/00/0000')
SetItem(GetRow(), 'fec_vafec', '00/00/0000')
SetItem(GetRow(), 'ent_afec', '')
END CHOOSE
Pero no me setea nada me sigue mostrando la fecha cuando hago la consulta.. me pueden ayudar gracias
En el evento ItemChanged de mi DW tengo el sgte codigo
CHOOSE CASE is_estado
CASE 'A'
SetItem(GetRow(), 'resol_arre', '')
SetItem(GetRow(), 'fec_arre', '00/00/0000')
SetItem(GetRow(), 'fec_varre', '00/00/0000')
SetItem(GetRow(), 'ent_arre', '')
CASE 'R'
SetItem(GetRow(), 'resol_afec', '')
SetItem(GetRow(), 'fec_afec', '00/00/0000')
SetItem(GetRow(), 'fec_vafec', '00/00/0000')
SetItem(GetRow(), 'ent_afec', '')
END CHOOSE
Pero no me setea nada me sigue mostrando la fecha cuando hago la consulta.. me pueden ayudar gracias
Valora esta pregunta


0