Recent content by Phillip

  1. P

    Api To Progressdb

    Is there any way to setup API calls to a ProgressDB either directly or through a third-party application? I saw DreamFactory which is a third-party made for SQL/NoSQL databases but I didn't see anything for Progress. I want to deploy a web-app to call to our database rather than utilizing App...
  2. P

    For Each Statement Populated By Variable

    We're running 9.1E in an all-Windows environment (yes, I know it's massively outdated - one of the gripes I have but gotta work with what you have unfortunately)
  3. P

    For Each Statement Populated By Variable

    I'm trying to dump text files for use in our business intelligence software and, rather than modifying the program for each new table they want added, would like to import the list of tables to a temp table and run from there. I dumped all the tables in the database to a csv and had our Network...
  4. P

    Designing An App

    Sorry in advance if I don't fully understand what you're asking. It depends on how clean you are looking for the interfacing of data and what platform you are looking for outside of Windows, if any. I have used the Appery.io mobile builder which is very easy to use if you can learn a little...
  5. P

    Api Calls In Progress

    How do I reference the command line for importing? I think I saw somewhere that you say IMPORT UNFORMATTED echo? Thanks
  6. P

    Api Calls In Progress

    Okay, I was able to get curl running and it returns the corrected address depending on the input. My next question is what way would you recommend to grab this data and input it into various fields in an App? I can have it dump the output to a text file and parse it that way, I just wanted to...
  7. P

    Browse Drop Down Column

    Thanks! That worked perfectly
  8. P

    Browse Drop Down Column

    Is there any way to add a drop down to each row in a column of a browse? I'm using AppBuilder on Progress 9.1E and want to have one field for selecting Unit of Measure to be done through a drop down to avoid user input differences. If this is possible, can you show me the syntax that I would use...
  9. P

    Api Calls In Progress

    We're running Progress 9.1E in an all-Windows environment. About 95% of our PCs are on Windows 7 also.
  10. P

    Api Calls In Progress

    Is there any way to call an API and read the return in Progress? I need to call the API for SmartyStreets.com to verify an address each time our sales representatives input a new address for a customer. I'm not totally familiar with API's beyond their function/basic use so if someone could...
  11. P

    AppBuilder Multiple Selection Touch Screen Browse

    Does anyone know an easy way to allow multiple selection in a browse on a touch screen? I know you can select multiple objects holding control on the keyboard but the users won't have keyboards as these are terminals in our mfg facility. Is there anyway to allow click to select and then click...
  12. P

    Closing Window and Passing Output Parameters

    Thanks! Worked perfectly
  13. P

    Closing Window and Passing Output Parameters

    Yes I'm using input/output parameters. What trigger do I use to close the window though? I normally use quit but when I had it quit, it closed out both my current and original windows.
  14. P

    Closing Window and Passing Output Parameters

    What is the preferred way to close a dialog-box and pass the output parameters back to the original program? I have my main program which is a dialog-box as well that, on button-click, opens a subsequent dialog-box with inputs and waits for the user to fill out the dialog-box form to pass the...
  15. P

    Apply "entry" to button syntax

    This solved it! Thank you!
Top