Progress OpenEdge is an application development platform from Progress Software Corporation
I'm struggling to understand how to check for a null value in a progress case expression. I want to see …
sql select case openedge progress-dbSay you have a PL file you want to upload to Nexus with Gradle. How would such a script look …
maven gradle nexus progress-4gl openedgeHow can I delete all special characters from a string in Progress 4GL?
progress-4gl openedgedef var cList as char no-undo. assign cList = "one,two,three,four". <Loop> cList logic... </Loop> …
progress-4gl openedgeI have a .txt file having some text. I want to read this file and store it into a string. …
progress-4gl openedgeI understand the pros and cons of using object oriented programming as a concept. What I'm looking for are the …
oop progress-4gl openedgeDisplaying progress records by sorting using any one attribute. I am new to progress so I want to know that …
progress-4gl openedgeI'm a progress noob, actually having problem with basic blocks. Below the issue is in my if else statement. It …
progress-4gl openedge