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

miguel8312-3K1O
miguel8312-3K1O
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
10

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by miguel8312-3K1O
Customize the badges you want to showcase on your profile
Re: how to change the border to none using javascript? - Adobe LiveCycle 04-03-2010
you are the man!!! thank you very much a I've been working on this simple task for hours and couldnt get it to work .thank you thank you thank you!!!

Views

1.5K

Likes

0

Replies

0
Re: how to change the border to none using javascript? - Adobe LiveCycle 04-03-2010
https://acrobat.com/#d=TcNQs*JthNeHE2n52F1i3Athanks for the steps i never even knew you can do that anywho here is the link.thank you very much

Views

1.5K

Likes

0

Replies

0
Re: how to change the border to none using javascript? - Adobe LiveCycle 04-03-2010
Print Form //xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 0, 0, 0, 0);//NumericField1[0].border = "None";xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 0, 0, 0, 0); Populate 1099 fields TextField1.rawValue = TextField6.rawValue ...

Views

1.5K

Likes

0

Replies

0
Re: how to change the border to none using javascript? - Adobe LiveCycle 04-03-2010
like the actual xml? i dont have a way to attach a form to this forum ? is there?

Views

1.5K

Likes

0

Replies

0
Re: how to change the border to none using javascript? - Adobe LiveCycle 04-03-2010
this does not appear to work ?... if i set a border of solid and then i presse a buttonand i put the code on it nothing happens? any other suggestions?

Views

1.5K

Likes

0

Replies

0
how to change the border to none using javascript? - Adobe LiveCycle 04-03-2010
Higuys im pretty new to adobe live cycle designer es2 i have a really easy one.how do i change the boxtype or apperance of a textbox from solid to none after pressing a buttonI have tried this on the click even tof a a button but does not seem to work.NumericField1[0].border = "None"; any suggestions? would be greatly appreciated it from a youn noob.

Views

7.2K

Likes

0

Replies

9
Re: Livecycle Designer Error- everytime I open FORMS-HELP! - Adobe LiveCycle 16-02-2010
thank you i did just that and it worked like a charm.Thank you for that tip.

Views

285

Likes

0

Replies

0
getAllServiceNames Web service problems - Adobe LiveCycle 09-02-2010
var oListURL = "http://localhost:3612/WebSite18/Service.asmx?WSDL"; var e; try { xfa.host.messageBox("starting List Retrieval."); var service = SOAP.connect(oListURL); if (typeof service != "object"){ xfa.host.messageBox("Couldn't get List object."); } if (service.getAllServiceNames == "undefined") {xfa.host.messageBox("Couldn't get getAllServiceNames Call."); } var oItems = service.getAllServiceNames(); if (oItems == null) {xfa.host.messageBox("List empty.");} var ncount = 0; var nLimit = 10; f...

Views

270

Likes

0

Replies

1
Re: web service call "getAllServiceNames" - Adobe LiveCycle 08-02-2010
bump any ideas  anyone?

Views

85

Likes

0

Replies

0
web service call "getAllServiceNames" - Adobe LiveCycle 08-02-2010
var oListURL = "http://localhost:3612/WebSite18/Service.asmx?WSDL";var e;try{xfa.host.messageBox("starting List Retrieval.");var service = SOAP.connect(oListURL);if (typeof service != "object"){xfa.host.messageBox("Couldn't get List object.");}if(service.getAllServiceNames == "undefined") {xfa.host.messageBox("Couldn't get getAllServiceNames Call.");}var oItems = service.getAllServiceNames();if(oItems == null) {xfa.host.messageBox("List empty.");}var ncount = 0;var nLimit = 10;for (var nItemCoun...

Views

513

Likes

0

Replies

2