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 SkipVought 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: *

  1. RickLiebespach

    Radio Buttons and Time

    I have two questions that for me are related.... One is how to properly get the radiobutton selected and the other is how to increment a time value. I have a RadioButton with the values of: 5 minutes 10 minutes 15 minutes 30 minutes 1 hour I want the user to select a radiobutton and then I'll...
  2. RickLiebespach

    resizing a frameset via code

    It worked perfectly!! I'm glad you shared that because I never would have thought of it because I've had no training in JavaScript or Java, and I don't see that type of stuff in the book I have. Thank you! Rick Liebespach http://www.omniagroup.com http://www.careermaze.com
  3. RickLiebespach

    resizing a frameset via code

    It looked good, I thought it would work, but so far it hasn't... Rick Liebespach http://www.omniagroup.com http://www.careermaze.com
  4. RickLiebespach

    resizing a frameset via code

    Someone in the HTML forum thought I should ask this one here... Does anyone here know if I can resize the header frame of my frameset, via code? If I can, how is it done? Thanks, Rick Liebespach http://www.omniagroup.com http://www.careermaze.com
  5. RickLiebespach

    Getting result in a different window

    FWIW - I gave up on opening into a new page/window/browser It turns out that I needed to access information, and code that I would no longer be able to access if I did that... Instead I opted for a Frames solution. Thanks for the input. Rick Liebespach http://www.omniagroup.com...
  6. RickLiebespach

    getting item # of currently selected item in DropDownList

    Thank you, that got me over the hump. Rick Liebespach http://www.omniagroup.com http://www.careermaze.com
  7. RickLiebespach

    resizing a frameset via code

    Does anyone here know if I can resize the header frame of my frameset, via code? If I can, how is it done? Thanks, Rick Liebespach http://www.omniagroup.com http://www.careermaze.com
  8. RickLiebespach

    getting item # of currently selected item in DropDownList

    I forget who, but someone gave me a piece of JavaScript to get the data from a TextBox on a web page. I modified it to get information from a ListBox and a DropDownList. I need one more piece of information to get it to do what I currently need. I need to know which item is the currently...
  9. RickLiebespach

    opening a new page in it's own browser

    I've been looking at this and I now believe, because of other things I need to do in this page (interact with the instance of an OCX in the originating page, that I really don't want to open a new browser... I've decide that using frames would be a better approach and just finished a sample...
  10. RickLiebespach

    opening a new page in it's own browser

    I'm on to my next puzzle... wanna help? I'm using an OCX alarm. When the alarm fires I'm trying to display a message in a new page, displayed in a new browse window. My alarm function is currently displaying a msgbox. I've looked at the msgbox and it looks like it supports a variety of buttons...
  11. RickLiebespach

    Web Form and msgbox

    I was looking in the function/commands area and it looks like msgbox() allows you to specify what buttons will show and some other options... msgbox(strMyMessage, intMyStyle, strMyHeading) However when I try to display a message with Yes/No buttons, I get an error. msgbox("This is a test. Do...
  12. RickLiebespach

    What causes TrueVector to shutdown?

    Sometimes as I'm logging into a machine my TrueVector shuts down. Does anyone have any idea why that may be? Rick Liebespach http://www.omniagroup.com http://www.careermaze.com
  13. RickLiebespach

    HTML and conditional execution

    Thank you very much! That approach worked! That web page presented it's stuff well! Now I'm on to the next part! Rick Liebespach http://www.omniagroup.com http://www.careermaze.com
  14. RickLiebespach

    HTML and conditional execution

    NeverMoor, I've created the app with frames. I put a static frame along the top and my OCX alarm is in there. Now I'm trying to figure out where the scripts go... in the static frame or the dynamic frame... I would think the scripts that access the alarm control need to be in the static frame...
  15. RickLiebespach

    HTML and conditional execution

    Thanks for sharing your experience. Maybe this is the same thing and I won't be able to do anything about it... although you make me wonder if it would work from a static frame as yours did... Perhaps a could make a static frame along the top and have it only 1 pixel tall... I've nothing to...
  16. RickLiebespach

    HTML and conditional execution

    I'm not really good at web page stuff, so don't laugh/groan too loud if I post a silly question... I have a web app I'm tring to make - contact management - and we're loading a client side ActiveX alarm to pop-up reminders. The app is designed to come back to the same page many times. What I...
  17. RickLiebespach

    I've never used an activeX and need help

    zemp, Thank you for the information about planetsourcecode and freeskills... I hadn't heard of those before so I'll check them out. Rick Liebespach http://www.omniagroup.com http://www.careermaze.com
  18. RickLiebespach

    I've never used an activeX and need help

    I'm working on a VB.Net web form app which is to be a Contact Management software. I'm trying to use DBI Technologies, ctAlarm.ocx. It's an ActiveX controller I'm trying to use in my program as a way of implementing a reminder system. Does anyone here have experience with this ActiveX? Does...
  19. RickLiebespach

    Has anyone used DBI Technologies software?

    I'm working on a VB.Net web form app which is to be a Contact Management software. I'm trying to use DBI Technologies, ctAlarm. It's an ActiveX controller I'm trying to use in my program as a way of implementing a reminder system. Does anyone here have experience with this ActiveX? Does anyone...
  20. RickLiebespach

    need advice re: notifying the user

    I'm using VB.Net to make a WEB app. I'm in the process of creating custom contact management software. The part I'm working on now is the reminders. My users will create a future activity for themselves and a contact, and set it to remind them that it's time to deal with the activity. I'm...

Part and Inventory Search

Back
Top