For this case, I need a DBEditbox showing Latitude and Longitude. When the user presses a button, I need to show a map.
Problems
- DBEditBtn does not line up with the label that I put it against. (its much further down)
- None of the 3 buttons line up with the DBEditbox (they are much furtherdown)
- I could use a DBCombobox or DBLookupBox and show the map when the button is pressed. But I cant see a Ondropdown event.
Any suggestions would be appreciated