Problems Datetime
Posted: Wed Nov 21, 2012 5:33 pm
Hello
I have the following problem, I have an application in. Net which prints a report with date range.
I have a datetime variable in the report which accepts user.
when compiling the report happened to a date variable
EJ:
'Dim As DateTime = DateTime.Now fec
FEC = Date.Now
FEC = DateAdd ("m", -1, fec)
FEC = DateSerial (Year (FEC), Month (FEC) + 0, 1)
report.Item ("FechaIni") = fec
report.render
.........
The report modifies the variable ("FechaIni") I can even show on the report, but the change is not reflected in the
datetimepicker.
I hope you can help me Thanks
I have the following problem, I have an application in. Net which prints a report with date range.
I have a datetime variable in the report which accepts user.
when compiling the report happened to a date variable
EJ:
'Dim As DateTime = DateTime.Now fec
FEC = Date.Now
FEC = DateAdd ("m", -1, fec)
FEC = DateSerial (Year (FEC), Month (FEC) + 0, 1)
report.Item ("FechaIni") = fec
report.render
.........
The report modifies the variable ("FechaIni") I can even show on the report, but the change is not reflected in the
datetimepicker.
I hope you can help me Thanks