Search results

  1. R

    Passing parameters

    Sometimes it´s difficult to help our friends with a small fragment of code like yours. Try to attach the file. In my analisys, you could try the "NO CONVERT" option to the end of the INPUT FROM statement (on the second program). Maybe it works. Take a look at: INPUT FROM statement Help to get...
  2. R

    Sort A Browse By Clicking On The Column Labels

    Marup, Unfortunately, Progress does not maintain an appropriate event for the browse´s column label. So, you must improvise. After the browse is built, you can create buttons widgets, instantiating them right over the browse´s column labels. This done, you must apply triggers to those buttons...
  3. R

    How to totalize a Browse Column?

    Yes you are right. I tried this and it works. But when you have a large amount of lines in the browse, it takes the double of the time to perform the TOTAL, do you agree with me? I need a solution to read browse´s COLUMNS AND LINES (not the file itself). Below is a screenshot of the browse.
  4. R

    How to totalize a Browse Column?

    Hi evereybody! Need to know whether someone knows how to totalize a browse´s column. Once you do, could you please share this solution? Rick.Souza
  5. R

    Control trigger

    Gasomma, It is possible to edit Progress Code files with "any" Editor. Therefore, you must know what you are doing. To include a trigger like that, you must issue one with the AppBuilder first and then, edit the code to identify the complete lines of the trigger block. Identifying that, you...
  6. R

    OpenEdge Architect

    SDJensen, Reading the description of your problems, maybe I can help you. Our friend Tamhas may be correct. It really sounds you have an installation problem. When I install Progress, I always set the "Complete" option. Doing so, I had never problems like the Edit not working. Copying the...
  7. R

    Calling IExplore.exe from Progress Program

    François, Thanks for the help. Unfortunally, the clients environment does not accept the OS-COMMAND call, because it is prohibited. I continue waiting for another solution. If you have, please, send me. Cordially, Ricardo Souza.
  8. R

    Calling IExplore.exe from Progress Program

    Hi, all! I need to call Internet Explorer from within a Progress Program in order to open an HTML file. For this I use PROCEDURE WinExec EXTERNAL "kernel32.dll". It works fine meanwhile, I have to inform the directory with the application name via parameter for the procedure. Exemple...
  9. R

    Calling IExplore.exe from Progress Program

    Hi, all! I need to call Internet Explorer from within a Progress Program in order to open an HTML file. For this I use PROCEDURE WinExec EXTERNAL "kernel32.dll". It works fine meanwhile, I have to inform the directory with the application name via parameter for the procedure. Exemple...
  10. R

    Progress x Preactor

    Hi, all! I´m new in Active-x, COM Objects and DLL use. I´d like to know if someone had an experience in reading and writing data in Preactor tables from Progress 4GL. If you did, please, send me an example asap. My name is Ricardo and my e-mail is: rtrinity@mail.com . Cordially, Ricardo.
  11. R

    what does ":U" mean?

    In fact, this is a matter of translation. In Progress Words ... (See the Progress Internationalisation Guide) 4.1.4 Coding With Translation In Mind Progress includes, as an option, the Translation Management System, a product that supports the translation of Progress applications. The...
  12. R

    Select in two or more Databases

    Hello all!!! I am new in sql world and need to select rows from two tables in two different databases. Anyone has a sample example? Could you please publish it here, once there are others with the same doubt ? Cordially, Ricardo Souza. (rick.souza@lycos.com)
Top