Bill_misc_IT Posted April 23, 2021 Posted April 23, 2021 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?
Recommended Posts
This topic is 1366 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 accountSign in
Already have an account? Sign in here.
Sign In Now