Expand my Community achievements bar.

DKinsley
DKinsley
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • It says I need to upgrade my LiveCycle Designer (ES) to use this feature. When I open it, I don't see some of the objects.Thank you for the information!

    Type

    Questions

    Views

    516

    Likes

    0

    Replies

    0
  • Using a Surface tablet (has camera) and a Livecycle form, is there a way to have a button to take a photo and have it display in the form and be printable?

    Type

    Questions

    Views

    729

    Likes

    0

    Replies

    2
  • Thank you so much! I appreciate your help.

    Type

    Questions

    Views

    581

    Likes

    0

    Replies

    0
  • radzmar,Your script works great but I have two company domains that I have to compair to what the user enters. In other words they have to enter either myname@domain1.com or myname@domain2.com. If it is neither of these then the error message pops-up. I tried to modify your script to accomdate this ...

    Type

    Questions

    Views

    573

    Likes

    0

    Replies

    0
  • I want to write a script to verify the user entered their company email address correctly. The only part of the email address I can verify is the last section (@companyname.com), Is there a text wild card that I can use that represents and amount of text so I can verify the last section of the addre...

    Type

    Questions

    Views

    776

    Likes

    0

    Replies

    4
  • Thank you. I will give it a try. My concern is that the vValue will not find the largest number in the database column when each value starts with text ("T" or "F"). Example T1012 or F1013

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    0
  • Thanks for your help. When you can, please post what your script should look like.Thank you

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    0
  • I am mistaken. The script above is still not working correctly.radzmar: your script does not include "substr" - is it missing or can I use Number(vValue, 2, 5) the same way as substr ?

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    0
  • This is now working. Thank you to all the responders for helping me solve this issue.This works:while(!oDB.isEOF()){ if(xfa.record.DataConnection1.FileName.value > nMaxID)  nMaxID = Number(xfa.record.DataConnection1.FileName.value.substr(1,12));  Test.rawValue = nMaxID; oDB.next();}Thank you!

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    0
  • radzmar,Your script does not have substr in it? Is it missing?The script is going out to the database and looking for the largest number. The numbers start with either "T" or "Y" so I need to have the script ignore the first text character and only look at the remaining numeric digits. I would thing...

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    0