Search results

  1. J

    Draw a Trapezoid

    Hi to all, Thanks in advance for your support, some one know how to draw a trapezoid in unix with the 4GL in a HP Printer. Thank you again.
  2. J

    Progress Integer to Crystal Time

    I want to thank you for your help, it was soo usefull the final answer based in your reply was: numbervar tiempo := {tr_hist.tr_time}; numbervar horas; numbervar minutos; stringvar hora; numbervar segundos; horas := truncate(tiempo / 3600,0); minutos := truncate((tiempo mod 3600) / 60,0)...
  3. J

    Progress Integer to Crystal Time

    Hi to all, I want your help to resolve this problem, I have some time searching the way to Convert a Progress Integer Field to Crystal Reports Time, could you help me with this? Thanks in Advance for you help.
  4. J

    Display Only File Name

    Hi vinod_home, Thanks for your help it really work. Thanks again.
  5. J

    Display Only File Name

    Hi to all I have a variable with this value "c:\prueba\prueba.txt", how I can display only the file name?, sometimes have more directories. Thanks.
  6. J

    changing form V6.2 to v9

    I work with progress V6.2 but I update to V9, my question is if I need change some codesource of my programs?? and how I can translate the database to a V9?? Thank you??? :dead:
Back
Top