Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by josemauricio

  1. josemauricio

    Display data on mutiple columns ina text box

    Ok, I've already thought something like that, but I was just checking if there's some other possible solution. Thanx anyway.
  2. josemauricio

    Display data on mutiple columns ina text box

    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...
  3. josemauricio

    Display data on mutiple columns ina text box

    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...
  4. josemauricio

    Group By and Join in same statement using LINQ

    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...
  5. josemauricio

    RequiredFieldValidator not working properlly

    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!
  6. josemauricio

    RequiredFieldValidator not working properlly

    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...
  7. josemauricio

    Working with outlook in an windows service

    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...
  8. josemauricio

    Problems to excute service with Microsoft Outlook 11.0 Object Library

    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 =...
  9. josemauricio

    Subreport with no data

    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)...
  10. josemauricio

    Subreport with no data

    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)...
  11. josemauricio

    Problems to excute service with Microsoft Outlook 11.0 Object Library

    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...
  12. josemauricio

    Subreport with no data

    Hello! I've tried it but doesn't work. Thanx any away, BobRodes!
  13. josemauricio

    Subreport with no data

    Thanx any away, Madawc!
  14. josemauricio

    Subreport with no data

    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.

Part and Inventory Search

Back
Top