Recent content by Kenneth Chow

  1. K

    SmartFolder question

    Hi all, Smartfolder seems only work with smartobjects. How can I put some standard widgets such as fill-in or button to different page of a folder in order to gain extra space of the screen?? Thank you alot.
  2. K

    Finding 18 years-old birthday

    This logic has problem when the birthday is 2/29/2000.
  3. K

    Finding 18 years-old birthday

    Is there a function to find the 18th birthday of a person? Thx.
  4. K

    Double-Byte Enabled Progress?

    Does anyone heard of it? Is it an additional module? Can it solve the problem of exporting strange characters of the string fields? Thx.
  5. K

    SmartPanel - Add record

    :blue: I can't open your program since I am not using Progress V9
  6. K

    SmartPanel - Add record

    Actually I want to auto-assign the pre-defined userid to a field when the user commits the adding of a new record. However, the record seems to be created only when the commit buttion is pressed. How can I do my task? Thank you.
  7. K

    SmartPanel - Add record

    I have a smartwindow containing a smartbrowser, a smartviewer and a smartpanel. While updating the fill-in in the smartviewer, how can I know I am now adding a new record or I am now updating an existing record? I am using Progress 8.3B. Thank you.
  8. K

    Smart Objects Problem

    Thank you Norman ;p
  9. K

    Smart Objects Problem

    Hi fellows, After I create a smart window with a smart browser, a smart viewer and a smart panel, how can I add a search function for the browser so that the user no need to press a thousand times of page-down if the target record is at the bottom of the table?? Thank you alot.
  10. K

    How to make a form visible?

    You are right. I am running it at procedure editor. Can you tell me the advantage of running a window persistently??
  11. K

    How to make a form visible?

    Hi Mike, When I tried to do this as you suggest, I only saw a flash on the screen and the window closed automatically with prompting error message: DEF VAR hProc AS HANDLE NO-UNDO. RUN mass.w PERSISTENT SET hPROC. IF NOT VALID-HANDLE( hProc ) THEN DO: MESSAGE "Could not start...
  12. K

    How to make a form visible?

    Can u tell me how to run a window persistently? And how to disable closing of window by the 'x' box at the upper-right corner?? Thx.
  13. K

    Run .r much faster??

    finally I found user version of progress can't run .p or .w directly. That's why we must compile it to .r
  14. K

    How to make a form visible?

    Oh, I should use 'window' instead of 'form'. The case is: A parent window (w-parent.w) has a menu. An option from the menu calls another window by 'run w-child.w'. At that time there are 2 windows. Then if the parent window is closed as a 'winodws-close' event, it can never be bring up...
  15. K

    How to make a form visible?

    The form is not hidden by program code. It is closed by the user clicking the close button of the form at the upper right corner.
Top