GPS CAPTURING

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
segxy4manu
Posts: 37
Joined: August 31st, 2016, 5:51 pm

GPS CAPTURING

Post by segxy4manu »

Hello all,
Please i just want to confirm if there is any logic line to write in my program as i encountered GPS coordinate trying to recapture severally after it has been taken.
e.g
After taken GPS of 60 Buildings out of 140 Buildings and i partial saved then when i want to continue it will tend to open GPS coordinate for recapturing for those 60 Buildings again.... all need to do is to swipe on the CAPI screen and tap ok as the default so it can retain the previous GPS.
Is there a way in which when asked "Do you want to go to last saved position" and i said yes. that it will automatically go without Re-capturing again.

Thanks
lusia
Posts: 49
Joined: March 28th, 2018, 4:56 am

Re: GPS CAPTURING

Post by lusia »

I think you could do something like this,

Code: Select all

	if demode() = 1 then
		getGPS();
	endif;
the GPS function will be executed when you are in add mode, else the GPS function will be ignored.
Hope this will help you.
Post Reply