Hi Angie, The code you suggested does not help Bill. Default 'Print' button do not validate any fields before it brings up print screen. But default 'Email' button do validate all the required fields just before it submits. That is the difference. Can you try this and see the results.... save the Fi...
You have to write your own script to verify all the required fields are filled-in. Moreover I will start with regular button no the Print Button provided in the Library.Here is a sample script I used on the 'click' event of the regular button which is similar to your requirement.var CNvar CAvar CCva...
You will love this solution. Your code works for the most part. But I did some research and found the signature kicks off at 'enter' event not 'click' though it appears to happen at 'click'. Added and additional text field with name 'TextField1' to the design and add following code to enter event of...
Script works good if you can use in 'exit' event. Also it is good to use $.rawValue = Replace($.rawValue, "address__", "123 Fake Street\u000aAnycity, NT 12345")Good Luck,SekharNwww.lawson.com
I have an easy alternative solution for this. May be you need to tweak a little bit.<br /><br />1. Add a TextField Object.<br />2. Set it to accept multiple lines and Appearance to 'None'<br />3. On the Object--Value tab select 'Calculated -User Can Override'<br /> and add the Default text value.<br...
If the users need some equipment (like ePads) to sign, then NO we can not use your idea. However if you have workaround can you send me a sample?Thanks,SekharN
Steve,But in my case I have to uniquely identify a user and allow him/her to add data one and only one time (when the form opens blank). And then have the document emailed to their manager. Manager will have edit rights. This would be offline PDF document so at form load I have to uniquely identify ...