Im developing a program where i would like to export to excel. I found the report function, but cant get it to work
Im developing in VB.net and in a form i would like to have this form.
I have a dataset with some fields. I add the fiels into a table. It works but it only show the first record. Not the secound one. It dont give me the oppertunity to step forward or backward.
I if i could i would like all the posts in the database to be show in the same report for exampel
Firstname Lastname
John Mcgreen
Daniel Johnsson
George Anderson
Right now only the first person shows in the report.
Greatful for help
/Mitmit
I got this working by adding a listcontrol.
But i have some other information that i want to add.
Under John Mcgreen i would like to add every record in another table that is included in my dataset.
John have i id the tbl_person and this ID is FK in another tabel called tbl_record
I want every record that is registed to be shown under John that is connected to him.
John Mcgreen
1. First song from John
2. Second song from John
Daniel Johnsson
1. First song from Daniel
2. Second song from Daniel
|||Just to let you know im developing in vb.net 2.0 and uses MS Sql 2005 and Visual Studio.net 2005 and the built in report tool in VS.net.If you dont understand my problem or have any question, please ask. This i so important for me to solve as soon as possible.
Best regards.
No comments:
Post a Comment