Hi there guys, i have one main application that makes use of a database, and another application that performs different operation on that database. If the main application is running i want to stop the Utilities application from running by displaying an error message.

Main Application.title - TPBookings

Utilities Application.title - Util

i thought about using somthing like getobject but not sure how to reference my own application....

Any ideas?