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 Wanet Telecoms Ltd 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: metamind
  • Content: Threads
  • Order by date
  1. metamind

    anchor scroll - interesting

    hi options to trigger script: i. a link. eg <a href="#" onclick="doStuff">save</a> cons: causes the page to scroll to the top when clicked ii. a span. eg <span onclick="doStuff">save</span> cons: when tabbing out of the textarea the focus does not stop on the save "link" Any ideas on...
  2. metamind

    stop native hilighting

    Hi, I have a load of elements in a document some of which I can drag-copy and drop. When I start to drag an element (keeping the left button down) both firefox and ie start hilighting the underlying element text (and all it's neighbours) as it would do if I were not dragging the element but...
  3. metamind

    Can't FTP external site from 2003 sbs

    I am trying to connect to an external ftp site from my 2003 SBS server (this computer). Computers on my network connect to the internet through this computer and can also get ftp access (and connect to remote sql servers), but I can't on this computer. I'm sure it's a simple config setting but...
  4. metamind

    dynamically create a shape from a master

    Hello again, This is kind of linked to my last post. Since I presume it is not possible to add actions to a shape dynamically, I thought about trying to create a master with the action in it and then dynamically add new shapes to my page using that master. I can't seem to find any...
  5. metamind

    Programatically add actions. Possible?

    Is it possible to add actions for a shape in vb code (as opposed to manually doing it through the shape sheet)? I tried Call s.AddRow(VisSectionIndices.visSectionAction, 1, 1) But visio didn't like it. (I'm not sure about the syntax). Cheers
  6. metamind

    &quot;Does not support&quot; Application.FileSearch

    I copied a block of code over from an excel macro into a visio macro and I get a "Run-time error '438': Object doesn't support this property or method". The block of code is below: With Application.FileSearch .NewSearch .LookIn = dir...
  7. metamind

    Logon failure (driving me mad)

    Hi, Problem ======= I can use Windows Authentication to get access to my db through SQL Query Analyzer, but not SQL Server authentication. I want to connect using SQLUser (see below) Details ======= I have just set up a new sql server on Windows 2003 Small Business Server with a domain...
  8. metamind

    Accessing, in vba, the format of strings in shapes

    When in vba, how do I get access to the format of a shape string. I have strings that are part bold, bulleted etc. Thanks
  9. metamind

    creating a vba library

    How do I create a vba library of common functions that can be accessed by all office applications?

Part and Inventory Search

Back
Top