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

    .Net Remoting - How to discover remoting servers on the local network?

    I am using .net remoting in my application, and I want the user to be able to pick an available server from a list instead of having to know the computer name and type it in. Is there a way that I can discover Remoting servers on the local subnet that have a given port and topic? or Is there...
  2. dmassey

    DNS fails every couple hours but can still ping IP addresses

    I am running windows 2000 and have a problem with my internet connections. When I am using the internet(Mozilla or IE) my internet fails after about 2 hours for sites that I haven't been to yet. Sites that I have already connected to remain working. When I ping from the dos prompt, I can ping...
  3. dmassey

    Access ADO slow when recordset > 32,000 records

    Hi I have a large recordset that I am looping through using ado and Jet 3.51. The table is in an access 97 database. The code takes about 5 seconds to process the first 32000 records and then it slows to a crawl, looping through only about 10 records per second. I am using a clientside...
  4. dmassey

    Access Linked Table: Select Unique Record Identifier

    Hi I am creating a linked table to an odbc datasource in access vba. When I create the link, access shows a windows with the title "Select Unique Record Identifier" and it gives a list of all the fields in the table to select from with OK and Cancel. All I need to do is click cancel and the...
  5. dmassey

    ADO How to Insert at a specific place in a table?

    Hi I am using ado to add records to an access97 table using rs.addnew and rs.update Is there any way to insert the new row at a specific location in the recordset instead of at the end? Thanks, Derek
  6. dmassey

    ADO Passthrough Query Order-By Problem

    HI I am connecting to a table on an AS400 server using the following code: cn.ConnectionString = "Connect=ODBC;DSN=AS400 AMFLIB;UID=;PWD=;" rs.Open "Select ITNBR, ITDSC, UCDEF FROM AMFLIB.ITEMASA ORDER BY ITNBR", cn, adOpenDynamic, adLockOptimistic My problem is that the query is passed to...
  7. dmassey

    Changing CheckBox Value using USER32

    Hi I am trying to change the value of a checkbox using the user32 library. I cannot simply use sendkeys to toggle the value of the checkbox because I need to know what the current state is. I tried using sendmessageA from the win32 library, but this only changed the state visually on the...
  8. dmassey

    Problem: ActiveX Control in Header of Continuous form

    Hi I am using a microsoft time and date picker control in the header of an access97 continous form to filter the data in the form. This works fine except when all data is filtered out and there is no current record. Changing the value of the time&date picker gives the following error...
  9. dmassey

    Excel 97 hyperlink opens with different application than explorer uses

    Excel 97 opens hyperlink using different application than windows explorer uses. I have created a hyperlink in Excel 97 to a file on my local hard drive. I have both the application and its viewer installed on my machine, but I want to always open files using the viewer not the application...
  10. dmassey

    Crystal Reports 4.6 Control Problem

    I am using two crystal report 4.6 controls on the same VB6 form. The reports source data is a query in an access 97 database. When I load the form in my application, I can view all the reports no problem. When I close the form I get the following error and the program crashes: Exception...
  11. dmassey

    Problems Printing Report From Print Preview

    I've created a report in access 97 and in order to get the formating I needed, have used the on-print and on-format events for different sections of the report. The report prints fine when it is printed using docmd.openreport "Report Name", acnormal. If I print it from print preview...
  12. dmassey

    "Sort by name" order changed in Windows XP

    Hi In windows XP, microsoft went and changed that way that directories are sorted in Windows Explorer. They Changed it from a character by character sort to a sort by number which changes the order that the files are listed. (http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b318872)...
  13. dmassey

    Printing from VBA using PDF WRITER -- Setting page size

    Hi I have been using VBA in Excel to print documents using Acrobat PDF Writer. My problem is that I can't set the paper size when I do this and pdf writer seems to remember what you size you printed last. Does anyone know how to specify the page size?? thanks, Derek
  14. dmassey

    Can I use DS1 modules to tie two Merlin Magix Systems together

    I need to tie two merlin magix systems together. If I use two DS1 modules to connect them, will I be able to call extensions on one system from the other? We currently have tie lines, but need more capacity. Thanks

Part and Inventory Search

Back
Top