Search results

  1. Z

    Modernization of Progress Application using Kendo UI

    Hi All, Has anyone succeeded in modernizing a legacy application using Kendo UI? Did you have to rewrite your entire application or there is a way you can retain Progress ABL codes in the background while running Kendo UI in the frontend? Im considering Kendo UI but my worst fear is...
  2. Z

    Creating temp tables with variable names

    Hi Everyone. I want to create a temp-table whose name should be based on records found in a table. For example: for each customer break by country. if first-of(Customer.Country) then do: create temp-table value(country). assign fields etc etc. end. The name to be given to the temp-table...
  3. Z

    Making Openedge work with Windows Credentials Manager/Windows Vault

    Hi Everyone, I want my users to be able to log into our application using the Windows stored IDs and Passwords. This should happen for every user who flags windows to remember his userID and password. Anyone who has ever tried this? Thanks in advance. Zadock
  4. Z

    Accessing Openedge Database with USERID only?

    Hi All, Our system prompts for user ID and password then uses those credentials to connect to the database and hence run our application. I want to come up with a procedure of retrieving a user’s password incase he forgets. Ideally, the user should specify his user ID then I reset his password...
  5. Z

    Checking The Number Of Users Connected During A Session

    Hi All, Assuming I have a 5 user database running, and all the 5 users are active. If the 6th person tries logging into my application, I want the system to bring up an error that the system is fully logged in and so this 6th user should wait and log in later. How do I achieve this? Thanks in...
  6. Z

    Assigning Variable Value To A Startup Parameter

    Hi All, I have two startup parameters -S and -H whose values should not be fixed. For example, User A uses host 10.10.10.20, User B uses 10.10.10.21. At the moment, I have to specify the IP addresses in the program which I find tedious since I have to compile the program everytime I make this...
  7. Z

    Running openedge application from the web

    Hi All, We are on Openedge v11.1. We recently bought Appserver to enable our application run on the web. I have gone through the documentations we have and I dont seem to understand how to post our application on the web. We have downloaded tomcat v8 and when we add the examples from java onto...
  8. Z

    Loading Data into the RAM

    Hi All, When loading data from a table whose database is sitting on a server onto a client machine using BUFFER COPY, it takes unnecessarily long. The table contains about 15000 records and it is taking approximately 3 minutes to load before my users can start using the system. Is there a...
  9. Z

    Workgroup Database working with Appserver

    Hi All, One of our customers bought a 6-User Workgroup Database (Named User) V11. We would like this customer to migrate into a web environment. Will the existing workgroup database work in a web environment together with an Application Server that is licensed using the Access Agent model...
  10. Z

    Working with Instant Messaging tools

    Hi All, I have a web-based application and it has a menu where end-users can submit queries. I want to be able to achieve the following whenever a user submits a query: 1) Be able to identify a connected (online) user by their User Ids 2) If a user is currently connected, I want to be able...
  11. Z

    Working with temp tables

    I am pretty new in the concept of separating business logic from user logic. We migrated from Progress V9.1D to Openedge V11.1. We are in the process of overhauling our existing application so that it can run on the web. I have read the documentations that came with Openedge but still, it is not...
Top