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 Chriss Miller 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: EBGreen
  • Content: Threads
  • Order by date
  1. EBGreen

    Importing a CSV into Excel with formulas

    Ok, so I'm actually doing this in Powershell, but asking the question here because I suspect that this is where I will find somjeone that knows the answer. :) It's all COM and Office automation anyway so language doesn't matter a lot in this. Here is the situation, I have a CSV...
  2. EBGreen

    App Start Behavior

    Ok, I have done some searching and will continue to do so. I would like to code it so that if my app is run with the SHIFT key held down it behaves differently than if it is just run normally. Any point in the right direction is appreciated. "... isn't sanity really just a one trick pony...
  3. EBGreen

    New FAQ Category

    What are the chances that we can get an Echange category in the FAQs and move Exchange specific FAQs to it. I use Powershell a lot but never for Exchange scripting since I am not an Exchange Admin so I see a very clear delineation there. "... isn't sanity really just a one trick pony anyway...
  4. EBGreen

    Determine OS

    Does anyone have a good way to determine the OS without using WMI? "... isn't sanity really just a one trick pony anyway?! I mean, all you get is one trick, rational thinking, but when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick
  5. EBGreen

    Advice on using ADS

    There is a question that turns up here fairly regularly regarding encrypting scripts and the answer has always been that you cannot encrypt a script. You can encode it but that is easily reversed. Here at my work there are a few instances where scripts need to have a password in them for...
  6. EBGreen

    Recovering after a wipe

    This is a security related question. Our Information Protection team is concerned about the devices that are returned to RIM for one reason or another. We always do a wipe on the device, but as we all know, nothing electronic is ever really deleted. :) Having said that, how safe is the data on a...
  7. EBGreen

    Changing a subform based on another subform

    Here is my situation. I have a form that has two subforms (lets call them left and right). The left one is essentially a table view of several records. The right one is a record view of the detail information for the same query as the left subform. What I need to do is to make it so that if you...
  8. EBGreen

    Problems after changing Linked Table data source

    We have an Access DB that I inherited that has some information in it but is primarily the front end for a SQL DB. The SQL DB was moved to a new server yesterday. This of course broke all of the linked tables in the Access DB. I have fixed that by updating the DSN for the SQL DB and using the...
  9. EBGreen

    Calendar Controls and Query

    I am trying to create a query that uses the values of two calendar controls as between criteria. If I hard code a date for the between criteria, the query runs fine even from the form. If I try to use this for the criteria: Between [Forms]![MonthlyReport]![txt_StartDate] And...
  10. EBGreen

    XPath Namespace Issue

    I've researched this on my own and haven't been able to resolve it. I have an XML like this: <?xml version="1.0" encoding="utf-8" ?> <PrimaryRoles xmlns="http://blah/PrimaryRole.xsd"> <PrimaryRole pRoleID="1" name="MSG Base Build"> <SecondaryRoles> <SecondaryRole sRoleID="123"...
  11. EBGreen

    JDBC and WMI

    Has anyone come accross a good example of using JDBC to connect to the WMI ODBC interface? "Well, once again my friend, we find that science is a two headed beast. One head is nice, it gives us aspirin and other modern conveniences,...but the other head of science is BAD! Oh, beware the other...
  12. EBGreen

    Determining who deleted a file

    If this is not the proper forum for this, I apologize in advance. Is it possible on a windows platform to determine who deleted a file? "Well, once again my friend, we find that science is a two headed beast. One head is nice, it gives us aspirin and other modern conveniences,...but the other...
  13. EBGreen

    HTA using ADODB Error

    Why is this code giving me these errors: Error: Then when I try to debug: This is the code: <HTML> <HEAD> <TITLE></TITLE> <META NAME="GENERATOR" Content="Microsoft Visual Studio"> <META HTTP-EQUIV="Content-Type" content="text/html; charset=UTF-8"> <script id=clientEventHandlersVBS...
  14. EBGreen

    Debugging

    Is there a JIT debugger for VBScript. I am working with an HTA and repeatedly get errors that cannot be debugged.
  15. EBGreen

    Problem with an Excel application object from Access

    I am having two problems with a sub in Access. What it should do: 1) Open an existing Excel spreadsheet called export. 2) Delete the existing data from the last time it ran if there is any 3) Enter the new data from a query 4) Create a named range for the data it just entered. 5) Save the...
  16. EBGreen

    Will this fly?

    Let me start by saying that I have a job. But, having said that, I have an idea for a business model. I thrive on new challenges. So far I've been lucky enough to find myself in a position where I get stuck with the work that others don't seem to want and it has always provided me with these...

Part and Inventory Search

Back
Top