Recent content by symonbobo

  1. S

    prowin32.exe and crystal (poor performance)

    Thank you RealHeavyDude and Stefan. I arrive to have correct "growing up" memory of the prowin32.exe thanks to you. I have done two things: 1: I use the COM-HANDLE "CrystalRuntime.Application" only ONE time at the beginning (thank you RealHeavyDude) 2: I have add the tree other releases...
  2. S

    prowin32.exe and crystal (poor performance)

    here is my code called by a repeat procedure: /* *** Definitions *** */ /* Tables tempo */ DEF TEMP-TABLE wtables FIELD nomtable AS CHAR. DEF TEMP-TABLE wetatscr FIELD etatcr AS CHAR FIELD nomtable AS CHAR FIELD nomalias...
  3. S

    prowin32.exe and crystal (poor performance)

    Thank you for your answer RealHeavyDude but I already release the COM-HANDLE after EACH report. Excuse my bad english but I don't understand when you say "create a new one and than continue processing the pending reports". Is there any solution to release the prowin32.exe?
  4. S

    prowin32.exe and crystal (poor performance)

    Hello and thank you for your attention. I just read the reports by this command: CREATE "CrystalRuntime.Application":U hCRApp NO-ERROR. hCRRpt = hCRApp:OpenReport("c:\myreport.rpt", 1). BUT, i read about 800 reports in one time ("c:\myreport.rpt" is replaced by a variable). My program reads a...
  5. S

    prowin32.exe and crystal (poor performance)

    I have the same problem. Has anybody a solution ?? Tks
  6. S

    How to hide or view a smartbrowser in a window ?

    Sorry but I have no document on ADM1. only the "Help" by <F1>
  7. S

    How to hide or view a smartbrowser in a window ?

    I have found the solution by writing the following code: RUN dispatch IN h_vxtyppm02 (INPUT "hide"). RUN dispatch IN h_bxtyppm01 (INPUT "hide"). IF waffichebrowse THEN RUN dispatch IN h_bxtyppm01 ("view":U). ELSE RUN dispatch IN h_vxtyppm02 ("view":U). Thank you again RealHeavyDude
  8. S

    How to hide or view a smartbrowser in a window ?

    Thank you for your explanation. I mean by "MOVE-TO-TOP" to move smart viewer in front of an other smart viewer but by the code (like "adjust-tab-order" but it does not work). rgds
  9. S

    How to hide or view a smartbrowser in a window ?

    :D:D:D :D:D:D :D :D You are right I am not up to date but i have no choice for the moment. the plant for which i work will soon have progress 10.0 but not yet. I work with the 9.1E. Does anybody knows if it is possible to "MOVE-TO-TOP" a smartviewer? It could be the solution to my problem...
  10. S

    How to hide or view a smartbrowser in a window ?

    Does anybody knows if it is possible to "MOVE-TO-TOP" a smartviewer? It could be the solution to my problem. Tks, Simon
  11. S

    How to hide or view a smartbrowser in a window ?

    Thank you for your reply. I have tried to call this from my parent window: "RUN hideObject IN h_bxtyppm01" where h_bxtyppm01 is my smartbrowse but it doesn't works. I have the following message (in french): "La procédure xxx/bxtyppm01 .w n'a pas de point d'entrée pour hideObject". I have tried...
  12. S

    How to hide or view a smartbrowser in a window ?

    Hello everybody, I would like to know what is the command to hide and show a smartObject from a window container. Thank you, Simon.
  13. S

    How to select a directory ?

    Thank you very much Rusguy. Your link is not a success with me but a link in your link gave me satisfaction : http://www.oehive.org/node/438
  14. S

    How to select a directory ?

    First, thank you for your answer. I am working on 9.1E04 and I don't find anything about SYSTEM-DIALOG GET-DIR in help.
  15. S

    How to select a directory ?

    Hello, How can I launch a system-dialog to select a directory like a system-dialog get-file but for a directory. Is it possible? Thks
Top