Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Normal
Alright peeps .. Did some investigative work (called RR general support number and begged to get redirected to the correct person) and found out everything. I'm now the Official DR Form Programming Contact. Please update your records.Below are the lines that were modified:37: GO 16,2538: PR "E-MAIL ADDRESS IS"39: SP 340: PR NF.EMAIL.ADD N 54 1So to break it down:Line 37 - Go 16,25 is the X,Y i.e. the row and columnLine 38 - Just means that it's going to Print what is in quotes on the worksheetLine 39 - Three spaces. So there will be three spaces (not returns) in between "E-MAIL ADDRESS IS" and the what line 40 has for us..Line 40 - PR NF.EMAIL.ADD N 54 1 .. You guessed it the field that contains e-mail addressYep, easy as that.
Alright peeps .. Did some investigative work (called RR general support number and begged to get redirected to the correct person) and found out everything. I'm now the Official DR Form Programming Contact. Please update your records.
Below are the lines that were modified:
37: GO 16,25
38: PR "E-MAIL ADDRESS IS"
39: SP 3
40: PR NF.EMAIL.ADD N 54 1
So to break it down:
Line 37 - Go 16,25 is the X,Y i.e. the row and column
Line 38 - Just means that it's going to Print what is in quotes on the worksheet
Line 39 - Three spaces. So there will be three spaces (not returns) in between "E-MAIL ADDRESS IS" and the what line 40 has for us..
Line 40 - PR NF.EMAIL.ADD N 54 1 .. You guessed it the field that contains e-mail address
Yep, easy as that.