cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Pro/TK load a config.pro

dave.schmitz
1-Newbie

Pro/TK load a config.pro

I am looking to load configuration files within a Pro/toolkit app. I am starting with loading a config.pro. Does anyone have a process that might work? All I can find is the addition of confing options (not the whole file). I am working on a Macro but it gets stuck on the "Open" on the file window.

How should I be approaching this problem?

Thanks,

Dave


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
2 REPLIES 2

Hello,

Function ProInputFileRead() with PRO_CONFIG_FILE as file_type should help to load config file.

Regards,
Amar Junankar


In Reply to Dave Schmitz:

I am looking to load configuration files within a Pro/toolkit app. I am starting with loading a config.pro. Does anyone have a process that might work? All I can find is the addition of confing options (not the whole file). I am working on a Macro but it gets stuck on the "Open" on the file window.

How should I be approaching this problem?

Thanks,

Dave

Thanks Amar. That's what I was looking for.
Top Tags