Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help!! >> DATE & MAIL ATTTACHMENT

Status
Not open for further replies.

siewfang

Programmer
Apr 16, 2002
2
MY
I would like to know abt these few questions:

1. i have two fields called "duration"(specified by user) and a "date_create" (generated automatically using function @Today).
Then another field called "lastCheck" which is actually the addition of field "duration" and "date_create".
I used function @Adjust to do it. But, don't know why cannot.

The formula that i tried is :
@Adjust (date_create; 0; 0; duration_R; 0; 0; 0);

The above formula can't function. Got error message when i launch it in Lotus Notes. The message said that "Field: 'lastCheck': Incorrect data type for operator or @Function: Number expected"

I already defined "duration" as type NUMBER. I cant find what is the error i did. I also tryied to convert it to number, but still can't get.
So, please help me on it.

Besides, this is the second problem.

2. I am doing a "SEND" action in the action bar. i try to include a attachment link in the document sent. The problem is: the file can be sent, just that the attachment cannot open. I try to figure it out also, but also not success.

The formula that i wrote is like this:

@MailSend (name_reviewer; ""; ""; subject; "";""; [IncludeDocLink])

name_reviewer is the person that i want to send to. the flag i define it as "IncludeDocLink" (same as the "HELP" shown)

The error message shown is "CANNOT LOCATE FORM: XXXX FORM"

i don't know what is the problem also.

Thank you very much. Please reply as soon as possible.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top