Jump to content

dani Merino

Newbies
  • Posts

    3
  • Joined

  • Last visited

Everything posted by dani Merino

  1. Thanks for all Dani
  2. I use another method, for me more simple than XML conector. When you put the URL in your browser, FMS when create the new record return and xml. For do the same in Flash and recover the XML i use the class XML object. It's easy, is something like this: var xmlObj = new XML(); xmlObj.onLoad(){ /* the code if you would do anything with the answer, check the error code o something similar. You need parsing the XML in function the gramar that you use*/ delete this; //delete the XML } xmlObj.load(TheURL); Dani.
  3. Hi! I need help in xslt sessions. I need to set two diferents global fields in my DB. I think that when you do this you open a xslt session and it's not necessary use the command create_session("session name"), but i'm not sure. if i create new record setting the global fields, i open a session?? How i can know if the session is open?? Apear in the FM Server Admin??? In the next request the relations with the two global fields will be ok?? Anyone have documentation (good) about xslt sessions?? I activate the XSLT sessions in FMS8A and in the Publishing Engine. Sorry for my english i'm spanish and it's my first post and i'm a bit nervous. Dani
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.