B4J Question Using GetFromLocationName inside FOR loop

sconlon

Active Member
Licensed User
Longtime User
I am importing a CSV file of names and addresses into a SQL database and want to verify each address before writing it to the database. I thought of using GetFromLocationName to see if it returns a lat/long but as I am importing each record within a FOR loop I can't see how to wait for the _GeocodeDone event and then continue inside the loop.

Any suggestions?
 
Top