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!

Search results for query: *

  • Users: josemauricio
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. josemauricio

    Subreport with no data

    Hi dudes! I posted the same issue in "Business Objects: Crystal Reports 3 Integrate" Forum, but noone answered me and I must to finish with this problem with some urgency, so decided to try something here also. Here's my problem. I built a window service developed on VB .Net that is used to...
  7. josemauricio

    Subreport with no data

    Hi dudes! Here's my problem. I built a window service developed on VB .Net that is used to automatic send e-mails messages with an attachment pdf file. This pdf file is a report that is built using Crystal Reports 10 that is exrpoted to this file type. There's a subreport in this report. When I...
  8. josemauricio

    how to get client's username,computername,domain name using asp

    Hi All, Can any of you please tell me how to get client's username,computername,domain name using asp. we don't want to change any setting on IIS that is it will have anymonous access. I don't want any client to install Activex,So can any please help regarding this. Thanks in advance, Looking...
  9. josemauricio

    how to get client's username,computername,domain name using javascript

    Hi All, Can any of you please tell me how to get client's username,computername,domain name using javascript. we don't want to change any setting on IIS that is it will have anymonous access. I don't want any client to install Activex,So can any please help regarding this. Thanks in advance...
  10. josemauricio

    Reading DosFile

    Guys, I'm having some problems. I'm needing to read a DOS standard text file and put its text in a variable. But, when the text has some accented characters, this characters isn't shown. What should I do? Thanx for any help. José Maurício.
  11. josemauricio

    Problems with setup project

    Hey guys. In my project I customized my forms with a background image and some buttons also with images, but when I build a setup package and istall the program, the forms comes without no image. What should I do? Thanx for some help. José Maurício
  12. josemauricio

    Setup program with another language

    Hello. I want to build the setup program of my application and wanna know if I can modify the forms texts to write everything in portuguese. Thnx José Maurício.
  13. josemauricio

    Contact us page

    Hello. In my application, I created a "Contact us" page that record the message in a table in my database. The database has a insert trigger that calls a stored procedure that uses CDOSYS to send a e-mail to the destinatary. What sort of configuration I must have to these e-mails being sent...
  14. josemauricio

    vss client access

    Hello people. I've installed the VSS Server on our server network, add the users to the user list for the database, installed VSS Client in all workstation that the developers will work and when I try to add a project to the source control from those workstation, the message: "User <user> not...
  15. josemauricio

    Binary or Text file?

    Hey guys! How can I know if a file is a binary or a text file? Thanx. Zé Maurício.
  16. josemauricio

    Is there any control in VB.Net that I can put a check box in header?

    I want to put a checkall checkbox in a grid or listview control header, but I don't know if it's is possible... Is it? Thanx. José Maurício.
  17. josemauricio

    Problems opennig a project

    Hi guys, here is my problem: I have an web application in a remote server that everybody who works with it access. Some days ago, we had to remove the domain from our network and everybody lost his account. My account was recreated, but, when I try to open the project, the following message is...
  18. josemauricio

    Cdata section (XML)

    Hi people, is there any way to put a Cdata section inside a XML node in runtime? Thanx for any help. José Maurício.
  19. josemauricio

    Background Intelligent Transfer Service

    Does any one know where I can find some good example of using Background Intelligent Transfer Service (BITS) with vb.net and windows 2000? Thanx for any help. José Maurício.
  20. josemauricio

    Trasnfering files

    People, good evening! I want to build an app that will be installed in my clients, that must transfer some compacted files from the client machine to my server, and vice versa. How can I compact this files and does someone have an example how can I do this? Thanx for some answer. José Maurício.

Part and Inventory Search

Back
Top