In <ft0sde+lbmj@eGroups.com>, on 04/02/08
at 09:04 PM, "Adrian Suri" <adrian.suri@...> said:
Hi,
>Thanks for the reply, but two point , 1) I thought modalFor was a build
>in DrDialog function, and two it works if it is called from a control eg
>button, I think the problem is that the function is not getting the id of
>the calling dialog when it is called from the rexx method, any other
>ideas
The message implies that ModalFor itself is not found. This might be a
namespace issue. Code in a method can only see instance variables for the
class, method parameters and global variables and functions. Do you get
the same error message if you mistype ModalFor and ModalForX?
It may also be that the fact that you are within a method is inhibiting
the subcommand handler. I am assuming that ModalFor is implemented by the
DrDialog subcommand handler.
Please post a snippet of the failing function.
You might try some of the other miscellaneous functions such as
DrRexxVersion() and see if they can work.
Steven
--
----------------------------------------------------------------------
"Steven Levine" <steve53@...> MR2/ICE 3.00 beta 11pre3 #10183
eCS/Warp/DIY/14.103a_W4 etc.
www.scoug.com irc.ca.webbnet.info #scoug (Wed 7pm PST)
----------------------------------------------------------------------