Expand my Community achievements bar.

aks
aks
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • No there is no functionality to get Synchronization status on email.One option is, customization of LC but i think it will be a tough task.Thanks

    Type

    Questions

    Views

    296

    Likes

    0

    Replies

    0
  • I think you have used Submit button that's why this error is coming.Use execute button.Thanks

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Write your code on click event of a button. DocReady is called while form is opening that's why you are getting result on opening of the form.Thanks

    Type

    Questions

    Views

    263

    Likes

    0

    Replies

    0
  • Hi,Make following two changes and then test:Adminui-->Home->Services->Application and Services->Service Management->Click on the service for which u want to disable security-->Click Security tab--->Requires Callers to authenticate-->NOSpecify Run As--> SystemThanksMessage was edited by: aks@lc

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Hi,You can use the following syntax to get the list of all files:-\w*\.\w*Yow can alslo go through the following material for details on Regular Expressions:http://help.adobe.com/en_US/livecycle/9.0/workbenchHelp/help.htm?content=000582.htmlThanks

    Type

    Questions

    Views

    264

    Likes

    0

    Replies

    0
  • create two subform one for mailing address(put all the fields required for mailing address inside this subform) and another for Delivery address(put all the required fields of delivery address inside this subform).On the click of mailing address radio button:form1.firstpage.Subform1.presence="visibl...

    Type

    Questions

    Views

    193

    Likes

    0

    Replies

    0
  • Use a regular button and write the following code on the click event of  button:if(condition){          xfa.connectionSet.DataConnectionName.execute(0);}if(condition){          xfa.connectionSet.DataConnectionName.execute(0);}Thanks

    Type

    Questions

    Views

    10.5K

    Likes

    0

    Replies

    0
  • you can use below code:xfa.host.messageBox("Word  you want to add in start "+TextField1.rawValue+" Word you want to add in the end","Message Box Title")Thanks

    Type

    Questions

    Views

    526

    Like

    1

    Replies

    0
  • By disabling security of process created in Adobe LIve Cycle you can achieve it.To disable security of process login to Adminui-->Home->Services->Application and Services->Service Management->Click on the service for which u want to disable security-->Click Security tab--->Require callers to authent...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • here you can useif(){}else if(){}else if(){}else{  write code that you want to execute in last.}Untill top conditions are not satisfied, code below that condition will not be executed. So no need to disable submit button because when user will click on submit button it will check all the condition f...

    Type

    Questions

    Views

    288

    Likes

    0

    Replies

    0