Recent content by BobyIsProgress

  1. B

    Question PS Timer question time

    This old program is our Production dashboard that has an automatic refresh of the data every 5min executed by the PSTimer in it. This program do nothing with the worktable . This program can call the one with the DEFINE NEW SHARED WORK TABLES. We could rewrite if we have no other soluton.
  2. B

    Question PS Timer question time

    I know and maybe I'm working and spending time of something that will not exist in the near future but has for now, it's causing us terrible issue so I have to found the cause and fix it :)
  3. B

    Question PS Timer question time

    1) Ok so the fact that maybe It was the recod locked is to be put aside 2/3) It's as simple as written. The aim is to check if we have something to do. If not it will go back with an error message . So it's a FIND FIRST EXLCUSIVE-LOCK NO-ERROR. If I have understand well, because WORK-TABLES...
  4. B

    Question PS Timer question time

    Hello everyone, I have some issue with a program is supposed to make stock movement according to a Bill Of Material. 99% of the time it's working perfectly. But without warning for some reason we don't know about, we have the first movement and not the other. It's not linked to product setting...
  5. 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...
  6. B

    Question Performance question on a tool library

    ow ok thank you Osborne I will try that
  7. 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...
  8. B

    Question Performance question on a tool library

    I didn't know that . I will work with that. Thank you James :)
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. B

    Question Code documentation

    Ok. I will try this idea. :) Thank you. I will keep you posted on this subject :)
  14. 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...
  15. 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 .
Back
Top