Need help with moving query objects from one select boxto another

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Need help with moving query objects from one select boxto another

    Here's the problem:

    I need one select box to be populated with products from a query. I need to
    be able to select products from the list, then click on an arrow button to move
    into the select box to the right. Once in the right side, need ability to then
    move products up or down for ordering the right list.

    Anything out there that would do this...kind of a browser way to do the same
    thing you do when constructing a query in access...that type of visual tool.

    webpointz Guest

  2. Similar Questions and Discussions

    1. moving 3D objects from cursor values
      Can anyone tell me if it is possible to reposition an imported 3D object based on the inputs from cursor positions. I am trying to build an...
    2. Moving text and objects??
      Hello I have a small problem in Illustrator: I create some text and several logos on a document and then drag the pointer to select them, If I...
    3. Box shows around objects when moving
      Illustrator 10.0.3 on Mac G4 with Panther Lately I noticed when moving an object with the Direct Selection tool (the white one) there is a...
    4. Moving Grouped Objects/Transform Box
      Hi All, I just upgraded to 11.0.1 and noticed no speed improvement with moving Grouped Objects with lots of paths. It stills takes about four to...
    5. grouping and moving objects
      I seem t be having difficulties with moving objects which are on both separate layers as well as on the same timelines. Question is, is it possible...
  3. #2

    Default Re: Need help with moving query objects from one selectbox to another

    Doing this without refreshing the window will require JavaScript. There are a
    number of scripts out there, here is one for moving between select lists:

    [url]http://www.faqts.com/knowledge_base/view.phtml/aid/3163/fid/178[/url]

    Here is a script for moving items up and down:

    [url]http://www.faqts.com/knowledge_base/view.phtml/aid/6089/fid/178[/url]

    Bryan


    blewis Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139