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 bkrike 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: PM2000
  • Content: Threads
  • Order by date
  1. PM2000

    Turn off Office 2003 Security Features

    I have a vb.net app that sends emails with attachments for clients. I am currently testing it with Office 2003 and get the following message when the app tries to send an email: "A program is trying to automatically send e-mail on your behalf..." The fixes out there are apps that click the...
  2. PM2000

    Telnet issues

    I have an app that ftp's some data up to a site. Then using telnet, I need to kick off a process. It would be nice to automate this process, but I run into trouble when I send the commands. The command created and sent is correct, but the receiving server does not get the 'end' command. This...
  3. PM2000

    Trigger - update other columns in the table

    Hi, Maybe I'm a bit of a newbie on this one, but I can't figure this out. I have an old application that updates a table in the database (the app was not written by me and I don't have the code, which is why I need to use a trigger to do this.) This application will update column 'value' with...
  4. PM2000

    Add a serial number to a Word file

    Hi, I am stumped on this one. I need to send out a Word document (Office 2000) in pdf to about 300 people. The problem is that each one has to be numbered sequentially. The number has to appear on the front page of the pdf that is emailed. So, my code would essentially open the document...
  5. PM2000

    Email Attachment Sometimes Fails

    Hi, I have an vb.net app that emails attachment(s) as designated by the user to a list of people. There can be one or many attachments as selected by the user on the form. The following code generates the email: oMailitem = oOutlook.CreateItem(Outlook.OlItemType.olMailItem) oMailitem.To =...
  6. PM2000

    Finding a systems busy status.

    Hi, I am writing an app that needs to know if the user has not been using the PC for a certain length of time. When the user has not used the PC for 5 minutes, I want the app to show busy, kind of like what MSN messenger does. I am unable to find where Windows XP exposes this system value...
  7. PM2000

    Acrobat 6.0 security

    HI, I have an Visual Basic 6 application that generates PDF files that I send out to customers. I am not able to programmatically protect/secure the document using Acrobat 4.0. Therefore, anyone could change the text of the document if they had the right Adobe product. Does anyone know if...
  8. PM2000

    ERROR LOGGING

    HI, I'm trying to log each error produced by my app. I want to log: 1. Err.description 2. The Class/Form name 3. The Function/Sub name My code for a typical routine looks something like this Function DoSomething() Try 'Do stuff Catch LogError(err.Description, "form or class...
  9. PM2000

    Control Menu Access

    Hi, In VB6, I had an MDI app that was used office wide and each person was allowed different levels of access. For example, on a menu named Process, there were 3 functions. Person A could access Function 1 and 2 while Person B could Access 1 and 3. When Person A logged in, my app checked the...
  10. PM2000

    Browser modification

    Does anyone know a good site to learn how to modify browsers in ASP.Net. I am trying to write an simple application for my office. I want to do it in ASP.net because I don't want to have to install the new app on every PC each time I am asked to make a small change. However, I would like...
  11. PM2000

    Mailing Lists

    Hi, I am fairly new to Exchange 2000 and have run into what I think will be a simple problem (yet I can't find the right tickbox to fix it!) I have a Contact list that is in a public folder for everyone on the network to use. Within this contacts folder I have a distribution list with lots of...
  12. PM2000

    Sending ASP.NET listbox values to Database

    Hi everyone, I have a few multi-select list boxes on my asp.net page. The information needs to be sent back to the server to be stored in a database. One list contains geographical regions: North America Europe Africa Asia My code needs to convert this into a string to be sent to the DB...
  13. PM2000

    Delay Send

    Hi, I am new to Exchange and on my first install. Everything has gone well (surprisingly) with one minor exception. The clients are using Outlook 2000 on their desktops with Exchange 2000 as the mail server. I need to delay the sending of emails. When send is clicked on the new message, it...
  14. PM2000

    Sony Laptop Died.....

    I have a Sony Vaio laptop. It's never given me any trouble, then the other day as I was typing away, it just went blank....no power, nothing! Now when I try to turn it on, I get absolutely nothing. No LED lights, nothing. Plug seems to be fine....any ideas? Thanks Peter
  15. PM2000

    Consuming a web service issue

    Hi, I have a web service that returns a dataset. This service works fine and I can see the returned dataset in the browser if I preview the web service. The service returns a specific employees ID, name, and position. My ASP.Net web application needs to consume this service. When it...
  16. PM2000

    Logon script problem

    Hi, I have a simple domain -- W2000 Advanced Server with 13 XP Pro boxes attached. All the users in this domain are organized as OU's and I use roaming profiles so anyone can logon anywhere. I have one logon script that is applied to the highest level in the OU structure. When anyone logs...
  17. PM2000

    SQL Server and Windows XP Upgrade

    Hi, I just upgraded my computer to Windows XP from W98. I had SQL Server 7.0 on the W98 box. Now that I have upgraded my OS, I cannot connect to the SQL Server. Has anyone experienced the same thing? When I go to open Enterprise Manager, I get the error message "Error 126: General...
  18. PM2000

    Crystal Report Database

    Hi, I have an app that uses CR 8.5 for the reports and SQL Server 2000 for the DB. When I log in to my VB app, I have to specify which server and database I want to log on to because when I am writing the program I use the SQL Server on my machine, but when it is at the client, it uses their...
  19. PM2000

    Connecting to SQL Server

    Hi -- I am doing a simple insert to a SQL server 2000 DB. I only have one text field and a submit button. When I click on the submit button, the data does not get entered into the DB and the typical IE error screen comes up with the message "Internet Explorer returns an error on the...
  20. PM2000

    Enterprise Manager Problem

    Hi, I hope you can help, I am somewhat of a newcomer to SQL Server 2000. I have been using it for at least 6 months now and all of a sudden, when I open my Enterprise Manager and try to connect to a database, I get the following error: &quot;A connection could not be established to <DB...

Part and Inventory Search

Back
Top