Recent content by adept

  1. A

    Passing parameters

    Hi All I would be glad if someone could help me with the following: <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=iso-8859-1" NAME="AUTHOR"> <TITLE>Supervisor's Report</TITLE> </HEAD> <SCRIPT LANGUAGE="SpeedScript"> def var li-curr-year as int format...
  2. A

    Display not showing

    Maybe I should be still clearer. The program first displays the purchase order header details between lines 1 and 14. The purchase order detail lines are next displayed in a browse widget between lines 15 and 19. On leave of the price on a line the GL allocation details should display...
  3. A

    Display not showing

    What I mean is: for each po_gl_line of po_porder_line: update po_gl_line. end. The above sample code does not display on the screen. You are not given a chance to update the fields.
  4. A

    Display not showing

    Hi all My Company is running Progress Character version 9.1A. I have come across a problem while writing a program to modify a purchase order on our system. What I do is: 1. Select the purchase order from a browse. 2. Display the purchase order header details. 3...
  5. A

    Mail 132 column documents

    Hi all We run a character system and often need to send 132 column documents via email to other users. When I use the command uuencode fname fname.html |mail email-address then the resulting email is unformatted. On viewing the source, one can see the document in its original...
Top