Calling another CATIA IUA
Calling another CATIA IUA
(OP)
I have two questions on CATIA IUA:
1) Can I call another CATIA gii program from an IUA?
2) Can I call another CATIA IUA from an IUA?
Thanks for any help .
wn
1) Can I call another CATIA gii program from an IUA?
2) Can I call another CATIA IUA from an IUA?
Thanks for any help .
wn





RE: Calling another CATIA IUA
LOAD GIIHLT MNUM,LN,1,IER
If you write your own load modules you should use the Catia "shared" utility to build them. Place them in the "iuamac" directory.
2) Use EXEC to call another IUA, example - to handle the error in your own IUA
EXEC MYERRHND IER
It is always a good idea to read the Catia documentation