With the checkmate SDK, I have build my datastore from the SQL database so I now have acces to all the devices, logs, trips, etc. In my application, I want to open a checkmate map in which I would have the details of the trips of a certain device for a specefic date. I've tried using the CheckmateMapForm (Geotab.Checkmate.Forms.CheckmateMapForm) but I can't seems to find a way to instanciate it so I could add stuff to the CheckmateMapForm. The question is how do you instanciate a CheckmateMapForm or is there any other way of doing this? |