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

    How to use VB.Net WebClient.UploadFile

    Hello, I'm new to the .Net arena and have a question on how to upload a file from my local drive to an FTP server using the WebClient.UploadFile. I have been able to establish a connection to the FTP server but keep getting a 550 File Unavailable error. I'm about to jump of the nearest bridge...
  2. EnS

    Call UDF from DTS Package

    Is there a way to call a UDF from a DTS Package using ActiveX Script Transformation? ERM
  3. EnS

    Help w/Linked Tables (VFP views)

    I am using VFP 6.0 Database as a repository housing one table of current data. I have created several local views to present different aspects of the data to the users which they access through MSAccess linked tables using an ODBC connection. The problem I'm having is that when my users create...
  4. EnS

    Help w/ODBC Linked Tables(VFP Local Views)

    I am using VFP 6.0 Database as a repository housing one table of current data. I have created several local views to present different aspects of the data to the users which they access through MSAccess linked tables using an ODBC connection. The problem I'm having is that when my users create...
  5. EnS

    Help w/ODBC Link Tables (VFP Local Views)

    I am using VFP 6.0 Database as a repository housing one table of current data. I have created several local views to present different aspects of the data to the users which they access through MSAccess linked tables using an ODBC connection. The problem I'm having is that when my users create...
  6. EnS

    Local View with multiple remote tables

    Hello Can one of you gents advise me on how I can create a local view in a dbc using multiple remote tables? I have a main table "tblMain.dbf" in "loc1" and "tblOther1.dbf", "tblOther2.dbf", and "tblOther3.dbf" in "loc2". The table definitions are as follows: tblMain.dbf - rec_id -...
  7. EnS

    How do I close a running program?

    Hello, I have a program that, ideally, should not be run concurrently with EXCEL. I have been able to determine whether or not a session of EXCEL is running using the FindWindow function but now I need to know how to close the session programmically. I have been able to get the ThreadId...
  8. EnS

    How do I close a running program?

    Hello, I have a program that, ideally, should not be run concurrently with EXCEL. I have been able to determine whether or not a session of EXCEL is running using the FindWindow function but now I need to know how to close the session programmically. I have been able to get the ThreadId...
  9. EnS

    Passing and Returning Objects

    Hi all, I'm not sure if this is possible, but I want to return an object from a user-defined OCX control. Can anyone help me with this? Background info: I created an OCX control the receives 2 objects (form and control) and a string. I would like this OCX control to return the form instance...
  10. EnS

    Undefined Function Problem

    Hi fellas, Ok, here's the situation. I have a number of databases that, for this particular process, connects to each other in order to submit data from two databases into one centeral database. For example, I have db1 which is the initiation point for the process, which uses qry1 in order to...
  11. EnS

    Execute an external Query

    Hi guys, I'm not sure if this has been covered or not, but I was wonding how I can execute a query in one database from an external database? Can this even be done? I think I would use ADODB.Command but am not sure. Can anyone help? Thanks for the advise. ERM
  12. EnS

    Add a TextBox to a Form Programically

    I'm not sure if this is the right place to submit this question, but I am unable to find anything in the FAQ's or archive threads. Here is the situation. Say I have a form with one button on it (cmdAddTextBox) and say that when the user selects the button, the code within the OnClick Event...
  13. EnS

    Need help with inefficient coding

    Hello, I have developed a module that compares data from a table in the current database with data that is contained on a table in an external database and updates a field in the internal table. The code that I came up with works, but I feel that it is inefficient and creates too much...
  14. EnS

    VB6 execute error "Class not registered" on client95 w/Access97

    I have created a front end application using VB6 on a XP Pro machine. The applicaiton will be deployed to Win95 machines and uses Access97 as its db file. I have used the Package and Deployment Wizard to package the project and the setup program works fine with no errors during the process...

Part and Inventory Search

Back
Top