Results 1 to 4 of 4

Thread: Extension creation problem after .089

  1. #1

    Thread Starter
    Addicted Member DKasler's Avatar
    Join Date
    Jan 2005
    Location
    Brooklyn, NYC
    Posts
    177

    Extension creation problem after .089

    I have an app that I created that creates a delimeted file from data in my db, and for reporting purposes the the extsions go as follows

    .001
    .002
    .003 etc, etc

    The app crates the files with the next required extension, by doing a loop to find the last record then Uses a Right statement to chop off the 3 digit extension then adds 1 too it which removes the zeros so then I have some code to add the zeros back on.

    Anyway... The app works exactly the way it should up to .089 then after that the extensions stop adding comepletly and an extensionless file is created.

    Anythoughts on why .089?
    -----MY SITES-----
    BayRidgeNights.Com - NYC Nightlife Forums

    Fight Communism - Rate Posts!

  2. #2
    Fanatic Member Blade's Avatar
    Join Date
    Jan 1999
    Location
    Stoke-on-Trent, UK
    Posts
    527

    Re: Extension creation problem after .089

    Maybe a bug in your code? Post what you have so we can try to figure out where the problem is.

  3. #3
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Re: Extension creation problem after .089

    lets see some code?
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Extension creation problem after .089

    Perhaps throwing a DoEvents in between each file creation might help.

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