cancel
Showing results for 
Search instead for 
Did you mean: 

Proble with datatable ... ExecuteQuery

Former Member
0 Kudos

Hi all,

I have a matrix with 2 column for example DocNum and DocDate.

I fill matrix with a DataTable datasource

the first executequery return me a correct format of date

102 | 22.08.2006

103 | 23.08.2006

when i try to refill the matrix with another call of ExecuteQuery ... the format in a matrix change like this..

102 | 20060822

103 | 20060823

Thanks a lot

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey Dimitri

In Matrix (or any other items), the way data is displayed is determined by the binded data source

for dates:

datasource value is 20060822

and displayed value should be 22.08.2006

Maybe your binding to the fields is lost when doing the second executequery

regards

Emmanuel

Answers (0)