Expand my Community achievements bar.

lord_azzron
lord_azzron
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I am writing a form attachment object in designer using the normal javascript method:var formObj = event.target;formObj.importDataObject(fileHandle);Which is fine. But I want to allow only word or pdf files, so I usefileObj.MIMEType == "application/msword";to see if it is a word document for instanc...

    Type

    Discussions

    Views

    585

    Likes

    0

    Replies

    0
  • You can read a little more about the listen property here:http://help.adobe.com/en_US/livecycle/9.0/designerHelp/index.htm?content=001150.htmlThat is a nice find, should come in handy!

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • Thanks for the replies Steve.So in summary it appears that xml data bound to a form through a data connection can't be embedded into a pdf or xfo after all. I was hoping we didn't need to edit the xfo code manually, but be able to make use of the data connection. Using macro's I was able to change t...

    Type

    Questions

    Views

    804

    Likes

    0

    Replies

    0
  • OK. So I have my form elements (including the country list) wrapped in a subform and to add them to the object library I drag the subform into the libarary (in designer). A dialog pops up asking me what to name it and for a description. I hit enter and its available in my custom object library.The p...

    Type

    Questions

    Views

    804

    Likes

    0

    Replies

    0
  • Yeah that would normally work, but hasnt for some reason. Editing the liblayout file was a last resort.So how did you embed the xml data into the object?

    Type

    Questions

    Views

    802

    Likes

    0

    Replies

    0
  • Hi SteveGood to know it's possible! And yeah, thats the country xml data file Im working with too.But I can't work out how to do it. I wasnt able to use your xfo object in Designer, even after manually adding the element to Designer's ObjLibLayout.xml file, so I can't see in action.Can you walk me t...

    Type

    Questions

    Views

    806

    Likes

    0

    Replies

    0
  • HiDoes anyone know if I can embed xml data into an xfo library object? Let me explain...I have a list-box which is to contain a list of countries of the world as defined in ISO 3166. This is a really long list and provided in an xml document. So I want to keep the xml document as the source of the d...

    Type

    Questions

    Views

    3.4K

    Likes

    0

    Replies

    8
  • Hi all,Im wondering if there is a way to save a fragment and keep the data connection it uses? I have a company details form that uses a business number lookup over a web service, but when I save it as a fragment and use it in another form it does not have the data connection and therefore doesnt wo...

    Type

    Questions

    Views

    562

    Likes

    0

    Replies

    1
  • Hi Niall,Thanks for having a look at my post. Yes LC has some good validation built-in but what I'm doing goes much further than the standard functionality provided. Another example of what Im doing:I am passing a reference to the object itself, not just its som expression. This way I can access all...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • Does anyone know how to define an event programmatically for a form object using JavaScript? My example is this:I am passing form fields to a validation function in a JavaScript object by calling scriptObj.addToValidation(this); from the field initialize event.The field object is added to a JavaScri...

    Type

    Questions

    Views

    5.9K

    Likes

    0

    Replies

    12
Top badges earned by lord_azzron
Customize the badges you want to showcase on your profile