Jump to content
Server Maintenance This Week. ×

Google Maps


Bill_misc_IT

This topic is 1099 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have a simple web viewer in one of my solutions, which is an address book for customers, to display a google map of their location.

Using the following:

"http://local.google.com/maps?" & "q=" & /*Address=*/ CUSTOMER::AddressLine1_m & ¶ & CUSTOMER::AddressLine2_m & "," & /*City=*/ CUSTOMER::city_m & "," & /*State=*/ CUSTOMER::state_m & "," & /*Zip Code=*/ CUSTOMER::zipcode_m & "," & /*Country=*/ CUSTOMER::country_m

The problem is that there is a "detail" tab that displays by default, which blocks the map view and requires user interaction every time the record loads.  Is there a way to default to this tab hidden?

Screen Shot 2021-04-23 at 10.49.35 AM.png

Link to comment
Share on other sites

This topic is 1099 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.