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 wOOdy-Soft 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. mattquantic

    Sorting a list the starts with numbers but has letters

    Hi I use 3 functions to sort a select list that's been populated by dynamically. (people can add and remove items) Was all working great until I need to apply it to a list of water tank values. My list (which I can't change) is: 10 Ltrs 25 Ltrs 50 Ltrs 75 Ltrs 100 Ltrs 250 Ltrs I thought...
  2. mattquantic

    Updating instances of shapes when changing the master

    Hi. This is really driving me crazy. I have a custom stensil with a load of shapes in it, each representing functions in a system. These recur on mulpile pages within the visio document. If I change a master of the shape, I was expecting all of the instances to update. The process I'm...
  3. mattquantic

    Can someone show me how to add another fake frame accross the top

    Can someone show me how to add another fake frame accross the top 40px high? http://www.dynamicdrive.com/style/layouts/item/css-left-top-and-bottom-frames-layout/ Matt
  4. mattquantic

    JS and CSS frames

    Hi. Is it possible to use JS to have draggable frames in an interface like this. http://www.dynamicdrive.com/style/layouts/item/css-left-top-and-bottom-frames-layout/ I've seen it done well before but can't find it. Matt
  5. mattquantic

    Can JS connect and recieve info from a DB without reloading a page?

    Can JS connect and recieve info from a DB without reloading a page?
  6. mattquantic

    A drag control

    Hi. If you look at http://search.msn.com/images/results.aspx?q=images&FORM=QBIR At the top there is an element that allows people to control the size of all the images in the results pane. I'm not looking to emulate the image size stuff, but I am trying to workout how to make something...
  7. mattquantic

    Getting iframes to behave like frames

    Hi. I'm trying to build an IFrame interface that behaves a little like frames. --------|--------------- | | | | | | | | | | 1 | 2 | | | | | | | | | |...
  8. mattquantic

    Working out session counts from imported iis logs

    For the reports I can get things like sessions out by grouping by a var in the cookie. But some of my clients want different determinations of a session timeout length than others. What I'm trying to do in a query: • get the logs for a day (done) • create a field with an id (sessid) that I...
  9. mattquantic

    Strange query loop behavior

    Hi. I have either come accross something strange, or am being stupid. (tired) The following code created two queries and then loops through them. It outputs the following text: test0: GetData.id=1 test1: GetData.id=1 GetAct.contactid=1 fakeid=1 test2: GetData.id=1 GetAct.contactid=1 fakeid=1...
  10. mattquantic

    Using the max resources

    Hi. I have a Dual Quad Core (8 processors Intel Xeon X5355 2.66 Ghz) machine with 16GB of ram. Using Vista Ultimate 64 bit. It work very fast (expected) but I'm fairly sure not all the resources are being used where possible. For example, photoshop PS2 can only address 2GB of ram (limited by...
  11. mattquantic

    HELP - just updated a column and didn't mean to

    Hi. I just very stupidly updated a column and didn't mean to. 5000 records changed. Is there any way to get the content back? Please help.
  12. mattquantic

    execCommand('Paste');

    Hi. I'm having a prob calling a method(?) from the code rather than on an event. This text box, when clicked will take whatever is in the clip board and paste it in with the content. Is there any way that I can do this voa code. For example: document.getElementById("WordTextst").focus()...
  13. mattquantic

    Mouse no longer in browser window

    Hi. Is it possible to establish if the mouse is still within the confines of a browser window. I have a dragable layer and it works fine with draging when the mouse is down and stopping whern the mouse is up. But, if you keep the mouse down and then drag the mouse all of the way out of the...
  14. mattquantic

    Dragable layer

    Hi. Before I start trying to re-invent the wheel. I though I'd check with you experts if a script already exists that everyone reuses. I have a lay that appears when you click a button. I have it always appear in the middle base on browser size and scroll pos. Working great. What I'd like is...
  15. mattquantic

    Inserts and updates causing a java.lang.ClassCastException

    Hi. After latest update to bring cf up to: 7,0,2,142559 (http://www.adobe.com/support/coldfusion/downloads_updates.html) Now when any of my systems, on multiple sites, perform either an update or an insert the following error happens afterwards. (error at the bottom of the past) The stange...
  16. mattquantic

    Remove selection from a dropdown

    Hi. I am tring to remove the selection from a dropdown, without having to repopulate it. I'm trying with: for (var n=0;n<document.addeditform[usefield].length;n++){ document.addeditform[usefield][n].selected = false; } It always leave one selected.... Any ideas? Matt
  17. mattquantic

    Big project

    Hi. I am about to start a project that might end up having > a million records. Is MSSQL better than MySQL for this. Other than having very efficient queries, stored proceddures and cached queries, is there any architectural methods that I should be emplying? Such as, having multiple contact...
  18. mattquantic

    Displaying a popup of info from a datagrid

    Hi. I have a datagrid component with some rows of information in it. Any of the rows can be clicked. What I'd like to do is transfer the data from the row that is clicked to structure, so that I can display it somewhere (where things like multiple lines of text can be viewed). Does anyone know...
  19. mattquantic

    Combomox selected color always green

    Hi. I am changing the colors of my combo box using: _global.styles.ComboBox.setStyle("color", 0x373737); and _global.style.setStyle("themeColor","0xBDCEE0"); and _global.style.ComboBox.setStyle("textRollOverColor", 0x373737); But, what ever I do the selectedColor always stays this horrible...
  20. mattquantic

    importing CSV to mysql

    Hi. Does anyone know of a robust php script to read and import data to from csv to a matching mysql table? M@)

Part and Inventory Search

Back
Top