Expand my Community achievements bar.

tarekahf
tarekahf
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I think i can manage to write XSLT to perform the transformation. However, I am facing the following difficulties:1. The image fields are located in another element. I mean, you have to do another lookup to find the image Base64 data. For example, the image field in the XML above app_rep2/appraisal/...

    Type

    Questions

    Views

    3.9K

    Like

    1

    Replies

    0
  • We have a complex XDP for Appraiser Application Form with XML Data Model (default one, nothing fancy). There is another XDP of the same Application Form, same layout, but with different model and XML Structure. The XML Structure of the 2nd form is based on format which I am not familiar with, but I ...

    Type

    Questions

    Views

    8.9K

    Like

    1

    Replies

    8
  • We are so far stuck with Adobe LiveCycle ES4. For the purpose of this post, I am referring to Workbench and Designer.The source code control that is built-in to Workbench is very primitive, and has no compare/merge capabilities. There is an issue with getting an old version from the history if the f...

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    1
  • Thank BR001​..So far everything looks fine on my side, I will add my findings below to help improve the reusability of such components in the future...I tried to use a fragment inserted on the master page, which will be used to how/hide the Autocomplete subform (component). This approach worked with...

    Type

    Questions

    Views

    3.4K

    Likes

    0

    Replies

    0
  • Very clear ...I think <proto> objects are better than custom objects, because you can change the reference objects, and the change will be reflected everywhere. I don't think custom objects have this feature.In relation to <proto> object, I tried to modify the "use" attribute using javascript, but i...

    Type

    Questions

    Views

    3.3K

    Likes

    0

    Replies

    0
  • Thanks again.I checked the proto object, and it is now clear to me how to use it.Just to verify my understanding, in order to use the proto object, first you have to create it, then use it with the "use" attribute. But, in order to create the proto object, you must add the <proto> tag using XML sour...

    Type

    Questions

    Views

    4.3K

    Likes

    0

    Replies

    0
  • Please see update here:Re: Searchable drop down menu? The work nearly completed, and if you have any question, please let me know.Tarek

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    0
  • Thanks BR001​...I managed to develop a wrapper component using Java Servlet that will: 1) get authentication token then call suggest DMTI service (search as you type) and 2) get the token then call recognize DMTI service (get address parts). Also, I implemented the Servlet call from PDF using "FromC...

    Type

    Questions

    Views

    4.3K

    Likes

    0

    Replies

    0
  • I was able to use the Net.HTTP and SOAP object to access the same DMTI service, but it worked only on the console window:var jData;var prm = {cVerb:"GET", aHeaders: [{name: "Authorization", value:"authentication-token"}], cURL: "https://app2.dmtispatialxxx.com/servicesxxx/rest/suggest?limit=60&inclu...

    Type

    Questions

    Views

    9.8K

    Like

    1

    Replies

    0
  • Hi BR001​,Could you please take a look at this post:Re: Using fragment to implement Drop-Down List Field with search / auto populateI was able to reimplement your code in the form to perform autocomplete based on Google Places API. Now I need to use another service based on DMTI not Google Maps. The...

    Type

    Questions

    Views

    4.3K

    Likes

    0

    Replies

    0