Welcome, Guest
  • Author Topic: How to refresh data from xml conector  (Read 1198 times)

    paruliant

    • Server what's that
    • *
    • Posts: 8
      • View Profile
      • Email
    How to refresh data from xml conector
    « on: 06/01/05, 09:04 »
    hi...all..

     how to refresh data from mysql database with xml conector component to combo component please help me!!!

    if in action panel like this   c.php?act=vwitm&r="+random(999)+"&id="+kodenama

    how to create in xml connector component properties

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re: How to refresh data from xml conector
    « Reply #1 on: 06/02/05, 03:39 »
    This will work in a browser environment trough http (not from Flash IDE)

    Jorge

    paruliant

    • Server what's that
    • *
    • Posts: 8
      • View Profile
      • Email
    Re: How to refresh data from xml conector
    « Reply #2 on: 06/05/05, 23:53 »
    sorry my english language is bad... I mean I Have form in frame 1 with  one input text and  dynamic Combobox data from Mysql, and  send button .

     if I type new name to input text and send data to mysql, timeline go to frame 2 and back again to frame 1.
    the combobox component cannot refresh the data
    I want the combobox loading the new name from mysql   
    how to do this please help me..

    thank...

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re: How to refresh data from xml conector
    « Reply #3 on: 06/06/05, 00:40 »
    Adding a random number to URL avoid cache, so your problem should be other. Check that necesary data was really modifies in database.

    Jorge