MapInfo Pro

 View Only
  • 1.  Reset MAPINFO WITH MAPBASIC

    Posted 02-05-2024 01:46
    Edited by Peter Møller 02-08-2024 02:30

    Hi.

    Is there a function in mapbasic to restart MAPINFO? Because when it comes to controlling errors, if I get one I want the application to restart

    Thanks



    ------------------------------
    Mayca González Pérez
    COMUNIDAD. AUT. REG MURCIA
    ------------------------------



  • 2.  RE: Reset MAPINFO WITH MAPBASIC

    Employee
    Posted 02-08-2024 02:35

    Hi

    You can use this statement to end the running MapInfo Pro:

    End MapInfo

    Make sure changes are saved to tables that need to be saved before you run the statement.

    Before running the statement above, you can also run a statement to launch another instance of MapInfo Pro:

    Run Program ProgramDirectory$() + "MapInfoPro.exe"



    ------------------------------
    Peter Horsbøll Møller
    Principal Presales Consultant | Distinguished Engineer
    Precisely | Trust in Data
    ------------------------------



  • 3.  RE: Reset MAPINFO WITH MAPBASIC

    Posted 02-14-2024 08:52

    Thanks



    ------------------------------
    Mayca González Pérez
    COMUNIDAD. AUT. REG MURCIA
    ------------------------------