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 SkipVought 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: *

  1. KneeBreaker

    IE 5.X - Back button option sometimes not available

    This happens to me, but it is when a new window is opened, and so you end up with multiple copies of IE running.
  2. KneeBreaker

    PC File Names

    Here is the way I have done it several times using NetExpress:<br> <br> SELECT IN-FILE ASSIGN TO INFILE-ID<br> ORGANIZATION IS LINE SEQUENTIAL.<br> .<br> .<br> *have also had organization sequential, indexed,<br> and relative<br> .<br> .<br> FD IN-FILE LABEL...
  3. KneeBreaker

    PC File Names

    You can, in most PC based COBOL's, set up a dataname and assign the file to that dataname. This will allow you to programatically change the name every time you run, or based on something else keep the name the same from one run to the next.
  4. KneeBreaker

    Program Pausing

    I am looking for a way to pause a program for a predetermined amount of time, like the 'DELAY' function that was in Pascal.
  5. KneeBreaker

    Screen attributes

    I am looking for a table of screen attribute values to be used with the "CBL_WRITE_SCR_ATTRS" call command in NtExpress 2.0
  6. KneeBreaker

    Screen displays

    I am trying to display messages on the screen and have them scroll. I have multiple messages to display and what them to scroll either from top to bottom or bottom to top on the screen so that prior messages are scrolled and the oldest is scrolled off. Anyone have a methode for doing this in...
  7. KneeBreaker

    WINDOWS API's

    Does anyone have any good reference books for API programming with NETEXPRESS?
  8. KneeBreaker

    Determining best way to assign IP addresses

    From my standpoint the issue is the fact that you have to keep track of the addresses if your are going to use static addresses, which can be a big headache. You get two the same and one and sometimes both do not talk on the network. The only place I use static addresses is on servers and the...
  9. KneeBreaker

    Connecting Peer-to-Peer in Win98

    What about your network mask for the IP addresses? It probably should be 255.255.0.0, if you haven't set that up. As far as the cable connection, I cannot tell you much about coax, but an RJ45 crossover cable isn't that expensive, (less than $10), and if your network card will handle an...
  10. KneeBreaker

    Comm port access

    I am using NetExpress 2.0 and need to access a datacomm port, anyone got a method on how to do this? I can't find anything documented anywhere on this.
  11. KneeBreaker

    Screen Printing

    I am new to DELPHI and cannot seem to find how to print the contents of a screen using a button to activate the process. Any help would be appreciated.
  12. KneeBreaker

    TCP/IP on AS400

    TCP/IP isn't very hard to load on the AS/400 if you are working under one of the most recent levels of OS. I loaded it in about 20 minutes and had it up and running. There is a document called "TCP/IP Fastpath Setup" #sc41-3430-00 that will walk you through the whole process. One minor note...

Part and Inventory Search

Back
Top