Search results

  1. magomg

    Get month name when input month number

    I know that! I started to work with Progress 4GL about just one year! This forum still very useful nowadays! I learn a lot with the tips posted here! I'm using the 4each.com too!
  2. magomg

    Get month name when input month number

    Hi people! I solved this problem using the ENTRY function as below: DEFINE VARIABLE dt-prazo AS DATE NO-UNDO. ASSIGN dt-prazo = 10/17/2024. MESSAGE ENTRY(MONTH(dt-prazo),"JAN,FEV,MAR,ABR,MAI,JUN,JUL,AGO,SET,OUT,NOV,DEZ") VIEW-AS ALERT-BOX INFORMATION BUTTONS OK. this way will show the...
Top