Hi,

I am trying to get data returned from filemaker's xsl engine.. the url below returns xml that I want to place into a field in my new app (I actually want to put each of the elements into fields in my new application, but one step at a time.. ;) )

I have a small method populateField(mytext) which looks like this..

//populatefield
EditField1.AppendText mytext


and this method, which is the action of a button..



  Dim sm as SOAPMethod
  Dim sr as SoapResult

  // create soap method and define parameters
  sm = New SOAPMethod

  // setup method properties
sm.url = "http://username:[EMAIL PROTECTED]/fmi/xsl/edit/ myxslfile.xsl?-db=MyDB&-lay=Lay&fieldname=value&-find"

  populateField(sm.result)

When I run this, it hangs my new MacBook, and the processor screams until i force quit the app..

Could someone shed some light on this!!?

Thanks in advance

Wayne


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to