Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sun919
Starting Member
22 Posts |
Posted - 2007-01-22 : 10:36:53
|
Hi there, I have got a quick question . Basically I have two dataset which is linked together by HNID key . In the list, I have include various textedbox and a table (detail of second dataset). When I have run the report, the textbox work fine but nothing appear in the table, but when I have move table out of the box, the list of all data display properly. I have been trying to figure out what s wrong with the table inside the list and still couldnt figure this out . (already try set the dataset name to either one of them in properties and it didnt work)thanks in advancesun |
|
ARC
Starting Member
10 Posts |
Posted - 2007-01-26 : 09:25:06
|
If I'm reading your problem correctly. you simply cannot do this wit RS as it stands. each control can have only one dataset, nesting them inside each other does not get round this, the inner one cannot 'see' it's dataset and so no data is displayed.sorry I cannot offer a solution, except to nag MS :) |
|
|
sun919
Starting Member
22 Posts |
Posted - 2007-01-27 : 09:13:43
|
thanks u ARC I have got the problem solve now using one dataset instead many thankssun |
|
|
|
|
|