Recent content by Kevin Decker

  1. K

    Help with Column-Labels

    Assuming width of info does not exceed the width of the frame, I would change as highlighted below. FORM HEADER "Date: " TODAY "Page: " AT 116 PAGE-NUMBER(serr) FORMAT ">>>9" SKIP "Exception/Error - Update ME FROM ARLU" AT 46 SKIP (2) WITH FRAME fheader NO-BOX NO-LABELS PAGE-TOP WIDTH 132...
  2. K

    Web Crawlers

    Hi All, I have a client that has asked my company to take over their web development. This is the first I have used WebSpeed. My question is... How do web crawlers work with dynamic web sites? In the past, it seems that web crawlers did not like dynamic sites. My client is happy with...
  3. K

    how control focus of a message button

    Post, Try this.... Def Var v-ans as log. v-ans = yes. /*(or NO)*/ /* initializing the variable first will overide default */ Message "Do you want to close this window" view-as alert-box buttons yes-no update v-ans. Good luck, Kevin
  4. K

    Serial port trouble

    Gabor, Thank you for all your help, I will try the timeouts. Additionally, I know that Win 2000 has alot more security issues to deal with, so I will be researching if it is a 'permission' issue. However I am already logged in as Administrator. so I don't expect much. Thanks, Kevin
  5. K

    Serial port trouble

    Gabor, I had not thought to check the event log previously. Great idea, but it does not contain any entries related to my problem. Thanks, Kevin
  6. K

    Serial port trouble

    Gabor, Opening the port seems to work correctly. I am using CreateFileA to establish the commhandle. Sorry for not including the code before. RUN CreateFileA (vport, READ_WRITE, 0, 0...
  7. K

    Serial port trouble

    GetLastError is returning a value of 1 wich translates to Incorrect Function.
  8. K

    Serial port trouble

    I am using Progress V9.1C18, Procedure Editor, Win 2000. I have written an application to ouput data to an Elton Orion tag printer. My application uses sample code submitted by Chris Schriber which used Kernel32.dll to output data to serial ports. This has worked without fail for Win 95 &...
Top