cancel
Showing results for 
Search instead for 
Did you mean: 

databinding problem..

Former Member
0 Kudos

Hi..

I faced diff problem right now

I need your valuable suggestions..

I developed a addon

it has so many fields and three matrixes

evrything is good..

nearly i had entered 79 records in the databases.. through the addon with valid values what i had given

I had seen in db

and i had put concentration on another addon

so, i opened the previous one i am trying to giving some values in to the every field and if i enter

the values are not entering into the databases

(but if i press add button every clicking one  record is creating at db

but each field contains null values even i had given values from the add on)

After running the addon i had seen every field had a databound

and object allso i had not change anything...

may i know why

Accepted Solutions (0)

Answers (1)

Answers (1)

edy_simon
Active Contributor
0 Kudos

Hi Seenu,

On before form data add, can you check the value inside the dbdatasource ?

do they contain the values your entered ?

Did you forget to put in oMtx.FlushToDataSource ?

Regards

Edy

Former Member
0 Kudos

Hi..

Edy i had never used oMtx.FlushToDataSource ?

only three times i had used only in case of

values comming from the db and pulling into the matrix

in my present add on

only maually entering the values ....in to the matrix

i had used  manual method  before  but values are saved in db...

but right now ...problem is comming...




edy_simon
Active Contributor
0 Kudos

Hi Seenu,

FlushToDataSource is for values enter manually in the matrix to reflect in your DBdatasource.

LoadFromDataSource is for values entered in datatable to show up in matrix.

Try it and let me know.

Regards

Edy