geky
unread,Jun 17, 2013, 3:46:10 PM6/17/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hard...@googlegroups.com
Hello,
In ZIS2^XUP there is following call : D ^DIALOG(21400.099,IOST) ...
Routine DIALOG of FileMan 22.2 has however no parameter List.
As a result I experienced a Crash when making a call to ^XUP.
Searching for similar problems ( for "D ^DIALOG(" ) I found that in following routines there
are also calls without parameters :
XQ12
XQT
XQT2
XQTOC
XUS2
XUS5
XUS91
XUSCLEAN
XUSER1
XUSESIG
XUSMGR
XUTMUSE
I changed the calls to read as D EN^DIALOG( and everything is ok, but thought to share this in case someome
else has problems with FileMan 22.2 because of this ...