Recent content by angie3742

  1. A

    adding, deleting, etc. dbase records

    Thanks very much to everyone who helped! It's finally working as it should. It was a combination of things - one of the triggers was not working as it should for the create statement; and I didn't realize I couldn't use the get-value when assigning a record. So we corrected the trigger...
  2. A

    adding, deleting, etc. dbase records

    Lee - You are right. I don't need the (If available) etc. All I really want to do is (create cntrct) upon clicking the submit button. I appreciate your help. This is still very new to me. I've managed to get through a few easier projects with no problem - but this one is giving me a...
  3. A

    adding, deleting, etc. dbase records

    Lee - if you're still out there..... Here's some of my code. It's still now working for me. Did I miss something? </head> <body> <form action="`SelfURL`" method="POST" name="upd_cntrct"> <script language=speedscript> if get-value("Update") <> "" then do: find first cntrct where...
  4. A

    adding, deleting, etc. dbase records

    Thanks Lee. I think this will prove to be very helpful. I knew there had to be a simpler way of doing it rather than using the wizards. Thanks again. Angie
  5. A

    adding, deleting, etc. dbase records

    Ok, my 3 pages are working as they should. The first page is where the sales rep specifies who they are and for which time period to view their contracts. The second page displays a table of the specific contracts from which they can choose to view more info for a particular contract number...
  6. A

    passing values when multiple fields by the same name

    Ok, I will try to make this as clear as possible. I have 3 html pages. The first one requires the user to select his/her name and tell us for which contracts to browse - those expiring in 15 days, 30 days or 60 days. Then they click on submit and those values are passed to the second form...
  7. A

    set-cookie and get-cookie

    All is well now. I had a simple error in my HTMl code that was causing the information to be returned incorrectly. Thanks for the response. :-)
  8. A

    set-cookie and get-cookie

    Never mind about the cookies. I've figured out how to pass my information back and forth. Now, I'm having a problem with my output. When data is pulled from our database, only the first word is being pulled from each field. (example: if the customer's name is John Smith, the only thing that...
  9. A

    set-cookie and get-cookie

    First, allow me to stress Webspeed is very new to me and I don't seem to be catching on quickly! I am writing a web page using html and javascript in which a cookie is created and stored on the client. I've tested it using a simple onblur function and verified the javascript for set-cookie is...
Top