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...