Recent content by philippoommen1

  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

    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 in Windows Server 2025? Thanks, Philip
  3. 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
  4. P

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

    Thank you. I found that if the combo box is inside a child frame, this error appears. Kindly see the attached .w program for reference. Thanks
  5. 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...
  6. P

    Question OCX 32-bit in OE 12 64-bit

    Thank you. I have installed a 64-bit 12.8 OE environment, and the DB is up and running. Now my question is, is there any easy way to compile the source code in 32-bit, instead of installing and setting up the 32-bit environment? I mean utilities like (OpenEdge\bin\117dbutils\117_dbutil...
  7. 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...
  8. 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
  9. P

    Question AI with Progress / OpenEdge

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

    PictureBoxSizeMode:StretchImage not working

    Please see this KB article helps https://community.progress.com/s/article/000043142 Thanks
  11. P

    Lock Table overflow error

    Hi, you can compile the program using the LISTING option COMPILE x.p LISTING x.txt. see the Transaction Listing in the output file.
  12. 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...
  13. P

    Question Compile a Program in different environment

    Hi Rob, Thanks a lot. From the list you mention, the Main difference is propath only. This utility is mainly for developers ONLY. We have Progress & SQL environments (SQL Shema holder). So when a developer checks out 1 program, we need to compile it in 4 environments (2 different versions of...
  14. 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...
  15. P

    Question Progress (Schema Holder) SQL connection

    Thank you. We have both Progress and SQL customers for the same application with the same code base. Performance-wise Progress customers are happy however in SQL DB is very slow. Do you have any suggestions to improve the performance? I mean any parameters either on the client-side or on the...
Back
Top