Search results

  1. P

    Question Does anyone have experience with prowin32.exe.manifest?

    Does anyone have experience with prowin32.exe.manifest? If you have worked on this, could you please let me know whether this file can help improve the look and feel of fill-ins and other UI widgets? Any example will be helpful. Thanks, Philip
  2. P

    Question Windows Server 2025 Standard - Fill in View

    Hi, In Windows Server 2025, the application interface appears different compared to Windows Server 2019. Is there a setting available to restore the icons and overall appearance to match the Windows Server 2019 view? 2019 look 2025 look Thanks
  3. P

    Error error while testing the application after migrating from OE 11.7 to 12.8

    Hi, I am getting an error while testing the application after migrating from OE 11.7 to 12.8. In the combo-box property sheet, I have set an initial value for the combo-box as “XXXX”. **Attribute SCREEN-VALUE for the COMBO-BOX COMBO-PRODSUBTYPE has an invalid value of XXXX (4058) While...
  4. P

    Question OCX 32-bit in OE 12 64-bit

    Hi, Our application is currently in Version 11.7 32 bits with App Builder. Now migrating our program from version 11.7 to 12.8 64-bit. Issue is with the 32-bit OCX. Most of the OCX providers are not available now, and some are custom-made as well. Are there any .NET wrappers to keep the same...
  5. P

    Question Future of RDBMS in the AI era

    Will there be any chance of reinstating the flat file system? Any thoughts on this, please share. Thanks
  6. P

    Question AI with Progress / OpenEdge

    Hi, Is Progress doing anything towards AI capabilities? Data Search, Chat board etc... etc.... Thanks -Philip-
  7. P

    Question Progress Schema Holder with SQL Database

    Hi All, Our SQL customers complain about the Dead Lock situation when a massive update happens..... However, customers using Progress DB have no issues. If you have any KB Links for achieving better performance, precautions to be taken while writing the code etc...(with respect to the SQL...
  8. P

    Question Compile a Program in different environment

    Hi, I am trying to build a utility to compile programs in different environments. When the user selects an environment and Press compile button run the below code CONNECT database -H dbserver -S 29000. Compile c:\temp\program.p save into e:\cmp\ . DISCONNECT database. My doubt is How can I...
  9. P

    Question Progress (Schema Holder) SQL connection

    Hi, Below is one of the lines in a Client PF file for a Progress (Schema Holder) SQL connection -RO -db c:\db\data\sports2000_sh -1 -db Dev -ld sports -U xxxxxxx -P yyyyyy -1 -Dsrv skip_schema_chec from the above line, my understanding is Database connection is Read-Only & Connection is the...
  10. P

    Question Leave statement in a For each loop will release the lock

    Hi, Please clarify my doubt. In the below code When i = 3, Progress will release the lock and then leave OR, 3rd record will be in the Exclusive lock until we write the Release statement and then Leave? DEFINE VARIABLE i AS INTEGER NO-UNDO. FOR EACH Customer where customer.custnu < 5...
  11. P

    Question Lock wait timeout of 1800 seconds expired (8812)

    Hi, One of our clients is using Progress Schema Holder and maps to an MS SQL Server. Application is hanged for a long time. When we checked the asbroker log and found the below error. Can anyone help me sort out this issue? Is this raised due to the locking by SQL DB? Or shall we look into the...
  12. P

    Question COM Object Help required

    Hi, I am using the below code to add new rows and copy-paste the contents to each row. I want to delete a particular row. Please help me in finding the exact code to DELETE one row which I created in the WORD document. DO cnt = 1 TO 3: ASSIGN W-CNT = W-CNT + 1. IF W-CNT = 1 THEN...
  13. P

    Question 4GL Trace File Content Help required

    Hi, Customer reported that when they are using a RF screen some times it behaves wrongly after the user prints the label. I collected the 4GL trace from the client. After each print, it will go back to the parent screen. That is the proper behavior, however, sometimes it goes back to the main...
  14. P

    Error Could not locate method 'DeleteCat' with matching signature in class 'Lion'. (14457)

    Hi, While I am testing a Delete method inside a class I am getting the below error. After seeing this error, I recreated the WAR files, re-started tomcat, UnDepoyed and deployed the services. Still the same error appearing. Can anyone throw light on the issue?
  15. P

    Question Dynamic Extents In Temp-table Field

    Hi, I have an assignment to print a report with item names as column-labels. If a store has 10 items then these ten item id appear as column labels. It can vary. How can I define a temp table with this dynamic extent? I know in a variable we can do the dynamic extent. Same way can we do it...
  16. P

    Question Mobile App License Overview

    Hi, Can any one give a Licensing Overview of a Mobile App. We have developed a Mobile App in Sencha and Progress as backend (REST calls) . We build a Apk file and installing it in the devices. We want to make sure that number users suing the app should not exceed the number of license...
  17. P

    Question Open Query Or For Each Will Have Better Performance

    Hi Please have a look into below section of code . Can anyone tell us which one have a better performance. or both have same performance? -philip- /* With open query : */ CASE order_type: WHEN "SoNbr":U OR WHEN "AnyOrder":U THEN DO: OPEN QUERY iq_slshdr FOR EACH...
  18. P

    Error Error In Soap Request Execution: Sessionpool : Noavailablesessions

    Hi, While we are trying to run a AppServer procedure multiple times through a webService call, we are getting below error in wsa1LogFile Monitor. Error in SOAP request execution: SessionPool : NoAvailableSessions[Request failure: Max client connections has been reached (7251)] (10926) Please...
  19. P

    Question Rest Adapter Available In Oe 11.3

    Hi, REST adapter is available in OE11.3. Can any one help us to use it in OE 11.3 ? Any links or tutorials is more than enough. -Philip-
  20. P

    Question Sencha Development With Progress

    Hi If any body worked with Sencha frame work with Progress back end, kindly share any details/links/information or some architectural approach. -Philip-
Back
Top