Most voted "progress-4gl" questions
Progress 4GL is a fourth-generation programming language, hence 4GL, event-based and proprietary. It was developed by Progress Software Corporation in 1984
Learn more…9 questions
Sort by count of
-
2
votes1
answer255
viewsRead and write data to serial port via openedge/Progress
I have an app that sends the COM4 port 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…
progress-4glasked 8 years, 1 month ago Geovane Hilário Linzmeyer 21 -
1
votes3
answers512
viewsHow 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’ve been researching and I’ve…
-
1
votes1
answer154
viewsHyphen as column name in database
It is possible to work with hyphenated columns (-) within a select? Example: SELECT fm-codigo, descricao FROM ems2cad.pub.familia Progress database I am performing the query using PHP via ODBC,…
-
0
votes1
answer610
viewsFill FILL-IN with Browser data
I’m trying to create a kind of simple CRUD I got to this point but still have half failed my code, to using the window type Appbuilder I have a screen with "New" "Change" "Delete" "Save" but when I…
-
0
votes1
answer585
viewsHow do I use the date range in Progress 4gl
I’m doing a program to list list customer Number of applications Order quantity per customer all for the month of February 2015 as I would do to catch only the interval of >= 01/02/2015…
progress-4glasked 8 years, 2 months ago Alef Ribeiro 23 -
0
votes1
answer120
viewsHow to display only the variable value in Progress
to create a program and would like to display only the value of the variable in Display without the name, has how to do this ? DISPLAY "Nota Fiscal do dia" vDia "do mes"vMes "do ano de"vAno . there…
-
0
votes1
answer30
viewsFor Each with Where and Break By
I couldn’t find a suitable title for my doubt, but come on... Consider the code snippet below as an example: def temp-table tt-test field id as int field customer as int field added as char. create…
progress-4glasked 5 years, 5 months ago electus 971 -
0
votes0
answers93
viewsProgress 4GL Include of files with variable in the path
Hello In Progress 4GL it is possible to include files with the directive: {program.i} //Includes program.i in the current program However, I could not mount a directory sent by variable or similar:…
progress-4glasked 5 years, 1 month ago Luiz Olinger 1 -
0
votes1
answer21
viewsError when I try to give CREATE in a 4GL PROGRESS table
Good afternoon. New to Progress here and I have a problem that didn’t happen before. When I created a new row in tables or in temporary tables, CREATE [table] was all I had to do. Now, in the last…
progress-4glasked 3 years, 7 months ago Diego 1