Search results

  1. B

    Question Query: how to change using a trigger (GUI)

    Hello, If I understand well your question there is for me two solution: 1. You think of all the filter possible and you create them as fill-in, radio button, combo box etc... and you build your query around them 2. You work with dynamic querys and dynamic temp-table. Best Regards,
  2. B

    Calling function from .NET WebBrowser

    It would be a nice workaround of it. We will soon (I hope) have access Progress Developper Studio. I will be able to do it that way. Best Regards, Vivien
  3. B

    Calling function from .NET WebBrowser

    I manage to add the dll to the assembly on my OE11 version. But didn't manage to add the tools in the toolbox. I'm probably limited to app builder
  4. B

    Calling function from .NET WebBrowser

    Did you registered them ?
  5. B

    Calling function from .NET WebBrowser

    Hello @Cecil I'm getting back on the subject. I can't find these DLL . I'm a bit confused. I already install WebView2 runtime . thanks in advance, BobyIsProgress
  6. B

    Question Master Data Management

    Hello Guyz, I'm planning to work on a master data management system. Have you already worked on something like this? If yes what are your advice ? Best Regars,
  7. B

    Answered Crystal Report to RTF File

    Thank you @Cecil . I forgot to closed the subject. I already add the solution with the include file that I found a while ago to make PDF from crystal. I will put them in attached file. If someone needed it :)
  8. B

    Answered Crystal Report to RTF File

    Hello, I just migrate all my app that was using the crystal report OCX to a code that generate a pdf of the report: /*------------------------------------------------------------------------------ Purpose: Edition d'un rapport crystal au format PDF Parameters: <none> Notes...
  9. B

    PHP PDO charset

    Progress Documentation It says that it's a session parameter so what you are doing is right . Maybe you could try with "iso 8859-15"
  10. B

    PHP PDO charset

    Are you sure that the charset of your db is utf8 and not another ancoding ? that would explain the fact that he convert the signs ?
  11. B

    Question Crystal Report Export and Db connexion

    Hello, We are using crystal report to do some print out like invoices or delevery notes and more. We have three database, one is our production another for demo and the last one to dev and tryout new stuff. I wanna now if there is a way to change DB inside the crystal report while we are...
  12. B

    Question Excel extraction

    The solution is interesting but he manipulate excel as I want to be free of for the following reason: 1. Manipulate excel make your extraction as slow as a tortroise 2. If you need to generate xlsx file from a server that don't have excel you can't . But thank you for your advice :)
  13. B

    Why the correct sintaxe for COM OpenText() Command with FieldInfo

    There is also this solution : https://www.progresstalk.com/threads/using-fieldinfo-parameter-of-opentext-excel-command-keeping-leading-zeros.120774/
  14. B

    Question Excel extraction

    That's why I'm excited about doing it :) I remember thinking about building an xlsx from scratch one or two years ago :) I will try to do a general program and uploading it here if possible
  15. B

    Question Excel extraction

    Do you have a code example ? I will fo work on that asap :)
  16. B

    Question Excel extraction

    Hello Guyz, I'm at it again :p So as it was suggested in my last topic, progress in 11 version is more efficient with Excel Interop. So I run some test: Export a table of 640 lines by 20 columns with text, numerics and date and this are the results: OE11: 0.026s/line OE09: 0.039s/line So yes...
  17. 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
  18. 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...
  19. 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...
  20. 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...
Back
Top