Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I find out if MediaManager is even installed and functioning?

0
Posted

How can I find out if MediaManager is even installed and functioning?

0

You can check the registration status in one of three ways: 1. Use Media_Register with the full registration string. The Media_Register function can be used to detect whether MediaManager is installed, as it always returns one of the errors or confirmations below: * “Registered MediaManager ” & the version number, * “Invalid Registration MediaManager ” & the version number, * “Expired Registration MediaManager ” & the version number, or * Blank (“”, in FMP 5 & 6) or question mark (“?”, in FM 7 & 8) if the plug-in is not installed. So, in other words, you can register MediaManager when a file is opened or reregister MediaManager at any time, by using: Set Field [Response Field; Media_Register (“COMPANY NAME|MAC REGISTRATION CODE|WINDOWS REGISTRATION CODE”)] If [IsEmpty (Response Field)] Beep Show Message [“MediaManager is not installed on this computer.”] Quit Application End If Substitute your company name and registration information in the above Set Field step. If the Response Field

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123