Expand my Community achievements bar.

k_crider
k_crider
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • OK I see. Would anyone have a scripting solution to update this Form property on open, say based on the value of a Text field on the form. Or possibly user initiating a change by entering a value into a text field and clicking a button.?

    Type

    Questions

    Views

    352

    Likes

    0

    Replies

    0
  • I have a simple XSD and XML file with some data that I want to bind and bring into my PDF form. I've created a Data Connection to the XSD, and then dragged the fields into my PDF from the Data View. When I open the PDF I don't get any data from my XML...it seems in order to being in the data I have ...

    Type

    Questions

    Views

    780

    Likes

    0

    Replies

    2
  • Forgot to thank you...so thank you Paul!Oh, and just for reference this is the page I'm using for help to setup my form:http://forms.stefcameron.com/2007/05/21/connecting-to-a-web-service/

    Type

    Questions

    Views

    652

    Likes

    0

    Replies

    0
  • Paul,I am using Acrobat. It just seems very odd that the response works fine but not the request. I'm not even sure how to troubleshoot.

    Type

    Questions

    Views

    644

    Likes

    0

    Replies

    0
  • I am trying to connect my LiveCycle form to an Oracle database procedure to pull down some data. My friends over at Oracle aren't much help here so I'm hoping someone here can provide some assistance.This is a simple hello world test I running. I have a WSDL I created using a text editor, a PL/SQL p...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    4
  • This issue still plagues me...Only occasionaly, but it still happens that my service never responds, and just sits.Any suggestions...BUMP!

    Type

    Questions

    Views

    751

    Likes

    0

    Replies

    0
  • Well, I did put "alerts" in the Fault handler, and it never gets called...the hourglass (clock) comes up for 10 seconds (or whatever I set the timeout to), then just simply goes away...

    Type

    Questions

    Views

    750

    Likes

    0

    Replies

    0
  • Sure:privatefunction sendID1(id:String):void{var params:Object = newObject();params.p_id=id;httpSvcGetName1.send(params);}private function svcGetName1Result(evt:ResultEvent):void{varresultObj:Object = evt.result;/* Assign the values... *///Alert.show(resultObj.toString());lblName1.text=resultObj.toS...

    Type

    Questions

    Views

    751

    Likes

    0

    Replies

    0
  • Is there somethign special I have to do to get the fault to raise...? Because I have a fault event defined for my service, and I set the timeout seconds, but nothing happens...???

    Type

    Questions

    Views

    750

    Likes

    0

    Replies

    0
  • How do you properly handle HTTPService calls that never return with  Result or Error? I have one that repeatedly sits and sits, never coming back from the server.If I set timeout, that's fine, but then how to gracefully tell the user the call has been timed out?

    Type

    Questions

    Views

    5.3K

    Likes

    0

    Replies

    7
Top badges earned by k_crider
Customize the badges you want to showcase on your profile