Search results

  1. R

    Upgrade to V9 or Openadge

    I am planning to upgrade my 8.3C ot V9 and found that V9 is also under the 'Mature' status. I am wondering should I target for Openedge instead of V9. My application is very simple, just a bunch of .w and .p program working with the Progress DB. I have heard before that Openadge is having a...
  2. R

    Mouse Position??

    I got an error message 1183 (Cannot pass arrays as run-time parameter). Is it because I am using V8.3?
  3. R

    Mouse Position??

    I have a single image which have 4 portion. I want to call different program when I click on different part of the image. How can I know which portion the mouse is clicked on?
  4. R

    Program Source code from .r??

    I have a .r which has lost the original source code program. Is there any way I can get the original source code from my .r program?:(
  5. R

    Source code from .r

    Hi, The corroupted program is V8, can you suggest where can I found the resources for the decompiler? Thanks!
  6. R

    Source code from .r

    I have several program which is corrupted and I am wondering if there is any tools that can help me to retrieve the source code from the .r file. Thanks! Regards, MD
  7. R

    Cannot Shutdown the DB through ProControl

    I have a V8 DB running on NT and I have 2 user ID. One is the Admin and the other is a normal user. Both of them can start the DB through the ProControl panel. But when they press the 'STOP' button on the ProControl, only the Admin can shutdown the DB. If the normal user press the 'Stop'...
  8. R

    Error 290 with ret = 0

    I have a program which will create a temp-table and use the PUT UNFORMATTED command to export the data. It is using 2 stream to export 2 data file at the same time and it works find. Recently, I have add 2 data fields to the temp table, but I got the error 209 with ret code = 0. The most...
  9. R

    Question about Sequence

    I have a new sequence with initial value 1 during creation. After I change the initial value to 80000, but when I use the next-value() command to get the next value from this sequence, the return is 1 instead of 80000. Is it becuase I have to re-compile the get sequence program after I...
  10. R

    PROSHUT Menu

    Re: Rabbit I am using Progress V8.3b on HPUnix.
  11. R

    PROSHUT Menu

    In the proshut menu, can I hidden option 2 and 3 (Unconditional Shutdown and Emergency Shutdown)? It is because I have write a proshut script for the operator to kill the dead user, in order to avoid them to select option 2 or 3 accidentally, I am searching is there any method to hide the...
  12. R

    Question on procedure 'create-record'

    I found a program of a smart browser and the browsing table is a temp table. Under the 'add-record' procedure, I found a statment RUN dispatch IN THIS-PROCEUDRE 'create-record':U. I have search the program but I cannot find any procedure name 'create-record' and I even cannot find any...
  13. R

    Combo-Box Question

    Is there any method to move to a specified position in the combo-box?
  14. R

    Update in Smart Browser

    I have a smart browser but I found I cannot update the data field. This is my procedure 'add-record' on my smart browser to handle the add function : IF AVAIL tmp-dtl THEN RUN dispatch IN THIS-PROCEDURE ('assign-statement':U). IF NOT CAN-FIND (FIRST tmp-dtl NO-LOCK ) THEN RUN...
  15. R

    Move Focus to a Fill-In Object

    I would like to know is there any command that can move the focus (i.e. cursor) to a fill-in object? Thank you! :eek:
  16. R

    Procedure in Smart Object

    ADM Document Did anyone know where can I get some reference document about the ADM? Thank you!
  17. R

    Not Refresh?

    I have a smart browser and a smart viewer on a smart window. I have put some buttons in my viewer with code to perform the save and add function. I found that when I create or update a record in my viewer, although I have call the RUN notify ('update-record') / ('add-record'), the smart...
  18. R

    Refresh a Smart Browser

    I have a smart window with a smart viewer and a smart browser on it. On my smart viewer, I have create some add, update and save button. Becuase some of the field on the smart viewer is a fill-in object (not a database field link with the smart browser), I found that after I update the record...
  19. R

    Open a window from a Smart Viewer

    Coding on the button The coding is just a simple run command : run agent.w Rabbit
  20. R

    Open a window from a Smart Viewer

    I placed a button on a smart viewer to open another smart window. But when the window was opened, all the objects on the window was not response. I cannot click on any button and even cannot close or move the window. If I run the window seperately, there was no problem. Is there any...
Top