Search results

  1. M

    special characters

    Hi, I want to compare 2 variables with each other, if they are not even a message have to show. Example DEF VAR a AS CHAR CASE-SENSITIVE DEF VAR b AS CHAR CASE-SENSITIVE .... IF a NE b THEN MESSAGE "try again!" VIEW-AS ALERT-BOX INFO BUTTONS OK In the next cases I want to have a...
  2. M

    get file properties of an image

    Hi, How can I get some file-properties. For example I need to know the filesize and the pixels width and height of an image. I searched the help, google and this forum, but didn't find a sollution, hopefully there's one.
  3. M

    progress code upper case

    Hi, With a new installation to a newer progress i have a problem in the editor. When i for example type the following code: Normally progress detects progress code and automatically uppercases the progress syntax (and makes the progress specific code blue) . On my system i get the following...
  4. M

    Broker stops when loading empty p-file

    I have a problem configuring my webspeedagents. When i configure to load a pf file with some databases all goes as it should be, the agents start without any errors. But when i place the line '-p c:\progress\work\somefile.p' (an empty p-file) to the startup of the agent and i then restart the...
  5. M

    Sending a file to another system

    Hello, I face the following problem: We have 2 systems. On one system there is a userinterface. User can create PDF-files. The pdf-files are created on system1. The pdf-files have to send to system 2. I tried the following to read the pdf file: INPUT STREAM abc FROM VALUE(cFile). REPEAT...
  6. M

    pdf save

    Hi, i have developped a program which generates an HTML document. With a converter its converted into an PDF-file. I call the pdf with a http request (when i request the file it's being generated). for example: www.example.com\invoicepdf.htm?invoiceid=12345. I receive some data back, but i...
  7. M

    Roundtable

    Hello, I'm wondering what the benefits are of roundtable when you look at other packages of the same kind of programs. Can anyone tell me the pro's and the con's of roundtable? Thanx in advance.
Top