Page 1 of 2

drag and drop datatable from dictionary

Posted: Fri Apr 08, 2011 2:39 am
by JorisWils
Could it be that drag and dropping a datatable from the dictionary to the report doesn't work in wpf2011.1?
Don't know if that worked in previous wpf versions, but it did work in the .net version.
( it created a databand with the table as source)

drag and drop datatable from dictionary

Posted: Fri Apr 08, 2011 2:49 am
by Alex K.
Hello,

We couldn't reproduce this bug. Could you explain your issue in more details and, if possible, send us a step-by-step guide how to reproduce the issue?

Thank you.

drag and drop datatable from dictionary

Posted: Fri Apr 08, 2011 3:03 am
by JorisWils
I've sent an email with video to your support-box

drag and drop datatable from dictionary

Posted: Fri Apr 08, 2011 3:13 am
by Andrew
Thank you.

drag and drop datatable from dictionary

Posted: Fri Apr 08, 2011 3:37 am
by JorisWils
Did I make it clear enough? I don't know how to explain it otherwise :-)
When my mousecursor is moving from the dictionary to the report I'm actually trying to drag.

drag and drop datatable from dictionary

Posted: Fri Apr 08, 2011 5:52 am
by Alex K.
Hello,

We couldn't reproduce this bug.
Please check the issue on another PC and let us know about the result.

Thank you.

drag and drop datatable from dictionary

Posted: Fri Apr 08, 2011 6:45 am
by JorisWils
uhm.... Okay this is really .... uhm... well......

You can't drag and drop by clicking the icon of the datatable, but you can by selecting the name of the datatable. :-)
So I guess this is not really an issue after all.

Same on winXP and win 7.

I did found another bug however (2011.1 on winxp. and win7)
Do the following:
- open a new report
- add an XML datasource and press synchronise
- you now have the XML datatables in the XML source
- add a sql connection and press synchronise.
- You now have the xmldatatables in the sqlserver datasource :-)
Want me to make a movie? --> attachment

drag and drop datatable from dictionary

Posted: Fri Apr 08, 2011 7:37 am
by Alex K.
Hello,
JorisWils wrote:You can't drag and drop by clicking the icon of the datatable, but you can by selecting the name of the datatable. :-)
So I guess this is not really an issue after all.
Thanks for the detailed explanation of the problem. We could reproduce the problem (it was supposed to move it over the icon). We will try to fix it.
JorisWils wrote:Same on winXP and win 7.
The Synchronize method is not called for the data sources which are obtained as a connection to the database.

Thank you.

drag and drop datatable from dictionary

Posted: Fri Apr 08, 2011 7:54 am
by JorisWils
Aleksey wrote: The Synchronize method is not called for the data sources which are obtained as a connection to the database.
I still think it's weird behaviour to see my xml datatables in my sqlserver source though.

drag and drop datatable from dictionary

Posted: Fri Apr 08, 2011 8:19 am
by Alex K.
Hello Joris,

This occurs because two connections have the same name.

Thank you.