Recent content by corby-fellas

  1. corby-fellas

    Progress Developer Studio - 4x4 shortcut keypad

    Perhaps you need one if these?! :D
  2. corby-fellas

    Progress Developer Studio - 4x4 shortcut keypad

    Nice! There’s a few more on the Source menu I would suggest... Particularly the class shortcuts. E.g. Add Method/Event/Property. Also I used block selection mode a lot - Alt-Shift-A.
  3. corby-fellas

    Progress Error 8869

    Don't know if this helps, but with tracing you get the following... It seems like there's a call for get-value("go") somewhere in Webspeed that performs the download. It may need to be extracted from a library. Anders [09/10/06@14:56:58.353+0100] P-004536 T-001668 2 WS 4GLTRACE Run...
  4. corby-fellas

    Progress Error 8869

    Hi Mr B, I've managed to get you code working now on our development web server, and I do indead get the same error message in my log file when leaving one or more of the fields blank (see below). I'm running 10.1C03 on IIS on Windows Web Server 2008. ERROR: Unable to open file temp\. File...
  5. corby-fellas

    Using ChilkatZip to compress in-memory data?

    ...and the results are in! I've run a batch of tests with three different files, a small ascii file, a medium sizes jpeg and a larger ascii file. The results are in the attached pdf. Depending on the file your sending, compressing the whole thing first before splitting it up into the...
  6. corby-fellas

    Using ChilkatZip to compress in-memory data?

    Yep, that's got it! Firefox to the rescue as per normal! :) I'll give it a look and run some test when I can, and let you know the results. Thanks Andrew
  7. corby-fellas

    Using ChilkatZip to compress in-memory data?

    I didn't realise -mc used zlib! I can see what your saying Joey, I will try compressing the file using zlib first when I get a chance. Thanks for the library, although I don't know if it's just me, but I seem to be having trouble extracting it. Andrew
  8. corby-fellas

    Using ChilkatZip to compress in-memory data?

    Hi Joey Yes, that zlib library does sound interesting. It would most likely save me some time in my testing. :) Thanks Andrew
  9. corby-fellas

    Using ChilkatZip to compress in-memory data?

    Hi Joey, I think you've hit the nail on the head with the AppServer compression! I had a look on the Knowledge Center and found the following... ID: P69169 Title: "Message Compression (-mc) available on Progress 9.1D08 service pack" And... ID: P80779 Title: "Is it required to specify -mc...
  10. corby-fellas

    Using ChilkatZip to compress in-memory data?

    Hi Joey, Many thanks for your reply. As it happens, my good friend Cecil was kind enough to point me to zlib a couple of days ago and send me some sample code. Once I've adapted it to suit our requirements I'll post some sample code back here. Thanks again Andrew
  11. corby-fellas

    Who is the youngest Progress Developer??

    Well, firstly, my reply's been a long time coming!!! I too started young as a Progress Developer in versions 5/6, literally 2 weeks before my 18th birthday in March '98. I started part-time while I was still at college (with James), and then about four months later went on to working...
  12. corby-fellas

    Using ChilkatZip to compress in-memory data?

    Hi, Has anybody had any experience with ChilkatZip and Progress? We're using 9.1E and have had success using it to Zip files in the past, and would like to be able to Zip in-memory data, i.e. a MEMPTR. Has anyone successfully been able to do this? Basically we have two sites and would like...
Top