Well, the information brought is from one column in a select statment, like SELECT X FROM Y. The text box in the report shows just the information of column X. But, as there is too much information, I'd like to display that information split on more then one column.
In the word you can set your...
Hello every one!
I wanna know if it's possible to display an information embedded on a text box on several columns, like word does. For instance, if the data in the text box is displayed like this:
1
2
3
4
5
6
I'd like to have on my report the data displayed like that:
1 4
2 5
3 6
Does anyone...
Hi guys! Sorry if it's a little off-topic, but I didn't find any specific forum for LINQ here.
Talking about my issue. Have you ever thought that you are the only one that have an specific problem in the holy world? That's what I'm thinking right now! I'm looking for an answer for this...
Well, found the answer:
http://weblogs.asp.net/lkempe/archive/2007/03/26/asp-net-ajax-and-asp-net-validators.aspx
Hope that it may be useful for someone!
Regards!
Hello all!
In my system, there is a page with three dropdownlists. The second dropdownlist needs the value of the first one to be feed. So, the autopostback property of the first dropdownlist is set to true, and when the user selects any value of it, its SelectedIndexChanged event is triggered...
People, I posted a question feel weeks ago, but seems that nobody has the awnser. So, I'll try to get the awnser by other way.
Is it possible to build a windows service that sends emails messages using Outlook 11 dll? I'm asking it, cause I'd like to some way save the sent messages and I can...
Here is the code to help you maybe help me.
Dim olApp As Outlook.Application = New Outlook.Application <- problem happens here
Dim olNameSpace As Outlook._NameSpace = olApp.GetNamespace("MAPI")
Dim olMAPIFolder As Outlook.MAPIFolder =...
Problem solved!
I don't believe how simple the solution was!
Well, on my code, I difined the datasource of the report and the subreport like this:
crFaturaDacasa.SetDataSource(DsImprimirFaturaLancamento1.DadosFatura)...
Problem solved!
I don't believe how simple the solution was!
Well, on my code, I difined the datasource of the report and the subreport like this:
crFaturaDacasa.SetDataSource(DsImprimirFaturaLancamento1.DadosFatura)...
Hey, here I am again.
Now a problem another problem. I use outlook component on a windows service to send automatically. I use it because I need to store all the sent messages in the "Sent Messages" folder. I create a small desktop application to test it it works well. Then, I move the code to...
Thanx for answer, Madwac.
I don't know if I understood, but I generate the subreport separatly and export to excel and, surprise! There is data on it... it just doesn't work when it is embedded in the main report. I think that I didn't mention, but tha data in the main report is shown.
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.