CIM for customized frame

mjdarm

Member
Hi All,

We have added an additional overlay frame to accept one value to the standard issues planned program. The program works fine using the program directly.

When we try to do a CIM to the customized program, it doesn't display that customized frame and hence the entire CIM is failing.

Any help to resolve this will be of much help.

Thanks in advance.

Mugundan
 

zee

New Member
Sounds like the same problem we have here. What we did is create the CIM program to respond to the original prompts, and handle the logic which would normally be handled by the overlay frame within our CIM program directly. It's not ideal, but it works for what we need.
 

Mokash

Member
Hello ,

Do one thing, write a cim program on standard program. Then update the fields(using exclusive lock) which get updated using overlay frame at the end of the cim. This is the best way to do.....
 

nicholas421

New Member
Handle the frame differently when cim loading.

if not batchrun then update xx with frame f-x overlay.
else update xx with frame f-y.
 
Top