Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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
  6. 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...
  7. 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...
  8. 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...
  9. B

    Question ToolBox

    Hello, I'm actually running on progress 10.2B08 and planning on migrating on 11.7. That aside, I have created a .p file that I used as toolbox by running it in persistent and fetched it when running an app to see if it's running and if it's running, using a local handle to use it. I would like...
  10. B

    Question Disconnect Crystal Report Connexion

    Hello Guyz, We are using Crystal Report 11. And we are using it to make reports of many kinds. We have an issue with the SQL connexion, it stay connected after the report was generated and until I completly shutdown the prowin32 by closing the App totaly (not just the window calling the report)...
  11. B

    Question PDSOE Debug settings

    Hello Guyz, I have setup my PDSOE instance to work with our dev environnement. Openedge version 11.6 There is my propath setup: Where \dev_vgoutey is my project directory. So the way i have set it up is that when we need to work on an existing program or create a new one we will mote...
  12. B

    Question Use android camera device

    Hello, As everyone ever done an app that is on windows rdp session on an android device and uses the camera with a progress app ? Something like a KEYENCE trakker device. Strucure Best Regards
  13. B

    Question Question on progress procedure mode

    Hello, I'm running progress OE11 and have a question. I have a program that is used to keyed scrap movement. It work like this: 1. First procedure we add movement to our Movement table 2. We logged the scrap in our scrap table While this another app is running on the same prowin32 and do...
  14. B

    Question Developper Studio Settings

    Hello, I'm starting to use progress developper studio for openedge, and I have some question. For our actual way of work, we launch our ERP and run the appbuilder from it, so some handle are initialize by our ERP. I'have manage to setup workspace and project. When I tried to run a Win program...
  15. B

    Question DB Schema designer

    Hello, While working on a new app, I was wondering if any of you work with DB Designer tool to illustrate there thought and work on DB schema? Best Regards, BobyIsProgress
  16. B

    Question Crystal Report COM-HANDLE

    Hello, I have a function that extract a report by Crystal Report and export it in pdf. I'm looking for way to close the Crystal Report before killing the object. There is my sample code: DEFINE INPUT PARAMETER rptNumenr AS CHARACTER NO-UNDO. DEFINE INPUT PARAMETER rptChemin AS CHARACTER...
  17. B

    Answered Way of code

    Hello Guyz, I have to evolve on my way of programming. I'm working with the appbuilder on progress 10.2B05. Until today I make a Window file (.w) and code GUI work and DB reading in the same program. I know that it's more conventional to separate GUI interaction and DB interaction in different...
  18. B

    Question Query Performance Part 2

    Hello, While doing a new project I was testing something on performance, there is two way I tried: I used CUSTOMER table as exemple, but for my case I have a table with 30 fields and only need 6 of them. Also I'm reading around 6K records. It appears that the traditionnal FOR EACH block was...
  19. B

    Answered Invisible File by Windows OS

    Hello Guys, We had a strange issue recently. We don't know if is a progress side issue or on windows side. There was an invisible file on a end user working directory that continue to grow endlessly around 60Gb and more. The issue was resolved by restarting the server. On this working directory...
  20. 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,
Back
Top