Search results

  1. B

    Resolved Trying to use an home C# Class

    OS: Windows Server 2012 R2 Progress: 10.2B.08 Hello guyz, So I recently tried to enhanced our program that generate excel file. Current version: 1. Generate csv file 2. Launch excel by progress 3. Open the csv file 4. Saving it as an xlsx file. Our main issue with this version is for text...
  2. B

    Buffer with no-lock

    Ok I understand it now. It depends of what you need to do with it. If you only want it available in a specific place of your code the strong scope option is more suitable. On your option 2 you could have error message because of no table record available if lCheck is False, in contrary to...
  3. B

    Buffer with no-lock

    I don't know what you want to achieve. The strong scope is recommended when you have to update/create/delete a record to have the smallest transaction possible. however for no-lock you will only using it if you need to be sure that this buffer is only used in dedicated places in your code. Can...
  4. B

    Scan Barcode using Scanner Gun & Save Scanned Data

    I do not have any documentation because it's the infrastructure services that did that. But to summit up simply: We have windows virtual server that when a user connect to it an auto launch start up the 4Gl app And on the Scan Gun that has a windows OS or an android OS on it (you need something...
  5. B

    Scan Barcode using Scanner Gun & Save Scanned Data

    Hello, We are running progress on windows scanner gun by rds connexion and you can do the same with android scanner gun and it's running prety well since more than 10 years
  6. B

    Answered WINDOW-RESIZED-Trigger executes on program-start

    Hello, I think I solved it. I moved of place "hWin:Visible" because while doing some research I found that when you create a Window and keep it not visible the AVM does not realized it. So when you make it visible at the end the AVM make it resized. Progress Documentation Tell me if it's ok...
  7. B

    Answered Protop on premise

    Thanks for you answer Cringer, I will see what I can do on that matter.
  8. B

    Answered Protop on premise

    hello everyone, I'm digging again in Protop, and would like to ask is there is a way to have the web pages on premise and not somewhere in the cloud. My Admins aren't willing to let health data of our db go trought the web. Thanks in advance. best Regards, BobyIsProgress
  9. B

    Question DB crashed

    Thank you @TomBascom I will keep in mind what you said. The behavior I had with my crashed backup was after the PROREST the server wasn't able to start at all. So the first solution would be already good. I will see what I can get from a dbanalys option but could be a good way to be sure of...
  10. B

    Question DB crashed

    Thank you @TomBascom for your quick answer as always :) After the PROREST, is there a way to know that the Dumy database has restart properly and logged it? I don't know if a proenv command is abled to do it or a simple connexion test would do the trick ? I need to know if the Dumy database is...
  11. B

    Question DB crashed

    Hello Guyz, I'm just out of my first db crashed. We can't found the issue. But we discovered after that our two last backup before crash were corrupted. Do you know if there is a way after restore a backup to test if the process was successfull or not ? Or even without restoring the backup in...
  12. B

    How to force "entry" event when clicking on an empty browser viewport?

    you could also trap the LEFT-MOUSE-DOWN
  13. B

    Resolved WinForms - Listbox list items paired values

    Thank you, I can't wait to be able to do class :)
  14. B

    Resolved WinForms - Listbox list items paired values

    Do going from VBA is more is o understand? https://converter.telerik.com/
  15. B

    Answered Question on menu and sub menu handle

    Ok, I'm on the same page for the way of doing it :) Thank you @Osborne
  16. B

    Answered Question on menu and sub menu handle

    Hello, A question, I made popup menu in Browse widget: I code it that way in the RIGHT-MOUSE-DOWN trigger: DEFINE VARIABLE myMenu AS HANDLE NO-UNDO. DEFINE VARIABLE myItem AS HANDLE NO-UNDO. IF AVAILABLE TT1 THEN DO: /* Where TT1 is a temp-table in the browse open-query */ CREATE MENU...
  17. B

    Answered Multiple progspec.ini

    It's quite interesting and keep to close to make an upgrade plan :)
  18. B

    Answered Multiple progspec.ini

    When we do a test run for upgrading the software (not the database) we test all the process, it means to be able to: Create customer Create vendor create purchase order selling order and more, so all the process, but many parts of our software is sourced closed so
  19. B

    Answered Multiple progspec.ini

    What kind of automated test could we run if we based our model on the default database of progress? I'm a bit lost on how to build them.
Back
Top