I have a program that runs in two modes, online and offline.  The 
program is the same, and its interaction with the main form is mostly 
the same, except that a lot of stuff is not available offline.  So I 
have two versions of the main form,

STATUSMON =: 3 : 0
pc statusmon;
...
)

STATUSMONOFFLINE =: 3 : 0
pc statusmon;
...
)

I pick which form I wd to the screen, and thereafter all the online and 
offline code is the same.

The problem is, the Form Editor won't let me edit the second definition. 
  It shows me the two (identical) names, but when I select the second, 
it shows me the definition for the first.

Is there an easy workaround for this?  (Now that I type, I see one: I 
can move whichever definition I want to be before the other, then run 
Form Editor.  Anything even easier than that?)

Henry Rich
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to