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 SkipVought 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: davemib
  • Order by date
  1. davemib

    help with cshell script to read 1 or more lex files

    i am having a few problems witht his script on these lines : if[ "${file##*.}" == "l" ];then # Place your compilation procedure cc -o "${file##*.}" lex.yy.c -ll fi just won't compile
  2. davemib

    help with cshell script to read 1 or more lex files

    takes one or more .l files and compiles them #!/usr/bin/csh #while loop to carry on asking user to enter the files while $number!=0 echo "enter file name" #check to see if file ends with .l #if file ends with .l compile lexx.yy.c file for each file this is how i think it needs to be done but...
  3. davemib

    problem with ls -l script

    thanx CaKiwi it worked thank you very much!!!!!!!!!!
  4. davemib

    problem with ls -l script

    i have a file called C which has the following information: {n++;t+=$4};END{print "total number of files "n " " "total size"t print $5, $9} the code to run on command line is : Ls –l | grep –v ^d | awk -f C my problem is that it only prints one ordinary file out of the list. i have 19...
  5. davemib

    adding "n/a"

    duh - thanx for clearing it up
  6. davemib

    adding "n/a"

    how can i add the words "n/a" into a field if the user 'misses' the field??
  7. davemib

    Parameters That Use Wildcards

    great! it worked thanx Tony!
  8. davemib

    Parameters That Use Wildcards

    when u normally input a parameter u put it in like: [Enter Contact Details] but when i tried ure example tony in the query builder it dont seem to work - none of the results appear? Where [Table1]![Name] Like "*" & [Enter Contact Details] & "*
  9. davemib

    Parameters That Use Wildcards

    nah i tried it and it didnt work - would u mind sending me a sample of it.
  10. davemib

    Parameters That Use Wildcards

    thanx i'll try it out
  11. davemib

    Parameters That Use Wildcards

    how can i make a query that will use a Parameters and a wild card parameter = insert contact details wild could shhould be able to search any part of a name.
  12. davemib

    need help withthis css

    heres the link http://www.fishcity.pwp.blueyonder.co.uk/test.htm http://www.fishcity.pwp.blueyonder.co.uk/HARDDRIVES.htm http://www.fishcity.pwp.blueyonder.co.uk/HARDDRIVES001.htm
  13. davemib

    need help withthis css

    <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> </td> <td width=&quot;48%&quot;> <div id=&quot;Layer9&quot...
  14. davemib

    need help withthis css

    this may give yoyu a better picture as to what im having problems with!!!!! plez help!!!!!!!!! here is the full coding : css sheet BODY{ scrollbar-3d-light-color: #D2D2CA; scrollbar-arrow-color: #999999; scrollbar-base-color: #D2D2CA; scrollbar-dark-shadow-color: #D2D2CA...
  15. davemib

    need help withthis css

    what i was asking is that here is a web page which has 1 layer <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;> <html> <head> <title>Untitled Document</title> <meta http-equiv=&quot;Content-Type&quot...
  16. davemib

    need help withthis css

    BODY{ scrollbar-3d-light-color: #D2D2CA; scrollbar-arrow-color: #999999; scrollbar-base-color: #D2D2CA; scrollbar-dark-shadow-color: #D2D2CA; scrollbar-face-color: #D2D2CA; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #D2D2CA; } A:link { color: #CC0000; text-decoration...
  17. davemib

    need help with css for this site

    i need help setting up a css sheet for this site it has layers and uses tables. if you try to view it may look a bit 'lop-sided' how can i do it so thtat he layout is perfect. i thouht a css would solve this??????????
  18. davemib

    need help with css for this site

    http://www.derewals-real-estate.com/index2.html how would i go about setting this up???????
  19. davemib

    need to change to postfix

    how can i change from infix to postfix?????????
  20. davemib

    need a binary alogrithm search

    can some 1 help me with this???? an array is made of random numbers and then sorted. ask the user to enter a number i.e.4. the search will start would a binary alogrithm look like this:? choose a mid point = midpoint=numberofitems / 2 if it matches the searched the value then stop if it is...

Part and Inventory Search

Back
Top