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 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?
  3. 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?:(
  4. 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
  5. 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'...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. R

    Combo-Box Question

    Is there any method to move to a specified position in the combo-box?
  11. 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...
  12. 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:
  13. R

    Procedure in Smart Object

    ADM Document Did anyone know where can I get some reference document about the ADM? Thank you!
  14. 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...
  15. 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...
  16. 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...
  17. R

    How to close a window from a smart browser?

    I have develope an smart browser with an Exit button on it. If I place it into a smart window, how can I use this Exit button to close the smart window. Please advice, thank you! Rabbit;p
  18. R

    Cannot start the MSWord

    I have develope a program to perform a mailmerge function and it was using very well. Recently, I have develope another program which will run for over an hour to generate 2 mailmerge data files. I run the mailmerge program at the end of this program, but it always fail on the CREATE...
  19. R

    Is the Index corruped?

    I write a FOR EACH loop with a BREAK BY option like this : FOR EACH order-header NO-LOCK, EACH order-detail WHERE order-detail.order-no = order-header.order-no NO-LOCK BREAK BY order-header.order-no : . . I found a very strange case is this query give me 10 records. If I...
  20. R

    Error 748

    My application is using 4 Progress database (Version 8.3C), and I sent -n to 14 for all database. But I found sometimes, system show error 748 (The server or the system has no more resources. Try a larger -n), although the connection was not full (e.g. 12 connection, I check it from the...
Top