Results 1 to 4 of 4

Thread: processing too fast !!!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Location
    Brossard, Québec, Canada
    Posts
    241

    Unhappy

    Thanks for the reply but that does not work either.

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    Have you tried putting the problem call
    outside of the function..ie ..call it from the
    routine where you are calling the writechequetofile
    function from and not within the writechequetofile function
    itself.
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3
    Addicted Member
    Join Date
    Mar 2000
    Location
    Gainesville, FL
    Posts
    131
    Try this:
    Code:
    While (Dir(filename) = "") Or (FileLen(filename) = 0)
    DoEvents
    Wend

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Location
    Brossard, Québec, Canada
    Posts
    241

    Question Weird thing...

    I tested it by calling the function directly at startup and it worked just fine.... I think maybe because my app is a cgi, since the request is made by the browser something has to be different... but still, it's the same code that is executed.... What's wrong here?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width