Hello;
I know my last post is a bit confusing so I will try to make a bit clearer.
The agent I will describe worked for years until a few changes were made to our website, however, the changes should not effect the agent as they are seperate and the issue occurs AFTER the form results are sent...
Hello;
hope someone can point me in the right direction.
Have a PHP form on our website which sends the user info to a Notes DB. It is working fine, however, I have a token manual agent that , when activated, should send the same info into a form which is sent in an email. The user is receiving...
Thanks Paul;
I appreciate your reply. Not getting an error message unless I try to add our new menu. The CSS and Javascript files don't work. I am trying to ad the menu in but it will not open and fly out. This is the page with the old menu:
http://www.attotech.com/cgi-bin/search.pl
Hello, hope someone can help me.
I have a Perl script that sits in cgi-bin and is called from a Search page that uses Swish-e.
I am simply trying to add our new menu to replace the old and it kills the script every time.
This is the script with the old menu. Can someone show me what to avoid...
I got the box working with the following Global:
Function isShippingCostOk(Source As Notesuidocument) as Variant
....Dim doc as NotesDocument
....Dim flag as Integer
....
....isShippingCostOk = True '-Default value
....Set doc = Source.Document
....if doc.customershippingaccount(0) = "" and...
Hello;
I hope someone can offer some help. I have a large Sales Order form and at the Save and Close button I need an alert to come up based on this criteria:
If customershippingaccount = null and shippingcost = 0
then the dialog would read:
The shipping cost is zero ...etc.
Within the dialog...
Thank you for your help Pascal;
I created an agent from your earlier suggestion only I am having a hard time testing this due to our environment.
I want it the agent to send the notification to salesmgr and then bufhal when any of the evals(2-5) are 30. The only thing I know at this point is...
Hello;
Hope someone can take a look and see where I am wrong. This is where I am at trying to accomplish me previous post.
@PostedCommand([EditDocument]; "1");
EvalSum := evalterm_1 | evalterm_2 | evalterm_3 | evalterm_4 | evalterm_5;
@If(EvalSum >= 30;@do(@MailSend(salesmgr;"Bufhal"...
Hello;
Thank you for your past help-I am back on this project after being pulled away. I hope some on can help me with the button code below.
The users have informed me how they want this to work. If
any of the Eval Extension Periods 2-5 have a value > than 30, the email will be sent to...
Hi Pascal;
thanks again. I keep getting an error for right parenthisis and I also do not think I have this quite right, but here goes:
###this first part is to mail to salesmgr and bufhal if the sum of the 5 fields is > 60 ###
EvalSum := evalterm_1 + evalterm_2 + evalterm_3 + evalterm_4 +...
Thanks Pascal;
I am trying this without the agents and I know the start of the code should be something similar to this:
@If(
Condition1; @Mailsend<list1 message1>;
@mailsend<other list and message);
How could I include a Dblookup to get the sum of the fields, evalterm_1 throught evalterm_5...
Thanks for your reply, Pascal.
I am not evry experiienced at Formula and Lotusscript and appreciate your help.
So in your suggestion, the user would have to click a seperate button?
I need the fields to be automatically calculated so when they exceed 60, an email will be sent to salesmgr and...
Hello; I hope someone can offer some assistance..
I need help with the following:
A section of my database contains fields (evalterm_1, through evalterm_5) Currently the fields do not effect the email.
I need to change the code so when the fields are > 60, a specail email notification must be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.