Recent content by JT Kent

  1. J

    Open Ms Access from Google Earth

    Hi Darbid, Hope you are good. Though am still carrying out a personal research on my last post to you, i can still do with a little help. Thanks buddy, i have learnt quite a lot through you. CHEERS!!!
  2. J

    Open Ms Access from Google Earth

    Hi Darbid, I understand the approach with respect to initiating a navigation, then cancelling it and then instigating an action in the Case Statement. This means i will have to write a JavaScript Function (that will perform a task) and call that function. May be i should explain the task at...
  3. J

    Open Ms Access from Google Earth

    Thanks a lot Darbid, I knew something was wrong with the GE_next_flight_point function but am suprised i was not able to crack it because i removed those duplicated lines of code i quoted in my last mail but still had issues. A valid point you made regarding Speed and Altitude. I have already...
  4. J

    Open Ms Access from Google Earth

    Hi Darbid, Apologies for replying this late. I haven't had access to the internet all day. I have attached the database in the format you requested for. Thanks again.
  5. J

    Open Ms Access from Google Earth

    Hi Darbid, Please note that my assumption is that we have 1 command button that controls the tour and no separate ones to declare Recordsets. Am a little confused about the button issue. Are there 2 buttons on your form? The first to set up the Recordsets and the other to handle the...
  6. J

    Open Ms Access from Google Earth

    Hi Darbid, Hope you are good. I have a few questions/issues i need to clarify. This includes setting the boolean variable "GE_flight_ok_move_next" to true, setting the database object to current db, opening the Recordset and moving to the first record in the Recordset. These are the...
  7. J

    Open Ms Access from Google Earth

    Hi Buddy, Thanks for your time and support. Though i have declared the Recordset and other variables in the function as Global variables and called the on_click function in Case03, the tour is still not going to the other locations except the first one. Well, i guess i'll continue to try to...
  8. J

    Open Ms Access from Google Earth

    Hi Darbid, Firstly let me say a big thank you for all your help thus far. On your comment, i did "have a go" but at a point, i was beginning to feel that you might begin to start running out of patience with me cos i still was not comfortable with your explanation. I have seen the sample...
  9. J

    Open Ms Access from Google Earth

    Hi Darbid, Thanks agn for all your help. I have finally been able to attach the database file. As i said earlier it has a table called tblplaces with the Longitude, Latitude and a constant Altitude for the Locations in the tour. I attached the code that loops through the recordsets of places...
  10. J

    Open Ms Access from Google Earth

    Hi Darbid, Thanks agn for all your help. I have finally been able to attach the database file. As i said earlier it has a table called tblplaces with the Longitude, Latitude and a constant Altitude for the Locations in the tour. I attached the code that loops through the recordsets of places...
  11. J

    Open Ms Access from Google Earth

    Hi Darbid, I can't attach the sample database cos it's too large. i however can explain the structure of the database and attach the code The table name is tblplaces and the form is Map Browser. My code navigates through the recordsets similar to how you told me to do it. Private Sub...
  12. J

    Change Color of command button, textbox, comboboxes

    Thank you very much Bob. I will follow your advice accordingly. CHEERS!!!
  13. J

    Open Ms Access from Google Earth

    Hi Darbid, Thanks again. I did some research (using google search engine) before sending my last post on Windows.Location (it's just that am a newbie in JavaScript programming). I understand your explanation on navigating to a fake page [windows.location(3)] but i don't know if there is a...
  14. J

    Change Color of command button, textbox, comboboxes

    Hello All, i wish to change the color of command buttons from the traditional gray color to another color like black or deep blue. I also want to change the color of disabled textboxes and comboboxes as i explained above. How can i achieve this? Thanks
  15. J

    Open Ms Access from Google Earth

    Hi Darbid, Thanks for your response. I have studied your code but i do have a question. What does "window.location = ('03')" mean? What information were you trying to pass across when you mentioned: "My code is "03" "? When i leave the window.location = (03) in my HTML code i get an error...
Back
Top Bottom