Recent content by andycrack

  1. A

    Read file and display in frame

    Dear Friend I test it, it works but only into a unix shell, in QAD 2008 SE .net window doesn't. Also to display my file i need a multiline frame and scrollable i use the 100 down. I hope you can help me best regards;)
  2. A

    Read file and display in frame

    Dear Progress Friends I have a trouble . I need to read a file from unix like ( os-command (cat file.log) ) and display the output inside a frame. The other possibility is read the file into a stream but i don't know how to display into a frame. any suggestions please:) best regards.:cool:
  3. A

    mfmsg04.i

    It Works nice!! Thank you very much for your help best regards, Andycrack.
  4. A

    mfmsg04.i

    {mfdtitle.i} DEF VAR hr AS CHAR FORMAT "x(8)" LABEL "Hoja Ruta". DEF VAR hr1 LIKE hr. DEF VAR nbr LIKE so_nbr. DEF VAR nbr1 LIKE so_nbr. DEF VAR eff LIKE so_ord_date. DEF VAR eff1 LIKE so_ord_date. DEF VAR fch LIKE so_ord_date. DEF VAR fch1...
  5. A

    mfmsg04.i

    I'm currently develop a restriccion for an explorer for the range of dates. The main idea is restrict dates only 4 days of diference between fch and fch1. But when i run the explorer not display the error msg. Help please. DEF VAR diferencia AS INT. DEF VAR eff AS DATE. DEF VAR eff1 AS DATE...
Top