The Progress 4GL is a multi-platform interpreted language typically used to build business applications and is now known as ABL.
I have a linked server set up between sql 2008 and a Progress OpenEdge 10.1b server. How do I get the …
schema progress-4gl openedgeI am coding in Progress (aka OpenEdge ABL). I have a variable that holds a time and I want to …
progress-4gl openedgeThe Progress docs spill plenty of ink on SOAP, but I'm having trouble finding the example for a simple HTTP …
progress-4gl openedgeHow can I get a limited number of records from the table in Progress OpenEdge database? Something like in SQL: …
progress-4gl openedgeWhat is the exact use of break by keyword in Progress 4GL? I am not getting a clear idea from …
progress-4gl openedgeHow can I get the last day of the month in progress 4gl?
progress-4glSay you have a PL file you want to upload to Nexus with Gradle. How would such a script look …
maven gradle nexus progress-4gl openedgeDoes Progress 4GL have a function for testing whether a string is numeric, like PHP's is_numeric($foo) function? I've …
progress-4gl isnumericHow 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 openedge