Search results

  1. R

    ProDataSet Relationships

    I feel like I'm being really stupid here. I co-working brought me a problem similar to this code snippet: def temp-table masterGroup field groupid as char field groupdesc as char INDEX idxid is primary unique groupid. DEF temp-table masterDetail field groupid as char field...
  2. R

    Resolved Extract Value(s) From Json

    I'm calling a rest service and getting back the below JSON. I tried to build a dynamic dataset but since the the JSON document omits the outer object I get errors 15358 and 15374 which I can't seem to find a work around. I then tried picking the specific data I need using: oObject =...
  3. R

    Resolved Pds Use In Remote Site(s) Suggestions

    Resolved: I'm still open to a better, more graceful solution but building a dynamic where clause and using can-find() worked. Good morning, I'm hoping I'm just being ignorant and someone can cure me. Please see below. OE 11.6.3 Oracle Linux First some background: We managing and package...
  4. R

    Question Building Rest Service Api Documentation

    OpenEdge 11.6 SP2 Linux PASOE Has any found any good tools that work will with OpenEdge REST API Services?
  5. R

    Answered Creating Pds With No Relationships

    I haven't really used PDS very much and feel really stupid asking this question but pride aside here it goes. I'm trying to create a dataset with only one tabled defined as a database table (cds-prod) and the rest of the temp tables (about 10 in total) would be used just as transports in the...
  6. R

    Answered Porting Code To Pas That Has Shared Variables

    OE 11.6 SP1 Redhat Linux I'm beginning a project to port client server code to be used on the Pacific App Server to support web services. The programs make heavy use of everything "shared". There are over 50 shared variables and multiple shared temp tables. I would prefer to migrate most of...
  7. R

    Question Progress Education Community (pec)

    Has anyone subscribed to Progress Education Community (PEC)? Did you get value from it? Could you get the same or equal value through progresstalk.com, psdn.com, or other related sites? Thanks in advance for any insight.
  8. R

    Question The Vacuum Of 10.2 Is Over. Bring On 11.5!

    First of all for those that read my post in chit chat about moving to a modern OS without upgrading 10.2, well "progress" has been made and I've at least convenience management that a special project to modernize a portion of the app deserves a modern development environment. Introducing 11.5...
  9. R

    Comment I'm probably wrong but....

    I'm probably thinking all wrong but just in case I would love some validation, suggestions, or plain all fashion "Rod, Your stupid" comments. I work for a publicly traded company (no names please) with a significant number of installations. We're running OpenEdge 10.2A (un-patched) on Suse...
  10. R

    Answered Best approach (oo Question)

    10.2A Linux (New to OO) I have a working class that audit's information being sent to an external 'c' program (not really relevant). The problem is I need to shared the instance of the class between two programs (program A calls B several times). To accomplish this I created and static...
  11. R

    Answered New to OO Questions

    I'm dragging myself kicking and screaming into the world of OO. I'm trapped in a 11.2A (Linux) world right now so I know things are limited but it's a start by just trying to understand the basics. I started by trying to remove some of my pub/sub logic. The program below works (yea!) however...
  12. R

    Question Out of control srt file

    First time poster. I applogize in advance if I missed anything of value. 10.2A Linux Issue: srt file hits 2 gig and crashes (this is not an index build). I have a new program that has to make calls to a fairly old "processing engine" as they call it that might run through 8-10 scenarios...
Top