Search results

  1. M

    Using WIDGET-HANDLE

    This link helped me: http://www.progresstalk.com/showthread.php?t=72575 What I want to get is not possible. Thanks
  2. M

    Using WIDGET-HANDLE

    This is allright: ipHandle:SCREEN-VALUE = "New Value":L. I don't want the SCREEN-VALUE, but the value which is within FILL-IN-1 in *.w file. Give you simple example, button's trigger contains this code: DO: MESSAGE FILL-IN-1 VIEW-AS ALERT-BOX INFO BUTTONS OK. END. It shows the message...
  3. M

    Using WIDGET-HANDLE

    HI, I have two files: *.w and *.p. The first represents window with fill-in fields and buttons. When one of the buttons is selected, it runs something like this: /*--------*/ DEFINE VAR fill1Handle AS WIDGET-HANDLE NO-UNDO. ASSING fill1Handle = FILL-IN-1:HANDLE. RUN externalProcedure.p...
Back
Top