Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

jualarco
jualarco
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
10

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jualarco
Customize the badges you want to showcase on your profile
Disable accessibility on reader - Adobe LiveCycle 09-03-2011
How i disable the accessibility options on adobe reader 9.4.2. I was trying "jaws text reader" and accessibility on a static pdf form and switch ON the accessibility options thru the assistant, and now i can't disable it to previous state (so i can't use preview tab on LC designer anymore )

Views

1.2K

Likes

0

Replies

1
Re: Error executing cancelAction on pre-sign event? - Adobe LiveCycle 03-02-2011
Thank you Niall, this behaviour only happens on adobe reader X if i try it on adobe 9.3.x or 9.4.x it works correctly, only on adobe reader X failed. maybe its a bug?

Views

222

Likes

0

Replies

0
Error executing cancelAction on pre-sign event? - Adobe LiveCycle 02-02-2011
Hello everyone!I'm having an issue about cancelling sign action on presign event (signature field) on LC designer ES 8.2.The fact is i've a jscript validation function that validate some requiriments in the presign event, if everything goes well then it return a "true" boolean and continues the sign action, if the response is "false" then i trigger a 'xfa.event.cancelAction = 1' to cancel signing action. If i try to click again over signature field after the first error is reported by the preSig...

Views

1.8K

Likes

0

Replies

3
Re: How to submit without submit button from postsign event - Adobe LiveCycle 25-01-2011
Thats the topic:- Enviroment: web server with https configuration.- Goal: Automate submit of a form which requires electronic signature with a hidden submit button (any buttons visible).- Actual solutuion tried: In the event postsign from signature, we execute "btnSubmit.execEvent(“click”)" (javascript)- Result / problem: This jscript code is executed OK when running local and submit form to especified local folder, but when i tried a server URL, it didn't work. On the other hand, if i manual cl...

Views

97

Likes

0

Replies

0
Re: How to submit without submit button from postsign event - Adobe LiveCycle 18-01-2011
But i'm trying to submit without the button, i already knew your proposal but for this document i need another method. Thank you anyways.P.S. By the way, maybe doing from a regular button than invokes "sign" (click on signature field and after signing submit), it is possible?

Views

93

Likes

0

Replies

0
How to submit without submit button from postsign event - Adobe LiveCycle 18-01-2011
Hello, i've trying to submit as pdf from postsign event on a signaturefield within a form without submit button.I've been using this jscript:event.target.submitForm({cURL:"CertificadoMunicipalTecnicaDesfaborable.do?method=enviar",bEmpty:true, sSubmitAs:"PDF"});but reader returns some message like that: "Cannot perform this action from this object"Any idea how to do it the correct way?

Views

832

Likes

0

Replies

4
Re: Webservice client over HTTPs? - Adobe LiveCycle 13-04-2010
I'm with you i 'm having a problem with https too. Mine is a wsdl webservice thru https wsdl connection. I'm using this function to do the SOAPconnect:function fn_getInfoMaq(strCallWS){ var URLEntorn = "https://11.11.11.111:8443/tmaq/AppJava/services/tmaqWebService?wsdl"; var service = Net.SOAP.connect(URLEntorn); var request = { soapType: "xsd:string", soapValue: strCallWS }; var params = {datos:request}; var result = service.methodName(params); return result;}If URL is http is working fine, bu...

Views

131

Likes

0

Replies

0
Can't connect to a webservice https (SOAP) - Adobe LiveCycle 26-03-2010
Hello, i've been problems to connect a wsdl webservice thru https wsdl connection.I'm using this function to do the SOAPconnect:function fn_getInfoMaq(strCallWS){ var URLEntorn = "https://11.11.11.111:8443/tmaq/AppJava/services/tmaqWebService?wsdl"; var service = Net.SOAP.connect(URLEntorn); var request = { soapType: "xsd:string", soapValue: strCallWS }; var params = {datos:request}; var result = service.methodName(params); return result;}If URL is http is working fine, but when i tried a https ...

Views

399

Likes

0

Replies

0
Pre-charge boolean value (from webservice connection) on radiobutton - Adobe LiveCycle 26-11-2009
Hello, i have problems when i pass a boolean (true/false) value to a radiobutton within my form. This radiobutton has 2 items with binding values specified like this: first button value is: true; and the other button has: falseMy problem is: when i pass the boolean value from a webservice to this button it does not work. i.e. if i pass false radiobutton value didn't set to button with the specified value "false"My question is always treat the values like "strings" so i can no pass boolean to thi...

Views

349

Likes

0

Replies

1
need to import/preload xml file data on existent dinamic pdf form - Adobe LiveCycle 19-10-2009
Hello, i need some help. I don´t if i could pre-load (importing it) data from a xml file to an existent dinamic pdf form i created previosly. I.e. preload some data like name, adress, etc, so when i open the pdf it is filled with this data instead default or blank values

Views

606

Likes

0

Replies

1