[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

5997.0. "Dispatch table entries" by FRAIS::WELLERSHAUS (Heidi Wellershaus) Thu May 19 1994 03:18


Hello, 
can somebody give me support building the following dispatchtable
entries for my FM:
  
The Global Entity (GE) is of datatye FULLNAME, I want to allow 
CREATE of the Global Entity only in some special cases i.e for 
GE001, GE002 ... GE010 and exclude it for all other cases.

The following entry doesn't work:
CREATE << GE , GE001>> NULL mcc_fm_create
I suppose the instance naming isn't correct, isn't it?

Thanks, Heidi

T.RTitleUserPersonal
Name
DateLines
5997.1Instance dispatching is not supportedTAEC::LAVILLATThu May 19 1994 05:5010
Heidi,

The answer is quite simple : dispatching on instances is not supported :
you have to handle the restriction inside your FM code, by returning a
specific exception for example.

Regards.

Pierre.