PreviousNextIndex

NextForm property


(Windows only; GUI for .NET only)

The next .NET form or ABL window in the chain of forms created in the current ABL session.

Data type: Progress.Windows.IForm

Access: PUBLIC Readable

Applies to: Progress.Windows.Form class, Progress.Windows.FormProxy class, Progress.Windows.IForm interface

The chain of forms begins with SESSION:FIRST-FORM and ends with SESSION:LAST-FORM. Once your position in the chain of forms is established, you can use the NextForm and PrevForm properties to walk the chain.

See also: FIRST-FORM attribute, LAST-FORM attribute, PrevForm property


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex