Error in loading template while importing.

Jouher_20929
Jouher_20929 Altair Community Member
edited March 18 in Community Q&A

I have given command to load user profile and import the file command together.

hm_framework loaduserprofile

and import.

 

As they are happening simultaneously, eeror is happening. I have to import only if template is loaded.

 

@tinh Please help

Answers

  • tinh
    tinh Altair Community Member
    edited September 2018

    Hi

    Use hm_framework registerproc 

    To add a proc to be called after user profile changed. Within that proc, you import file, then unregister it self.

  • Ajay Prabhakaran
    Ajay Prabhakaran Altair Community Member
    edited March 18

    Hi tinh,

    How can we use this for hyperworks x version to load a proc when we change the client. hm_framework wont work if the user loads hyperview client first in Hyperworks-X. Do you have an alternative workaround for this?

    TIA