cancel
Showing results for 
Search instead for 
Did you mean: 

Data Source - Bad Date

Former Member
0 Kudos

hello,

I am trying to set a new value for a matrix cell, and the datasource of this cell is a date data type, from OBNK table and DueDate column. When I set a new value, a get this error: "Data Source - Bad Date"

This is the source code:

OGrid.Columns.Item("2").Cells.Item(ll_i).Specific.Value = ls_field

ls_field is a string variable.

Thanks.

Julia

Accepted Solutions (1)

Accepted Solutions (1)

AlexGrebennikov
Active Contributor
0 Kudos

Hi Julia!

i hope it'll help you:

Former Member
0 Kudos

Alexey, thank you very much!!

Answers (1)

Answers (1)

Former Member
0 Kudos

just a thought...

play around with teh format of the date you are supplying.