Search results

  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 .
  16. 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...
  17. 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
  18. 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
  19. 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...
  20. 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
Back
Top