Using the latest version of RBase Extreme 64, I have come across a situation that maybe someone can help me solve.
I have a form with a Variable Web Browser Control. I have various variables and data that combine to launch a web browser and produces a Google Map in the control. The map has 6 pin cusions located on the map, one for a subject property and 5 for sale properties. This control works as expected using either Internet Explorer Version 10 or Google Chrome. I updated to Internet Explorer Version 11 and now when the form executes, I get the green circle of death and the form hangs. I realize the problem lies with Internet Explorer 11 and that probably the answer lies in the string that goes to Internet Explorer. Here is a sample string; http://maps.google.com/maps/api/staticmap?¢er=55 MORRIS DR DEER PARK,NY 11729&zoom=14&size=600x600&maptype=roadmap&markers=color:blue%7Clabel:S%7C55 MORRIS DR DEER PARK,NY 11729&markers=color:red%7Clabel:1%7C11 EATON PL DEER PARK,NY 11729&markers=color:red%7Clabel:2%7C28 MERLE PL DEER PARK,NY 11729&markers=color:red%7Clabel:3%7C118 ELLENSUE DR DEER PARK,NY 11729&markers=color:red%7Clabel:4%7C34 LANDSCAPE DR WHEATLEY HGHTS,NY 11798&markers=color:red%7Clabel:5%7C28 PORTLAND WAY WHEATLEY HGHTS,NY 11798&sensor=false There are no spaces at the end of each line. If you copy and paste this string into your web browser (Internet 10,11,Google) a map will be produced. The Internet 11 string will (as explained above) bomb. Can anyone shed some light on a solution ? Thanks, Bill Eyring

