Search results

  1. D

    Abhack: How Do I Run It?

    I modified the protools.dat file to call a program, now I need to know which ABHack program to call. Any help would be appreciated.
  2. D

    Abhack: How Do I Run It?

    I think modifying the protools.dat file is necessary, but I can't find where that file is located on the Windows machine. Much easier to find things on Unix or Mac.
  3. D

    Abhack: How Do I Run It?

    Unix / Windows v11.3 I downloaded the files for ABHack and the instructions reference running it via Protools, but the "ABHack" option is not on my Protools menu. How do I get it to the Protools menu / run it? If I try running the files manually I get an error about "protools/<file.i> not found.
  4. D

    Question I Need The Unix Version Of This Progress External Procedure

    I found the answer here on ProgressTalk. Question - Openedge Math Functions
  5. D

    Question How To Disp Temp Table Rows In Html (front End)

    In the UI, make an AJAX call (AngularJS) to the back end and return JSON (write-json() from temp-table). Using AngularJS to display is easy as pie. I recommend you separate the business logic (Progress code) from the HTML.
  6. D

    Question I Need The Unix Version Of This Progress External Procedure

    Unix v11.3 Hey all. I had posted a question about needing to find code for a zip code calculation, which Rod provided. The code works fantastic, as long as I run the code from a Windows GUI Procedure editor. But I need to be able to run it on Unix. I need the Unix version of this procedure...
  7. D

    Question How To Calculate Distance Between Zip Codes

    I modified it to suit my needs in regards to table data and it looks good. Hard to test for exact matches b/c the web APIs work of zip code to zip code in terms of longitude and latitude, my data is using coords of exact addresses. But, the majority of hits from the web API I tested with came up...
  8. D

    Question How To Calculate Distance Between Zip Codes

    Rod, that is awesome. Thanks. I have all the data I need, I'll try out that code. I don't need it to be accurate down to the Nth of a mile, just general will work. Thanks.
  9. D

    Question How To Calculate Distance Between Zip Codes

    That API would work except this is for a production site and I need it to be in Progress ABL code. It will be calculated on the server with the data returned to the client.
  10. D

    Question How To Calculate Distance Between Zip Codes

    Unix v11.3 I am in need of calculating the distance between two zip codes. I have all the zip codes and longitudes / latitudes data. Does anyone have code that does this? I figured I'd check here before starting to dig in.
Top