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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bufhal2
  • Order by date
  1. bufhal2

    token manual agent not filling form fields in sent email

    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...
  2. bufhal2

    token manual agent not filling form fields in sent email

    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...
  3. bufhal2

    trying to add new menu to perl swish-e search

    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
  4. bufhal2

    trying to add new menu to perl swish-e search

    Sorry; here is the correct copy #!/usr/local/bin/perl -w use strict; ## Scott Wiersdorf ## Created: Tue Jul 3 15:54:52 MDT 2001 ## $Id: search.pl.sample,v 1.1 2001/07/06 17:15:12 scottw Exp $ ## simple swish-e search form ## ## See <http://sunsite.berkeley.edu/SWISH-E/Scripts/> for...
  5. bufhal2

    trying to add new menu to perl swish-e search

    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...
  6. bufhal2

    save and close dialg alert help, please

    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...
  7. bufhal2

    save and close dialg alert help, please

    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...
  8. bufhal2

    email notification for values &gt; 60

    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...
  9. bufhal2

    email notification for values &gt; 60

    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"...
  10. bufhal2

    email notification for values &gt; 60

    This is the other section @If(evalterm_2;evalterm_3;evalterm_4;evalterm_5;>30@MailSend(salesmgr;"bufhal";Author;coordinator; @Name([CN];@Username);
  11. bufhal2

    email notification for values &gt; 60

    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...
  12. bufhal2

    email notification for values &gt; 60

    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 +...
  13. bufhal2

    email notification for values &gt; 60

    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...
  14. bufhal2

    email notification for values &gt; 60

    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...
  15. bufhal2

    email notification for values &gt; 60

    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...
  16. bufhal2

    error checking--auto field fill in for no DECS connection

    Hello; have a rather complicated issue and hope someone can offer a bit of guidance. Have a large sales order DB. It has an ODBC connection to DECS Admin. There are two number fields which auto-increment as other fields are filled in. When these fields fill in, the ordernumber field is...
  17. bufhal2

    Domino Designer-hide buttons

    Hope someone can help me... I have a DB with a field PartNumbers which has different formated numbers and letters. When a certain format is entered (XXXX-XXXX-RXX), I want a seperate field to notify the user with a dialog box or alert of some kind. There must be an "R" in that place for the...
  18. bufhal2

    domino question

    Did not work. As far as the physical difference between the two views, I cut and pasted to create the second view. Even though I cannot get this working, thanks for helping..
  19. bufhal2

    domino question

    I tried your suggestions in the last post and still have the old view. This is strange. The code I posted: 'Lookup the SalesPerson Set view = db.GetView( "ARSAP1" ) still gets the ARSAP view. Could the other code I posted originally be interfering with this?
  20. bufhal2

    domino question

    Thanks TrooDOS, I found alias to be a copy or similar word to the script language. Can you please tell me how to check if alias may be an issue? I did copy and paste to create ARSAP1 view. I am unclear on what words may be aliases. Thank you

Part and Inventory Search

Back
Top