progress-4gl Questions
11
Solved
How can I get the last day of the month in progress 4gl?
Strophic asked 19/6, 2012 at 4:29
2
Say you have a PL file you want to upload to Nexus with Gradle. How would such a script look like.
group 'be.mips'
version = '1.4.0-SNAPSHOT'
In settings.gradle --> rootProject.name = 'stomp'
An...
Subsistent asked 27/12, 2016 at 13:50
5
Solved
Does Progress 4GL have a function for testing whether a string is numeric, like PHP's is_numeric($foo) function?
I've seen the function example at http://knowledgebase.progress.com/articles/Articl...
Flagellum asked 10/10, 2013 at 13:53
1
Solved
I am the beginner for progress 4GL language and I'd like to know about the difference between NO-UNDO and NO-ERROR in progress 4gl language.
Relay asked 7/8, 2018 at 6:29
2
Solved
In documentation of ZPL II language there is command "~JA" which allow to clear all jobs in buffer.
Unfortunately it seems to not working on Zebra GK420d ( but I can't also find any word about it ...
Davisdavison asked 27/4, 2015 at 11:46
4
Solved
How can I get a limited number of records from the table in Progress OpenEdge database?
Something like in SQL:
SELECT TOP 100 * FROM MyTable
The only ugly solution I can find is looping through...
Flasket asked 7/10, 2011 at 5:56
3
Solved
I have a linked server set up between sql 2008 and a Progress OpenEdge 10.1b server.
How do I get the table schemas?
Boxwood asked 9/4, 2010 at 18:49
4
Solved
The Progress docs spill plenty of ink on SOAP, but I'm having trouble finding the example for a simple HTTP GET/POST with Progress ABL.
How do I GET and POST strings to/from a URL?
Can the URL be...
Cur asked 14/1, 2010 at 18:58
3
Solved
def var cList as char no-undo.
assign cList = "one,two,three,four".
<Loop> cList
logic...
</Loop>
What's the best way to loop through a comma delimited list in a char variable so that...
Andie asked 3/4, 2012 at 13:35
1
Solved
I have some temp-tables in my script that I will be exporting to a csv file. I need to also export the field names as well as their values. How can I get the field names of temp-tables?
Romulus asked 20/6, 2014 at 21:42
1
Solved
What is the exact use of break by keyword in Progress 4GL?
I am not getting a clear idea from the keyword help of OpenEdge.
What is the main difference between by and break by keywords.
Ribbonwood asked 18/11, 2013 at 5:37
3
Solved
I understand the pros and cons of using object oriented programming as a concept. What I'm looking for are the pros and cons of using oo in progress/openedge specifically. Are there challenges that...
Ev asked 23/4, 2012 at 19:42
1
Displaying progress records by sorting using any one attribute.
I am new to progress so I want to know that how records in table can be displayed according to sorting on one attribute.
Manyplies asked 8/9, 2011 at 12:40
1
Solved
I've run across this code in a number of places:
DEFINE BUFFER Customer FOR Customer.
I have two questions:
What is the purpose of this? Why is it beneficial to create a buffer with the same ...
Armipotent asked 30/3, 2011 at 14:44
1
© 2022 - 2024 — McMap. All rights reserved.