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 bkrike 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: Jimuniguy
  • Content: Threads
  • Order by date
  1. Jimuniguy

    Filling up a field

    Hello, I have about 100 entrys where i have missed one field (the same one) which i need to fill. How can i go about filling this field? Thanks Jim
  2. Jimuniguy

    Not remembering "My computer" in the history

    Hello, I need IE not to remember "My Computer" in the history. If i try and delete it manually it deletes the entire days history Any suggestions? Jim
  3. Jimuniguy

    Generating Graph with new data every time its used

    Hello, Say i have a collection of cells, A1:A30 which i want to make a simple line graph from. Simple. But then each day I add some new cells to the list, it could be any number of cells. E.g Monday I add 5 cells, A1:A35, or wenesday I add another 15 which makes it A1:A50 How do i make the...
  4. Jimuniguy

    Importing into Excel with a twist

    Hello, Background: Every day i have an instrument which measures some chemicals and outputs them into an excel spreadsheet nicely. What I want: I need to take some selected cells (always constantly the same ones) and import them into a spreadsheet so that they reamin permantly in that...
  5. Jimuniguy

    Importing pictures into Mysql from folder on server

    Hello, I have a folder with pictures (to which i know the names of) on a server, and I want to import these into mysql database. Anybody know of a script? Jimuni
  6. Jimuniguy

    Needing a certain query

    Hello, I have a table called "forum" in a database with 6 fields: Forumname Username Topic Topicdata Date Delete And basically i want to copy all the data from all fields where the date say is older then 30 days and copy it into a new table called "archive" with the following fields...
  7. Jimuniguy

    Batch File syntax wrong

    Hello, Whats wrong with this syntax and what should it be please? COPY C:\runonce\runonce.bat C:\Documents and Settings\%username%\runonce.bat Something is not correct, the %username% is in there because I need it to copy itself to the username folder of the documents and settings Jim
  8. Jimuniguy

    Setting IE up for all users

    Hello, I need everyone (about 40 users on a PC) to all have the same settings for IE, most importantley, that they all have a autoconfig script (tools>connections>lan settings) How can this be done without having to log in as each and every user? Jim
  9. Jimuniguy

    Create Directory based on username in dos batch file?

    Hi, Say the username is "bob" When I login, i want a dos batch file to run and make a directory called the username, in this case "bob" What command is required please?? Jim
  10. Jimuniguy

    Moving Exchange Profiles

    Hi, I have about 30 users who have a windows 2000 setup. However their login name has just changed and hence we now need to set them all up on email again. Is it possible to move the old exchange profile on there 2000 box to the new user login on the same machine, and if so, how do you do it...
  11. Jimuniguy

    Mapped Drive/Web Permission Problems?

    Hi, I have created my own SWF file on my desktop and transferred it to the IIs server. I have the following problem: It works fine on the my desktop. It works fine, if I map the drive on the IIs server It does not work if access the file via the web. All thats not working is that its not...
  12. Jimuniguy

    Importing Text Files and using multiple variables

    Hi, Say I have 3 boxs, each one has a text file which is imported for it and say each holds the variable: &color= where = is the colour of the box I now want to when I roll over the box, for this text to come up in a box. This I can do, but as soon as I try to have more then 1 import, it just...
  13. Jimuniguy

    Symbols and Graphics

    Hi, I am trying to make a graphic symbol (I have a map that I want) but each time I copy and paste the map into the new symbol it creates also a new bitmap in the library which if I delete, deletes the map out of the map graphic symbol. What am I doing wrong? Thanks james
  14. Jimuniguy

    ResponseWrite Problem

    Hi, Upto now, I have been using simple HTML to write a a href link with a ASP ending (carries a variable string) so that it would look like <a href=&quot;me.htm<%=variablestring%>&quot;>Click Here</a> Now I have been tinkering with me code and now do a dynamic A href link but having problems...
  15. Jimuniguy

    Variable not listening to instructions?

    Hi After some playing around, I have the following code. I want variable 12 (which is switch in the query string) to become null (&quot;&quot;) after being processed, but it wont. Why??? <% Dim variable1, variable2, variable3, variable4, variable5, variable6, variable7, variable8, variable9...
  16. Jimuniguy

    Simple variable problem

    Hi, My coding for variables falls down when the the request.querystring empty or the varibale is empty. Please could you point out how it should be. <% Dim Variable10, VariableA If Request.QueryString(&quot;switch&quot;) = 1 then Variable10 = off Else If...
  17. Jimuniguy

    &lt;Div&gt; Tags in a line?

    Hi, I want to have 3 div tags, a left, centre and right one all on the same line so the tops are all parallel. Unfortuantley it seems each one fits under the next, like steps. How can I get around this? Cheers James
  18. Jimuniguy

    Changing the code on the fly

    Hi, At present, users contribute pages using Macromedia contribute, however, they can not edit the coding. Problem: At present all links end with the bog standard of </a>]. However, before the client sees the page I need the server to: Change </a>] to be <%=variablestring%></a>] and then for...
  19. Jimuniguy

    Setting Constant paths

    Hi, I am trying to build a site which uses many includes etc, and has many directorys, so files which are on the top level, are also the same as called 5 directorys deep (for instance) Therefore, how do I set the files so that whereever they are called, they refer to the same spot. E.g. If i...
  20. Jimuniguy

    Multiple Items in a validation script problem

    Hi, I have the following script which checks to see if the menu has been changed from its set vaule: <SCRIPT LANGUAGE=&quot;JavaScript&quot;'> <!-- function validateForm(){ if(document.ItemList.Item.selectedIndex==0) { alert(&quot;Please select an Item.&quot;)...

Part and Inventory Search

Back
Top