Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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)...
  5. 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...
  6. 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
  7. 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...
  8. 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...
  9. 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
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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,
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. B

    Resolved Trying to use an home C# Class

    OS: Windows Server 2012 R2 Progress: 10.2B.08 Hello guyz, So I recently tried to enhanced our program that generate excel file. Current version: 1. Generate csv file 2. Launch excel by progress 3. Open the csv file 4. Saving it as an xlsx file. Our main issue with this version is for text...
  20. B

    Answered Protop on premise

    hello everyone, I'm digging again in Protop, and would like to ask is there is a way to have the web pages on premise and not somewhere in the cloud. My Admins aren't willing to let health data of our db go trought the web. Thanks in advance. best Regards, BobyIsProgress
Top