Top "Openedge" questions

Progress OpenEdge is an application development platform from Progress Software Corporation

CASE expression with NULL value

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-db
Publish a zip file to Nexus (Maven) with Gradle

Say you have a PL file you want to upload to Nexus with Gradle. How would such a script look …

maven gradle nexus progress-4gl openedge
Deleting all special characters from a string in progress 4GL

How can I delete all special characters from a string in Progress 4GL?

progress-4gl openedge
running a loop on a comma delimited list of items progress 4GL

def var cList as char no-undo. assign cList = "one,two,three,four". <Loop> cList logic... </Loop> …

progress-4gl openedge
Epicor API Documentation

Just wondering if anyone knows of any sort of comprehensive documentation for the C#/VB API for Epicor 9. Also, a …

c# vb.net openedge epicorerp
Reading input string from a text file in progress4gl

I have a .txt file having some text. I want to read this file and store it into a string. …

progress-4gl openedge
Pros and Cons of using object oriented programming for progress openedge

I understand the pros and cons of using object oriented programming as a concept. What I'm looking for are the …

oop progress-4gl openedge
Displaying progress records by sorting using any one attribute

Displaying progress records by sorting using any one attribute. I am new to progress so I want to know that …

progress-4gl openedge
Progress if statement

I'm a progress noob, actually having problem with basic blocks. Below the issue is in my if else statement. It …

progress-4gl openedge