if you look at modern interfaces with tab folders, toolbars, panes etc.
though its hard at the moment with progress. but its been said that its their
number one priority for the next full release
theres lots of work been done with ajax and .net. there will, probably, some
out of the box controls etc.
its hard to impossible to define their behavior with a process. for example,
that does 1, 2, 4 or a loop etc.
they're event-driven and i'm guessing thats where they're putting
their effort.
your programs will still compile you'll just get a message to remind you.
here's a code sample
Code:
form
item.itemnum
with frame a.
repeat /* with frame a */ :
enable all with frame a.
wait-for "go" of frame a.
disable all with frame a.
message
input frame a item.itemnum /* item.itemnum:screen-value in frame a */
view-as alert-box.
end. /* repeat */
you can read more about event-driven and procedure-drive procedure flow
in the programming handbook doc. hth
moving out now. i'll be back soon