You can do the following:You have to use a normal button!!//fill in e-mailvar Mailto = Formular1.s1.email.rawValue;//var Mailto = "test@test.de";//fill in subjectvar SubjectBetreff = Formular1.s1.betreff.rawValue;//var Betreff = "Test-Betreff";//fill in messagevar MessageNachricht = "Content PDF:\r"...
Hi Steve,at the moment I send you your pdf with the calculation script.You have to use in each column in the total field the following script - Sterling is the objectname from the user entry field in column 1 in each row- Other is the objectname from the user entry field in column 1 in each row- ......
This can't work. You have [] without *.Then you have to do.The name of the field with 4.00 --> for example "staticAmount"The name of the field with the user entry --> for example "UserAmount"The name of the field per row sum --> for example "Amount"The name of the field for the total amount --> for ...
Hi Steve,I'm not sure if I understand you right. Could you sketch your table?first column | second column | third column----------------------------------------------------------date field | user entry?? | user entry * 4.00?----------------------------------------------------------date fie...
Hi,You have to do the following.Create your table with the 12 columns with ONE Row (without header- and footer row). Rename the currenx field for example "amount".Add the next rows with STRG+D.You will see in the hierarchy that the rows have a [0]..[1]..Then go to the calculate event from your targe...