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

MHN02
MHN02
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by MHN02
Customize the badges you want to showcase on your profile
Re: Establishing an OLEDB Connection - Adobe LiveCycle 09-09-2011
Hi, Instead you can select the SQLQuery and write SQL statement to get the data from the table.Here the table refers to the sheet name.

Views

124

Likes

0

Replies

0
Re: Adding a unique id for difference instance of same document - Adobe LiveCycle 09-09-2011
Hi, You can create a javascript code var fID = null; var currentDate = new Date(); var currentYear = currentDate.getFullYear(); var currentMonth = currentDate.getMonth()+1; var currentDay = currentDate.getDate(); var currentHours = currentDate.getHours(); var currentMinutes = currentDate.getMinutes(); var currentSeconds = currentDate.getSeconds(); fID = "ID" + currentYear + currentMonth + currentDay + + currentHours + currentMinutes + currentSeconds; fID is uniquely identify each document.

Views

156

Likes

0

Replies

0
Upgrade to Adobe Reader 9.4 - Adobe LiveCycle 28-07-2011
Hi,We are trying to upgrade Adobe Reader 9.4 from Adobe Reader 8.1.3.1) Is it required to change any code for older version PDF's?2) Will there be any documentation available to guide us for upgrading from 8.1.3 to 9.4.Please let me know if there is anything else we need to think?Thanks & RegardsMHN

Views

324

Likes

0

Replies

0
Reading the Windows Environment Variable from Adobe Live Cycle Designer. - Adobe LiveCycle 21-04-2011
Hi ALL,Greetings, I have a requirement where i need to read the windows environment variable.Please let me know is there any way to do this.Thanks in Advance.

Views

703

Likes

0

Replies

1