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

    How to retrieve a server computer's disk usage in Java

    Hi all.. Um this to me is a huge problem, I'm quite new at this.. so plz bare with me. I'm supposed to write a piece of code that will retrieve certain server computers' disk usage, given the IP of the computers... and I have absolutely no clue how this can be done in Java. Any help is...
  2. lxn

    Access selected email in Outlook from VBA

    Hi, all: I ran into some problems, I hope someone can help me solve this. I'm currently developing an application, and a part of it will allow the users to open Outlook from the application and save the attachment of selected email to the HD. After some work, I'm able to create the code...
  3. lxn

    A question on running Outlook from VBA to send emails

    Hi, all. okay, this is what I'm trying to do. I've already written the code where the application picks out certain people's ID and find their Email IDs, and then it will run Outlook from VBA and send email to each person selected. I've got all of that to work. But I have one question. I was...
  4. lxn

    How to delete a relationship in Access in VBA

    Hi, all. Okay, this is what I'm doing. I was asked to write some code to make some changes to the structure of an existing database. Right now, I need to remove the primary key on one of the tables,(which can be done using the &quot;ALTER TABLE <tablename> DROP CONSTRAINT <PrimaryKey>&quot...
  5. lxn

    How to find out the Constraint Name?

    Hi, all. I'm coding a DDL procedure to change some of the tables and some relationships of a existing database. To the primary key on one of the tables, I have to remove the relationship associated with it first. I'm trying to use the &quot;ALTER TABLE <tablename> DROP CONSTRAINT...

Part and Inventory Search

Back
Top