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 Westi 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. jimborama

    Call fscommand with combo box

    This is the one that worked //////////////////////////////////////////// function mycombo() { fscommand("exec",comboBox.getSelectedItem().data); } //////////////////////////////////////////// of course the executable must be referenced in the data table..... Thanks again for all...
  2. jimborama

    Call fscommand with combo box

    thanks oldnewbie....not there yet, but this paved the way to something that might work. I'll post it when I get it working.
  3. jimborama

    Call fscommand with combo box

    Yes, everything is in it's rightful place, and all is well with the app. No problem launching exes, word files, pdf's, or anything else from buttons, frames, or anywhere else. It's just this one piece of code that, as Jimmy Buffett says, "plum eludes me." Think I need a Margarita.
  4. jimborama

    Call fscommand with combo box

    Sorry....my bad. This is a projector file project for cd-rom.
  5. jimborama

    Call fscommand with combo box

    Can this be done? I've tried everything I can think of, but can only call geturl with the combo box. I would like to call fscommand "exec". ////This works//////////////////////// function fun() { getURL(comboBox.getSelectedItem().data, "_blank"); }...

Part and Inventory Search

Back
Top