Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gchaves

  1. gchaves

    Trying to get Flash 8.0 to talk to ASP/Database?

    billwatson, So far, we have been able to use sendandload to send a variable to ASP, capture it in our query, query for results based on that variable and send them back for display in our Flash page. We have been able to query for one result, two results, etc. if we are only trying to query...
  2. gchaves

    Setting an Access DB Back end to read-write, set as read only now

    it's going to take 43 minutes to copy over, especially over a wireless connection...but I will give it a shot.
  3. gchaves

    Setting an Access DB Back end to read-write, set as read only now

    I did right click and select properties. Read-Only is not checked.
  4. gchaves

    Setting an Access DB Back end to read-write, set as read only now

    I have access to it and it is still coming up read-only. Any ideas?
  5. gchaves

    Setting an Access DB Back end to read-write, set as read only now

    Greetings! I have an Access 2000 database which I have split to keep my back-end separate from the front end. Today, somehow, it has been set to read-only and I think this is what is causing some of my queries/macros (especially those that run delete and append queries) to not work any more...
  6. gchaves

    Can get Flash to talk to ASP...need ASP to reply back to Flash!

    a6m1n0, Much thanks! We have been able to write code in both Flash and ASP and write not only 1, but more than one query response back into Flash! We couldn't have done this without your help. Thanks, GC
  7. gchaves

    Trying to get Flash 8.0 to talk to ASP/Database?

    billwatson, We cannot thank you enough for your assistance! We have been able to write code to send a variable to the database and write not just one, but more than one query result back in Flash. Thanks so much! GC
  8. gchaves

    Trying to get Flash 8.0 to talk to ASP/Database?

    We tried the version of sendAndLoad you suggessted and did not have much success. However, we did modify the code to the following and received "undefined" (or "youndefined"). Does that mean we are getting close? bButton2.onRelease = function() { var my_lv:LoadVars = new LoadVars()...
  9. gchaves

    Can get Flash to talk to ASP...need ASP to reply back to Flash!

    a6m1n0...I created this post as I did not see any replies to my original post. But, I am glad that you did reply, as I was hoping you would help us again! My sincere thanks! Here is the table which contains coin_desc: ID_coin coin_name coin_desc 1 Penny 1 cent 2 Nickel 5...
  10. gchaves

    Can get Flash to talk to ASP...need ASP to reply back to Flash!

    We have come up with Flash/ASP code that allows us to make a selection from a drop down menu in Flash, display the selection in a text box in Flash and when a button is pushed on the Flash page, it sends the data to ASP, writes it into a variable which we can query for and then displays the...
  11. gchaves

    Can Flash be used to pull data from an ASP recordset?

    a6m1n0, Thank you for your reply! We have come up with Flash/ASP code that allows us to make a selection from a drop down menu in Flash, display the selection in a text box in Flash and when a button is pushed on the Flash page, it sends the data to ASP, writes it into a variable which we can...
  12. gchaves

    Trying to get Flash 8.0 to talk to ASP/Database?

    Bill...thank you so much for your post! We will try and set up our flash page with the SendandLoad function to see if we can get it to work. Will keep you posted! Thanks again...GC
  13. gchaves

    Trying to get Flash 8.0 to talk to ASP/Database?

    Here is the code that we have come up with so far. As you can see, we have been tinkering around with the LoadVars.Send and the LoadVars.Load, but not he LoadVars.SendandLoad. var myCoin = tText.text; //*********************** /*bButton.onRelease = function() { var my_lv:LoadVars = new...
  14. gchaves

    Trying to get Flash 8.0 to talk to ASP/Database?

    That is what I thought. I(we) are not sure how to set up the SendandLoad function. If we post some code for a drop-down menu, could you tell us how we should set it up? I pretty confident that I know how to set up my ASP page to capture the request. Much appreciation! GC
  15. gchaves

    Trying to get Flash 8.0 to talk to ASP/Database?

    Greetings! I am working with a Flash developer (I build ASP pages). Together, we need to send requests from a flash page to an ASP page that houses scripts which query a database based on a selection made on the flash page. We have been able to build a test page which can send the results of...

Part and Inventory Search

Back
Top