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: jlips
  • Order by date
  1. jlips

    Way to disable validation for the Wizard SideBar?

    Dear Experts, I am using a Wizard control, and am only displaying the SideBar as links for navigation ( i.e. no predefined next/previous/finish buttons are displayed). I would like for clicking of these sidebar links to bypass validation completely, even the client side validators. With...
  2. jlips

    Setting the default text for a TextBox

    Dear Experts, How do I set the default text of a textbox? Sure, I can have text display when I start a program using TextBox.Text, but I wish to invoke Control.ResetText() such that the TextBox resets to the original text, instead of a blank string. Thanks!
  3. jlips

    How do I create a directory upload gui?

    Yea your solution is what I am doing now. I don't need to read or write to the directory, I just need the textual path for display purposes. If I can't implement this in CGI/HTML, then I guess this will have to do. Oh well, thanks for your help!
  4. jlips

    How do I create a directory upload gui?

    Not to be picky, but that's not what I want. My application would be much more user friendly if my upload GUI has the capability of selecting directories. I know it can be done (for example, in Winamp you can select a music folder via the "add folder" command). -Joel
  5. jlips

    How do I create a directory upload gui?

    I am writing a perl cgi script and wish to be able to graphically obtain the address of folders on the local computer. The command print filefield('filename','',45); gets me a file upload GUI, but the problem is I cannot select folders, only files. Any suggestions?

Part and Inventory Search

Back
Top