Search results

  1. J

    While processing....

    Hi, (crossposted in the psdn forum) My problem: I have a WebSpeed app where a request from one page (page A) to another page (page B) takes lots of time (normally 10-40 seconds sometimes longer). This is because of communication with an external system so I have no real option of speeding it...
  2. J

    Generating PDF's, newbie question

    Hello, I have a question about generating PDF:s. I need to generate PDF documents on the fly using a template wich I fill with information from a progress database. I want to publish these documents on a website and also be able to e-mail them via a batch job. Any suggestions. This should be...
  3. J

    Before Image and VST

    Hello, does anyone know how to read the Before Image Threshold (-bithold) from VST? Also: where do I find the current size of the bi-file, should I look up the right file in _fileList or is there any other way? There's is a _DbStatus._DbStatus-BiSize and these it doesn't seem to be the same...
  4. J

    Usb

    Hello everybody, this should propably go into the External Interfaces and API Code forum, but the activity is very low so I don't think i'll get many answers there. Has anyone tried communicating with USB peripherals from Progress (Win2000)? Are there any SDK's or do you have to work with...
  5. J

    Https

    Hi, has anyone attempted running https with progress sockets? Regards Jens
  6. J

    Performance problem

    Hi everybody, need some help with a perfomance issue. Running 8.1B on a Sun E3000 with Solaris 2.5.1, which is properly patched (Solaris, not 8.1B thats not patched at all). 2 gigs ram and 2 336 MHz Ultra-II CPUs. Upgrading Progress and Solaris right now is not an option. We run about 200...
  7. J

    Temptable, extents and indexes

    Hi, I have a problem with a temp-table that (simplified) looks like this: DEF TEMP-TABLE products FIELD name AS CHAR FIELD price AS INT EXTENT 10 INITIAL 0 INDEX idxname name INDEX idxprice price. There's not always a price in all of the 10 extents, so it might sometimes be...
Top