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 gkittelson 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. miketm

    backbutton to search results

    Thank you very much Ericbrunson, It works beautifully. I used the javascript that you suggested, as my skills in php still weak so otherway of doing it scared me very much (no ideas)!!! Thanks!!! Mike
  2. miketm

    backbutton to search results

    Hi, could someone please help me with some tips on how to create a link back to search results, as once you searched a database and displayed the results, then you clicked and selected a record from that result page which pop to a "new page", but then I would like to select another record so I...
  3. miketm

    namespace std

    Thanks for all the comments guys. Mike
  4. miketm

    namespace std

    Dear timmay, Thank you your time explaining, It's very clear and helpful! It also looks like that we have to declare "using namespace std" every time then. Thanks again.
  5. miketm

    namespace std

    Hi everyone, I am somewhat stupid to ask this question but could you tell me what "namespace std" really mean? What I understand if not wrong is "using namespace std" mean using standard. Do we need to declare it in every C++ program ? any other namespaces? (I saw "System", but dont know what...
  6. miketm

    Data navigation or Search for editing SQL data

    Hi everyone, Firstly, Could you suggest me some ideas whether it is possible to use Data Control navigation bar or some sort of Search through so that I can edit an SQL database. I know it is possible to use Data Control to navigate through an Access database but not sure how to make it work...
  7. miketm

    how to arrange a drop down box in place

    TWillard, Excellent, it works hahaha. Thanks
  8. miketm

    how to arrange a drop down box in place

    Hi everyone, I would like to ask how to arrange a drop down box to about 5cm from the right of screen and 3cm down. When I created a drop down box it always stuck to the top left. Thanks
  9. miketm

    Client side include-header/footer lock

    Hi N3XuS & 10091976 N3XuS ,you understood alright! I absolutely son't know much about ASP and never use CSS so am not too sure there. Frame I know i work, but tables - not too sure as when you attached those header and footer to other pages we don't know how to keep them at the top and bottom...
  10. miketm

    Client side include-header/footer lock

    Hi everyone, would you know any way that we can use Client Side Include code to lock header and footer firmly in places, so if we inlude those code to another page it will also show header and footer locked in the same places. I know that we can use frame set but that my company s' trying to...
  11. miketm

    client side include- header/footer lock

    sorry, It looks like wrong forum. I move this to ASP forum ------------------------closed-------------------
  12. miketm

    client side include- header/footer lock

    Hi everyone, would you know any way that we can use Client Side Include code to lock header and footer firmly in places, so if we inlude those code to another page it will also show header and footer locked in the same places. I know that we can use frame set but that my company s' trying to...
  13. miketm

    detect a word in string using getline()

    Thank you Globos, yes I meant "find" some substring in a string . This afternoon at work I experimented out many other methods and eventually I also managed to use find() correctly, that is using the pos outcome of find(). I misused before, lol ,that made me crazy testing & testing...
  14. miketm

    detect a word in string using getline()

    Hi everyone, Please give me some good idea how to detect a partcular word (say "you") in a string when you read in using getline. I only know how to detect a word from a constant string by using strstr(), and find() for a single character matching. But strstr() does not allow you to...
  15. miketm

    How to read from a file then write to another with condition

    Dear ArkM, Thank very much for your help. You show me a good direction on what to do, especially on the second part of the question. I don't know what to say but I am really appreciated the help from you and Globos (he's helped me too). It saves me from head ache , twist and turn for last...
  16. miketm

    How to read data from a file then write to another file with condition

    Hi Globos, Thank you very very much for your time and help. I will be working on it, as I don't have much experience in C++, it will take me a long while to explore and learn. Your program seems very logic and you are giving me a great help, I understand it clearly. Bye for now. Thanks! Miketm
  17. miketm

    How to read from a file then write to another with condition

    Hi everyone, Please provide me some help on file reading and writing. First, I would like to know how to read data from a file and then write it to another file. I have been searching and seen examples of writing to the screen (Cout)only or writing some short strings to a file but not the whole...
  18. miketm

    How to read data from a file then write to another file with condition

    Hi everyone, Please provide me some help on file reading and writing. First, I would like to know how to read data from a file and then write it to another file. I have been searching and seen examples of writing to the screen (Cout)only or writing some short strings to a file but not the whole...

Part and Inventory Search

Back
Top