Recent content by mmniet

  1. M

    get file properties of an image

    sorry, my bad :( indeed m$.
  2. 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...
  3. 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.
  4. M

    progress code upper case

    i found the solution! in the startup file of the appbuilder i have a parameter -cpinternal. I used utf-8 because the website agent are using utf-8 (it's the standard used here). I found that when i'm using 1252 as cpinternal the capitalization is correct. thanx for the help!
  5. M

    Broker stops when loading empty p-file

    fixed by adding '-p web/objects/web-disp.p.'. i thought the other agent didnt have this line, but in the custom p-file there is a run statement with this file. it works fine now
  6. M

    progress code upper case

    didn't fix the problem.
  7. 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...
  8. 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...
  9. M

    Sending a file to another system

    if couldnt stop searching for an answer, so i have found one! on system1: INPUT FROM VALUE(cFile) BINARY NO-MAP NO-CONVERT. /* check for file size */ /* SEEK INPUT TO END. */ /* i_len = SEEK(INPUT). */ /* MESSAGE i_len */ /*...
  10. 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...
  11. M

    pdf save

    i have discovered that it is a multipart html message. can anyone tell me how to read a multipart message?
  12. 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...
  13. M

    Roundtable

    i'd like to compare it to different kind of programs. in the main we like to use the program as a version-control package, but the package can do much more. The main comparison we are trying to look for is the comparison with Team Foundation Server from microsoft.
  14. 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