Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: Exiting the applet when the user presses “Cancel” #6992
    kparmelee
    Participant

      A ha!!!

      Actually, I hadn’t even attempted to make the “Exit” code work for Dialogue 2 since I couldn’t get it to work for Dialogue 1.

      It turns out it was my line
      If C=Dlg2 Then

      that should read
      If Cmd=Dlg2 Then

      that was messing Dialogue 1 up.

      *sigh* for want of a shoe, the horse was lost…

      Thank you so much!

      Kate

      in reply to: Problem processing RTF code #6716
      kparmelee
      Participant

        I just send the applet! Thank you.

        in reply to: Getting data from HTML forms – newbie question #6690
        kparmelee
        Participant

          Thank you so much!

          Ultimately, I want this form to be pretty comprehensive – lots of text boxes, check boxes, and combo boxes.

          What’s the most effecient way to get all those variables out of the form and into the message? Or do I basically just start at the beginning and “dim” them all one by one?

          Thank you so much!
          Kate

        Viewing 3 replies - 1 through 3 (of 3 total)