Search results

  1. B

    Question How to use datagridview

    Hello Guys, I'm currently working on a project to migrate our ERP from OE10.2 & OE11.7 in 32Bits to OE12.8 64Bits. My main task is to established a process to convert a Browse into a datagridview. I'm currently able to display a multitable request. I'm not able to display the second...
  2. B

    Question Performance question on a tool library

    ow ok thank you Osborne I will try that
  3. B

    Question Performance question on a tool library

    So I worked on it a lot and made a class to extract a sheet from an xlsx without using excel. So I did it. But I have encountered one maybe issue if we can call that on OE10 (we are working to migrate to OE12 and I don't have the behaviour with PDOSE on OE11), could be more a lack of expertise...
  4. B

    Question Performance question on a tool library

    I didn't know that . I will work with that. Thank you James :)
  5. B

    Question Performance question on a tool library

    @Stefan , I understand a bit why you would promote function instead of procedure. But how you do when you have to return more than one value with different data type . For me this DEF VAR myInput AS CHAR. DEF VAR myCase AS INT. DEF VAR outPut1 AS CHAR. DEF VAR outPut2 AS DATE. DEF VAR outPut3...
  6. B

    Question Performance question on a tool library

    Quite harsh but I understand. Why? The reason is simple I never received a proper formation on openedge and I'm currently following the courses on progress Education community. Has a self-made developper on progress, I learned by reading and observing code developp by the vendor of our ERP and...
  7. B

    Question Performance question on a tool library

    It's not that I have an issue to solve. Performance is not the right word after reading your reply. Could be more like best-practice to implement tool library. Today I have a big procedure file that generate popup-menu for browse, export tt in file, run some program to minimize the call, and...
  8. B

    Question Performance question on a tool library

    Hello, I'm actually working on the education community Basic OpenEdge Developer Learning Path and Certification Exam . Very good lesson by the way. In this we learned that loading procedure in persistent allowed to save on performance because every time we called the procedure, she is...
  9. B

    Question Code documentation

    Ok. I will try this idea. :) Thank you. I will keep you posted on this subject :)
  10. B

    Question Code documentation

    Thank you. I will take a look at PCT. This is what I was doing on my excel file: comdemail02.wparam-list1inputcharacterc-titletitle of the mailRUN com/demail02.w(INPUT "Bon de réception", INPUT pdfFile, INPUT myProg, INPUT 2...
  11. B

    Question Electronic signature

    Sorry Tom So we want to allow user to the handwriting sign on a mobile device like a ZEBRA or Keyence terminal and have back in a picture. We don't know if this kind of program exist. Or if we need to see this though and android app .
  12. B

    Question Code documentation

    Hello, We developp many programs and I recently did a form of audit of our code base to log the following: -> wich program call wich program -> method of passing parameter -> parameter list with variable name and type and description -> exemple of calling The thing is I did all that in excel...
  13. B

    Question Electronic signature

    Hello, We are using mobile device in our wharehouse and where searching if there is a way to do it in progress ? Best Regards
  14. B

    Resolved Crystal Report .rpt file Lock

    Hello, After some more try and start at the begining of the rpt it was an image that locked the rpt in the windows file systems. So no linked to progress . Best Regards, BobyIsProgress
  15. B

    Resolved Crystal Report .rpt file Lock

    Hello, Another issue with crystal report. The rpt file is on a shared server and we are reading it from this point on our network. The report in question as strange behavior in the open sharing file screen from windows. It is locked. By doing some do and that I manage to found that an image...
  16. B

    Question How to match standard and specifics

    Thank you for your reply. But we will not be using round-table and we have a GIT repo for version management
  17. B

    Question How to match standard and specifics

    Hello all, My title may seems not very clear. Our Software is use on many plants and we want to standardize a lot of them. Our main issue is that in one plant one app of our software base can have a small difference, like working with a different DB. What I was thinking of is: Group Folder...
  18. B

    Answered Sending email from progress

    I would try this. For now we used a signing soft (DKIM) and it seems to work for our sendmail workflow. But I will keep in mind your proposal .
  19. B

    Answered Assembly.xml

    Ok so the -r file take the work to store the info of the assembly file. I wasn't sure about this. Thank you @Osborne
  20. B

    Answered Assembly.xml

    Hello Everyone, I'm starting to work with the assembly.xml to replace the COM-INTEROP for crystal by the .NET solution. So I add it to my PDSOE instance, and I don't seem to found how to deploy it . Do you have to copy the assembly.xml in a specific directory or something? Best Regards...
Back
Top