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

samuel_corniell
samuel_corniell
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
18

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by samuel_corniell
Customize the badges you want to showcase on your profile
Populate fields from a php script - Adobe LiveCycle 03-08-2010
Hi,I am trying to populate text fields from a PHP script right into Acrobat Reader.Lets not talk about database just yet, I just want to know how to take a variable in PHP right to the livecycle designer form.I have seen many things like submitform(), using http posts, etc but I cant get it to work.Thank you in advance.

Views

716

Likes

0

Replies

1
Re: How do I count the number of data records? - Adobe LiveCycle 09-06-2010
got it but I think that will also move to the next or last record and display it on the field and I dont want that, any ideas? I just want to get a count while being in the same record.

Views

157

Likes

0

Replies

0
Re: How do I count the number of data records? - Adobe LiveCycle 09-06-2010
hey paul, when you say move the cursor do you mean the datawindow object??

Views

154

Likes

0

Replies

0
How do I count the number of data records? - Adobe LiveCycle 09-06-2010
Hey guys, how do I count the number of records I got on a data object variable?Im having a sql query result in a variable like this:oDB.resolveNode("#command").query.select.value = "SELECT * FROM Clientes WHERE CliNombre LIKE '%" + input1 + "%'";oDB.open();oDB.first();so I need to count the number of records retrieved by that SQL query in that moment. Help please

Views

955

Likes

0

Replies

5
Re: Why wont this simple while loop work? - Adobe LiveCycle 02-06-2010
Paul, Just like you said. Timing... THANK YOU!!!

Views

221

Likes

0

Replies

0
Re: Why wont this simple while loop work? - Adobe LiveCycle 01-06-2010
Ah, got it. Im only able to check if a field has changed on the change event and this script is only on the click event... if only i had some method to verify the change on the same click event i would try that on an if sentence right away.

Views

205

Likes

0

Replies

0
Re: Why wont this simple while loop work? - Adobe LiveCycle 01-06-2010
Paul:Can you add a test tho the loop to validate that data has changed on a field before doing the test?What do you actually mean here? I need to check the timing but didnt get the complete picture. Thank you.

Views

203

Likes

0

Replies

0
Re: Why wont this simple while loop work? - Adobe LiveCycle 01-06-2010
It works well when I remove the while loop...

Views

202

Likes

0

Replies

0
Re: Why wont this simple while loop work? - Adobe LiveCycle 01-06-2010
Hey Paul, forgot to tell you that the code is implemented on a button.I added two more textfields that got the value from both variables. Removed the while loop, and the textfields show how start value goes up to end value until they match as I click and go to the next record.Thats the weird part, they do get to have the same value after some iterations but still will freeze.

Views

205

Likes

0

Replies

0
Re: Why wont this simple while loop work? - Adobe LiveCycle 01-06-2010
The first (start) variable got the charcodeAt on the first 3 characters of the dataconnection, converted to strings, added , then converted to numbers.The second (end) variable got the charcodeAt on the first 3 characters from an xfa.host.response dialog box, converted to strings, added , then converted to numbers.

Views

204

Likes

0

Replies

0
Likes given to
Likes from