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 strongm 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: progressive7
  • Order by date
  1. progressive7

    reading a value from a control on a form

    i have written a bit of code that find the name of every object on a form. i want to then read the value of that object if it is one that holds data e.g. combo,text,list box. because the code is being run from a module i need to map to the object i want to read I.E ValueWanted...
  2. progressive7

    QueryInterface for interface Excel._application failed

    I am not getting this error on my build machine but it happens when i deploy the app to a test machine, any ideas?
  3. progressive7

    error loading .net application

    thanks for that, i found that the trust wizard solves my problem thanks
  4. progressive7

    error loading .net application

    hi all, i have written a small app in .net. ahen i build it and try and run it on another machine i get the follwoing error the application tried to perform an application not allowed by the security policy cant anyone tell me how to resolve this? thanks
  5. progressive7

    using a dll within vb.net

    i am trying to use a dll with in a vb.net applicaiton but when i try to add the referance it tells me that the dll was exported from a clr type assembley and cannot be reimported as a clr type assembly. the code for the dll and instructions are below...
  6. progressive7

    Converting CSV to XLS not working

    I am using the below code to convert a csv file to an xls format. it works fine but it will not let me specfiy a file format in the saveas method it justs errors. am i doing anything wrong with the saveas method, btw i am using visual studio sub convert() Dim excel As Application...
  7. progressive7

    Deleting clients from the sms server

    All, we are currently in the development and packaging stages of our project. this means that we are building machines all the time with new names. becasuse of this the client list in sms is huge but only a small percentage of the client listed are still there. is there a query or tool that...
  8. progressive7

    Editing a string

    hi all, i have string which at some point contains a - i want to take every thing on the right hand side of the dash, at the moment i can use instr() to determine the point in the string where the dash appears. but if i try and use right() it wants me to tell it how many chars to take. because...
  9. progressive7

    Determinig what applications are installed

    all, how to i determine what applications are installed on an xp machine specfically what MSI's are installed, i need to be able to output this information to a text file. any idea's thanks
  10. progressive7

    Return line with in a text file

    All, i am writing an application and to aid me i have built in some error logging, by creating a file system object and writing what ever i want to it. however for the life of me i cannot get carrige return to work so all of the info is on one line. any idea?
  11. progressive7

    Do i have the correct permissions ????????

    when i am in access looking at the project on the server. it seems like i have limited options, for example when i right click on a table the properties are greyed out also, i cannot link table, but it will allow me to import can anyone explain to me what is going on? thanks
  12. progressive7

    JOB automation and database connectivity

    I have an access application which is access2000: it runs a series of pass through queries against an oracle database and writes the data in to a local set of tables. once it has done this the tables are process through a series of joins once this is done the final data set is written to a final...
  13. progressive7

    unable to install .netframework

    I am trying to install the framework version 1.1 on an NT machine with SP6 installed. however it is comming back with the error message, you need SP6 or higher to install the frame work any suggestions?
  14. progressive7

    JOB automation and database connectivity

    I have two question, 1. is it possible to automate jobs in MSDE so that certain updates or deletions run say every 15 minutes. 2. any ideas how i would go about getting MSDE to connected to an oracle database and retrive information and update a table? any help would be great
  15. progressive7

    Importing multiple XML files

    I have a number of XML files that all conform to the same data structure, access allows you to import the first file and use both the data and the structure you can then import other files with the data only flag set into the tables. the problem is that i have over 300 xml files and it seems...
  16. progressive7

    File not found error with MS word

    thanks for all your help, in the end i opened it in XP. not sure what the problem was as the document was created on word 2000 on NT.
  17. progressive7

    File not found error with MS word

    No i it is not being opened from a recent files list.i have tried all different ways of opening it.
  18. progressive7

    File not found error with MS word

    I tried this to no avail
  19. progressive7

    File not found error with MS word

    When i attempt to open a particular document in word i get a message saying the the file cannot be found even though ican see the file in explorer and it appears under dos. any idea's
  20. progressive7

    Auto Resizing cells

    sorry to appear ingnoragrant but where to i place this code?

Part and Inventory Search

Back
Top