Questions tagged as 'progress-4gl'

1
answer

Read and write data to serial port via openedge / progress

I have an application that sends COM4 a loop like this ... 123||60||0||0||0||2|| 123||60||0||0||0||2|| 123||60||0||0||0||2|| 123||60||0||0||0||2|| . . . . . 123||60||0||0||0||2|| I need to intercept this string to process and return on the...
asked by 16.11.2016 / 17:20
3
answers

How to make a simple CRUD using Temp-table

I'm starting at Progress 4gl, and would like to learn how to make a simple customer registration or anything related to a CRUD. I would like to do using temp-tables. I have been researching and I have come to this, I am modifying but I have not...
asked by 27.09.2016 / 14:12
1
answer

How to display only the value of the variable in progress

To create a program and would like to display only the value of the variable in Display without the name, can you do that? DISPLAY "Nota Fiscal do dia" vDia "do mes"vMes "do ano de"vAno . is there something like vDia.getValue() ? some...
asked by 24.10.2016 / 13:52
1
answer

How do I use the date range in Progress 4gl

I'm making a program to list list client Amount of requests Number of orders per customer all referring to the month of February, 2015 How would I do to get only the range of >= 01/02/2015 && <= 28/02/2015     
asked by 13.10.2016 / 18:56
1
answer

Populate FILL-IN with Browser Data

I'm trying to create a simple CRUD type I got up to that point but still I'm not using my code, so using AppBuilder of type window I have a screen with "New" "Change" "Delete" "Save" It works but when I click on the browse and try to change the...
asked by 28.09.2016 / 19:16