Progress
AppBuilder
Developer’s Guide


Window Save (adeuib/_winsave.p)

Use the adeuib/_winsave.p procedure to set an an internal flag that indicates whether the window has been modified since it was last saved or opened. AppBuilder checks this flag whenever it closes a window:

Whenever you modify something in the design window that will be reflected in its saved procedure file, call adeuib/_winsave.p to set the flag to FALSE:

Calling Sequence
RUN adeuib/_winsave.p
  ( INPUT ph_handle ,
    INPUT pl_saved
   ) . 

Input Parameters

The adeuib/_winsave.p procedure takes the following input parameters:

ph_handle

The widget-handle of the design window to mark as saved.

pl_saved

A logical value that indicates that the window has been saved or opened since it was last modified.

Example

RUN adeuib/_winsave.p(h_deswin, FALSE). 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095