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

    Help pulling data from web service into SQL Server database

    I'm a newbie to web services. Can anyone point me in the right direction to use SSIS with the following web service? http://128.177.43.69:9763/services/TemsApiService?wsdl2
  2. hmstoo44dd

    Denial of Service

    There are multiple instances of find.exe followed by ftp.exe running on exchange 2003 server. Does anyone know if this is an intrusion or necessary processes?
  3. hmstoo44dd

    Mass update of queries

    Is there a way to loop through all of my queries and if they use a specific table, change them to point to a different table or query? I'm trying to integrate my access database with a table in SQL Server that contains same data with different column names.
  4. hmstoo44dd

    Add timestamp to table

    I need to add a timestamp to our customers table so we can update data with MS Access. Can anyone point me in the right direction? Is there a thread here that will help? Thanks
  5. hmstoo44dd

    javascript newbie - question

    How do I capture the response so I can either wrap the XML in HTML or redirect it? Currently the response displays in a new tab as XML. <event activity="click"> <submit format="xml" target="https://www.chaseloyalty.com/xcff/XmlApi" textEncoding="UTF-8"/>...
  6. hmstoo44dd

    ASPX newbie

    How can you tell from aspx code what database/table/view/stored procedure, data is from? I see this tag: <asp:datagrid id="dgNames" OnItemCommand="CustID_Click"> Is "dgNames" the name of the datagrid or does it refer to the data source?
  7. hmstoo44dd

    Batch file from previous employee. What???????

    Can anyone interpret this script for me, and maybe give me a resource so I can study this stuff? This is a batch file that runs before calling several vb6 .exe's. :MAKE1 VB6 /MAKE /OUT C:\project\progress.log "C:\Documents and Settings\mystuff\desktop\myDirectory\myfolder\job.vbp" IF NOT...
  8. hmstoo44dd

    Two pieces of almost identical code, one works, one does not,

    I have a form with a continuous subform. When I open the form with the first code example the subform gets the error, 'you can't assign a value to this object' when trying to edit a field. The other code example works fine. Both open the form to the correct records. The openform event =...
  9. hmstoo44dd

    Save rownumber of continuous subform?

    I'm using the 'absolute position' to number the records in a continuous subform but, can't figure out how to save the number as part of the record. The onCurrent event only captures the first record in the subform. Anyone have a solution?
  10. hmstoo44dd

    How to treat a multi value delimited field as different record?

    I have a memo field in a table that holds multiple customer numbers delimited by a semicolon. When the form is saved it concatenates, delimits, and copies all values selected from a list box. I need to be able to create a report that shows each customer as a different record. I have used the...
  11. hmstoo44dd

    Access error with Win XP and Office 2003 on bootable drive E:

    I have a dual boot system with Windows XP and Office 2003 on drive E:\. My access database will not work because it can't find msador15.dll. I made sure that the .dll is in E:\Program Files\Common Files\System\ADO and registered. My boss thinks that Access, by default, is looking for drive C:\...
  12. hmstoo44dd

    Database is trying to open in edit mode

    We have a database on our network that just started giving an error on open, if someone already has it open. The error is the one about 'you can't open in exclusive mode....' The error message appears 30 times; maybe the number of objects it needs to load????? Anyone have any ideas? Thanks
  13. hmstoo44dd

    Subform combo box error 'null value/required field'

    I have a form with a continuous subform. The subform contains a combobox where you can search the customers table to enter customers names. When you tab to create a new entry then decide not to there is no problem. However, if you do a search and don't find the correct name, you can't get out of...
  14. hmstoo44dd

    End satement not working

    Access 2002: I am trying to use the end statement in the form load event to stop execution of all code/modules if the user id is not listed in a table. However, it just stops execution of the code in the load event and loads the form. I've never had this problem before in other VBA development...
  15. hmstoo44dd

    How do you determine what state the Insert key Is In?

    I am writing macros in Reflection for IBM and need to be able to determine wheather the insert key is toggled on or off. Unless there is another way to insert text into a line of text. Any help is greatly appreciated.
  16. hmstoo44dd

    Test for Insert Key

    How can I test to see if the insert key has been set to on? I am working in Reflection for IBM and need to insert data into a row. I cannot use 'Session.Transmit rcIBMInsertKey' if the insert is on because it will toggle it off.
  17. hmstoo44dd

    Connecting VB6 with Notes when using roaming profiles.

    I created a VB6 application that opens a Notes database to read a view. It works fine on my desktop because my notes.ini folder in on the hard drive. However, other locations have roaming profiles setup and their ini file is on the server and the application won't run.How do i get past this...

Part and Inventory Search

Back
Top