Fecha
Publicado por Analia (27 intervenciones) el 23/02/2007 12:13:29
Hola !!, No puedo filtrar la fecha. Aqui les dejo el codigo de mi evento click. Haber si me pueden ayudar.
SET DATE BRITISH
thisformset.F1.AlwaysOnTop = .f.
thisformset.F1.Enabled = .f.
SELECT totaldia
PUBLIC ld
ld = DATE(thisformset.f1.ol1.year, thisformset.f1.ol1.month, thisformset.f1.ol1.day)
SET FILTER TO ld = year(fecha), month(fecha), DAY(fecha)
thisformset.form2.refresh
thisformset.form2.show
SET DATE BRITISH
thisformset.F1.AlwaysOnTop = .f.
thisformset.F1.Enabled = .f.
SELECT totaldia
PUBLIC ld
ld = DATE(thisformset.f1.ol1.year, thisformset.f1.ol1.month, thisformset.f1.ol1.day)
SET FILTER TO ld = year(fecha), month(fecha), DAY(fecha)
thisformset.form2.refresh
thisformset.form2.show
Valora esta pregunta


0