Search results

  1. S

    Persistent Vs Super Procedure

    No. I run it with: RUN test2.w PERSISTENT .
  2. S

    Persistent Vs Super Procedure

    Yes. At the beginning of the definitions-block. With: RUN "protools/_ppmgr.w". I can see the program in the procedure-objects-list while it is open.
  3. S

    Persistent Vs Super Procedure

    Ok. But my test2.w is not in the procedure-list after I close it. Even when test1.w is already running (which runs the test2.w). The matter is the following: we have a trigger in a "create menu-item" - statement. Code: CREATE MENU-ITEM menu-sub3[i3] ASSIGN PARENT = menu-sub2[i2]...
  4. S

    Persistent Vs Super Procedure

    When should I do the IF VALID-HANDLE myHandle THEN DELETE PROCEDURE myHandle. ? But why? There is nothing to delete, when test2.w was closed...
  5. S

    Persistent Vs Super Procedure

    But there is no delete-statement in test1.w. And after I close test2.w this program is not available in the session (SESSION:FIRST-PROCEDURE / :NEXT-SIBLING...). Also when I look with "protools/_ppmgr.w" there is no entry in the "procedure objects" - list on the left side about test2.w after I...
  6. S

    Persistent Vs Super Procedure

    I have put DELETE PROCEDURE THIS-PROCEDURE. in the "WINDOW-CLOSE" - trigger. But when I check the remaining persistent procedures in the session, there remains the sub-procedures from the closed procedure. For example: I start a program "test1.w": Before the following "run" I check the...
  7. S

    Persistent Vs Super Procedure

    How do I delete persistent procedure? For example: when I run a window-file (*.w) persistent, do I automatically delete it when I close it? Or do the window-file stays in memory anyway?
  8. S

    Trigger in a Create-statement

    Hello, we have the following trigger in a "create menu-item" - statement. CREATE MENU-ITEM menu-sub3[i3] ASSIGN PARENT = menu-sub2[i2] LABEL = sMenu3.beschr TRIGGERS: ON CHOOSE PERSISTENT RUN ProgStart IN THIS-PROCEDURE (ProgName). END TRIGGERS. This works (mostly). But sometimes after I...
  9. S

    Checking the authorisation before a Windows or Dialog starts.

    Hi, we have several Smart-Windows and Smart-Dialogs where we want check the authorisation of an user when the Window or Dialog starts. Now I need to know, where I can implement this authorisation-query? In the initializeObject-procedure (after the "RUN SUPER"-statement)? And how can I exit...
  10. S

    Trouble with the "END-ERROR" - Trigger...

    Thanks for your help. In the future we will only use the Apply 'GO' - statement.
  11. S

    How to change the format from an Fill-In ?

    Yes, that was the matter. My Win-Client runs with several country-settings. Thanks a lot.
  12. S

    How to change the format from an Fill-In ?

    Thanks. But when I try to set the format I get the error, that the sixth char in the format string "-zzz.zzz.zz9,9999" is invalid. error-msg 22 and 4058 If I set the format to "-zz9,9999" it works. What should I do to set the big format ("-zzz.zzz.zz9,9999")? Greets Storzi
  13. S

    How to change the format from an Fill-In ?

    Hi, I have a Decimal-Fill-In-Widget with the format "-zzz.zzz.zz9,99" which I entered in the Application Builder. During the programm-run it may necessary to change the format to "-zzz.zzz.zz9,9999". How can I do this. In the Programming Handbook there is the following example: display...
  14. S

    CRC-Error on two equal tables...

    CRC-Error I have two Databases which should relating to the appropriate table. When I start a program fc-prog.r with the first database it works. When I start the same program connected with the second database I get an CRC-Error (Message-Number 1896). When I compare the appropriate table...
  15. S

    Trouble with debugger

    With 9.1b the Debugger has no use for me. However, the Debugger in 9.1d is sometimes useful.
  16. S

    SmartFrame in a SmartFolder...

    OK. My problem is cleared. I have created a new SmartFrame and with this it works! :biggrin: I don`t know what`s the difference between the new and the old SmartFrame. Thank`s a lot for your patience and your aid. Greets Storzi
  17. S

    SmartFrame in a SmartFolder...

    I have created a SmartObject. I don`t can replicate my problem with new generated SmartWindow and SmartFrame. In this case it works. I can only replicate the problem with my exisiting SmartWindow. Another thing I have discovered is, that the existing SmartFolder ist from the SmartPack44. :blush1:
  18. S

    SmartFrame in a SmartFolder...

    Thats just the point. :-) It is visible. It is the Frame you can see in my pic. When I left-click on the small square icon nothing happens. When I right-click the SmartFrame I get the context-Menue (with Properties, Instance Properties, SmartInfo, SmartLinks... and so on; but all based on the...
  19. S

    SmartFrame in a SmartFolder...

    Thats my problem. I cannot (left-)click the properties icon of the "new" SmartFrame. If I select a page with a "old" SmartFrame your description works. But not for the new SmartFrame. :-( Anyhow much thanks. Greets Storzi
Top