Search results

  1. B

    Resolved Trying to use an home C# Class

    I found a solution on the forum: https://www.progresstalk.com/threads/using-fieldinfo-parameter-of-opentext-excel-command-keeping-leading-zeros.120774/ It worked perfectly for me
  2. B

    Answered Sending email from progress

    The authentication is still the main issue. What bother me the most is that when you are logged in windows and you launch a web explorer to connect to a windows web app like outlook, the SSO is available. But I can't seem to find a documentation about it. I will keep what you write in mind. one...
  3. B

    Answered Sending email from progress

    Hello everyone, New question for the day :) For sending email we have to ways: 1. Is our homemade solution based on the mailsend project 2. Is pur smtp mail by our ERP provider (I don't have the source code). But this two solutions are lacking in authentication. So some of our customer and...
  4. B

    Resolved Trying to use an home C# Class

    @Cringer I'm in project on upgrading to a newer version . We are targeting 11.7 (Limited by our ERP provider) . The array doesn't work when I'm trying to use it. I come up also with the idea of a powershell script. But as @Cringer said a newer version could help me, I will try with a 11.7 that...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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
  10. 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...
  11. B

    Answered Protop on premise

    Thanks for you answer Cringer, I will see what I can do on that matter.
  12. 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
  13. 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...
  14. 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...
  15. 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...
  16. B

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

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

    Resolved WinForms - Listbox list items paired values

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

    Resolved WinForms - Listbox list items paired values

    Do going from VBA is more is o understand? https://converter.telerik.com/
  19. 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
Back
Top