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

    Cobol Report Writer

    Greetings, I have a program a detail line, and 4 levels of control breaks. I let the user decide what level of detail he wants to show, and use SUPPRESS PRINTING to only print what the user wants to see. It works but I have two thing that seem like they should be simple but am struggling...
  2. butler

    get the users ip address

    I'm using microfocus on a unix platform. How do i get the ip address of the users? Thanks --bill
  3. butler

    RegExp problem

    Greetings, I have a VB program that uses the clsRegExp from the 'Microsoft VBScript Regular Expressions 5.5'. I'm wondering if this is a bug? I have this string: "here’s proof of what I’ve been saying" And this expression: [\200-\377] Basically what this does is scan email for ascii...
  4. butler

    cobol key map

    Greetings, I have a handheld wireless device (Blackberry 7510) running telnet vt100 emulation. I am using this to access a microfocus cobol application running on IBM/AIX. The problem is, I can't get function keys F5-F12 to work. I have tried running keybcf from from the Blackberry, but...
  5. butler

    ie problems after windows 95 to 98 upgrade

    Greetings group, I upgraded a pc by installing windows 98 over windows 95. I wanted to keep all of the users existing applications. But now Internet Explorer does not work. It loads, but I get a page not found error for both internal and external sites. It's strange. TCP/IP is working and...
  6. butler

    problems after upgrading to 95 to 98

    Greetings, I upgraded a pc by installing windows 98 over windows 95. I wanted to keep all of the users existing applications. But now Internet Explorer does not work. It loads, but I get a page not found error for both internal and external sites. It's strange. TCP/IP is working and set up...
  7. butler

    backing up the running-config over the terminal port

    Greetings group, You would think that this would be a snap but I just can't make it work. I am trying to backup a Cisco 1700 router config and ISO to a PC directly connected to the consel on the router. I tried copy flash xmodem among other things with no success. Please Help! Thanks --bill
  8. butler

    bind a text box to a custom class property

    Greetings, Is there a way to bind a text box to property in a class. This is what I tried but it didn't work: txtName.DataField = clsCustomer.Name I would like this to work so that when clsCustomer.Name changes the text box is automatically updated, and when txtName.text changes then...
  9. butler

    dynamically splitting large html files

    Greetings, We have a sales/accounting system that generates various daily html formatted files into an archive directory on our IIS web server. The problem is that some of the files are as many as 3000 pages long are can lock up older/slower computers. I would like to be able to have the user...
  10. butler

    Greetings I have written a serie

    Greetings I have written a series of classes (Rules, Rule, Condition, Conditions, CstrList) that allow me to do the following. The 'Rules' and 'Conditions' classes are based on collections. 'CstrList' is based on a dynamic string array. The structure is such that I can say...
  11. butler

    Excel Recalculation Frustration

    Greeting! I have created a simple Excel VB function to do matching. See below for the code. Two cells are pass to the function and they are combined to do a lookup in two different tables and return a value. There are 2 comments in the code. I am 'DEBUG STOP #1' code to do a break each...
  12. butler

    files hit by a running process

    hi all, is there a way to tell what files are being accessed by a running process? thanks, bill
  13. butler

    force a linked text doc to open with MS word.

    Hi all, Is there a way to FORCE/TELL linked text documents, with names like 'ABCDEF.101001013052', to be opened in microsoft word instead of inside internet explorer? Thanks much, --bill
  14. butler

    Hi all, I am thinking about addi

    Hi all, I am thinking about adding a W2K Pro client to our existing NT4/Win95 network. Currently, the NT servers are all part of a domain called CORP. The win95 PC's are in a domain call BUTLER. This works well for us. NT validates all 95 log-ons and pass on the log-on script. Will be able...
  15. butler

    outer join question

    Hi all, I am having trouble getting an outer join to work. I have a working procedure that generates the following SQL statement and returns the results. It lists matching items from the 'Pointer' table. I need to modify it to return all items from the UserFavorite.ReportID, even if there is...
  16. butler

    FileSystemObject Folders

    Hi all, The following code prints folder names a collection of 'folders'... Dim fso As New FileSystemObject Dim fld As Folder Dim tFld As Folder Set fld = fso.GetFolder("c:\") If fld.SubFolders.Count > 0 Then For Each tFld In fld.SubFolders...
  17. butler

    <map> mouseovers

    Hi all, I thought this would be easy but I can't get it work: I have a web page with a picture dead center. The picture is of 5 people. I would like to show a persons name on the picture when the user moves his mouse over them. I am having trouble getting this to work between Netscape...
  18. butler

    installing software

    Hi all, I'm in over my head... I am trying to install pine 4.31. I downloaded the precompiled package from www.rge.com/pub/systems/aix/bull/ and used smit per the instructions. I got two dependicy errors; openssl-0.9.6.0 which I also got from rge.com and, ldap.client.rte, which I installed...
  19. butler

    sendmail problems after aix4.3.3 upgrade

    Hi all, I am having a problem with sendmail's alias file since upgrading to aix 4.3.3. Now when you send email to an alias name, that users will receive a random number of copies of that email. When you send mail using that same person's login name, everything is OK. One thing I did notice...
  20. butler

    '#Deleted' records in a linked data table

    Hi all, I have a linked table in access and when I view the table some the records have '#Deleted' in every field. These represent records that have been deleted in the database since the last reorg. I cannot reorg this table every time I want to query it. I am trying to create a query...

Part and Inventory Search

Back
Top