How to connect to new FrameMaker session
Hi,
In our application we are using F_ApiAlive() method to check if it's connected to framemaker session.
Initially F_ApiAlive() return 0 and F_ApiStartUp() connects the application with framemaker but if FrameMaker is closed manually then also F_ApiAlive() returns "Non Zero" value(which means connected to frameMaker but FM is already closed). After that F_ApiStartUp() also doesn't connect with new FrameMaker session. So basically i need a way to connect to new FM session if first one was closed.
Thanks
