It seems the alignment of the tabcontrol is the problem.
I have the alignment set to Left, so the tabs appear on the left side of the control.
When trying with the alignment set to Top, it works fine!
Is this a bug in VB.Net?? Or can I fix this?
Hi,
I have following problem: a form with a tabcontrol A and on one of the pages of the tabcontrol A, another tabcontrol B. You select the tabpage of tabcontrol A that contains tabcontrol B -> the first page of tabcontrol B is shown.
Now the first time you select another tabpage from...
Thanks for your reply, synapsevampire.
I tried it, but it didn't work.
I have put the hyperlink in the table, inserted it into the report and set the Hyperlink type to a file.
When running the report, I only get the hyperlink-text (\\Testmachine\123456.JPG), no image.
What am I doing wrong...
Hi,
I wonder if the following is possible:
We have a table Person in our database, with the fields p_person and name. (p_person is the unique identifier)
We have a folder: C:\Pictures that contains a picture for each record in the table Person. The name of the picture file is the unique...
Hi,
I'm having some problems with my datagrid. Its datasource is a dataset, that has a datarelation:
objconnection = New OleDbConnection("provider=SQLOLEDB;" ..)
objconnection.Open()
objDataSet = New DataSet
objdataAdapt1 = New OleDbDataAdapter("select * from person", objconnection)...
Hi all,
I'm trying to export a datatable to an Excel file.
It all seems to be working fine, untill I'm trying to open the excel file with Excel.
I can open the file, but it only shows the title bar and menu. You can see the application behind excel through the spreadsheet area... But when...
Thanks Mark for your reply!
The problem is, I then want to export the data in the datagrid to a Word document, like this:
Response.ClearHeaders()
Response.AppendHeader("Content-Disposition", "attachment; filename=""UpdateItems.doc""")...
Hi,
I have a webform with a multiline TextBox. So users can enter text here with multiple 'newlines'. The value (lets call it 'Reaction') of the TextBox is saved into the database.
Now I want a datagrid that gives an overview of all the 'Reactions' with the newlines.
What I'm getting is...
Yes, the report footer contains the total of the different groups and indeed, the option 'New page before' is switched on for the group footer, because I wanted it on a new page.
The solution Ken provided solved my problem.
(sorry if the description of the problem was not clear enough)
Thank you for your reply, but I tried this already.
When the last record is the only record in the last group, the page header is not printed on the last but one page and on the last page.
So this creates another problem...
On my report I have a Page Header that should only be suppressed on the last page that contains the Report Footer. The problem is that in the report I reset the page number after a group, so I have no idea what the last page is, because TotalPageCount gives the number of pages of each group...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.