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 Mike Lewis 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: pahjo
  • Order by date
  1. pahjo

    QuickSort/InsertionSort

    Try this, but the question is kinda vague. hope this helps. #include <time.h> #include <stdlib.h> #include <iostream.h> void Quicksort(dataType A[], int F, int L) { int PivotIndex; if (F<L) { //is this a small region??? if ((L - F) < Cutoff) {...
  2. pahjo

    How do I publish my webpage on search engines?

    I am doing my first website and I need to find out how to get my webpage on search engines. Have any ideas? Thank you for your time. Pahjo
  3. pahjo

    Frontpage ERROR?????????

    When I try to open my web with Frontpage, I get the following message: Server Error: Cannot open file &quot;c:\Documents and Setting\Administrator\My Documents\My Webs\myweb2\_vti_pvt\service.lck&quot; I do not have a service.lck on my computer. Also, I cannot find the _vti_pvt folder. I...
  4. pahjo

    Accessing a database with Frontpage?

    I have an Access database which contains my inventory and I would like to have my website connected to my database somehow. It would be nice if I can let people view my inventory in my database through frontpage if they type in the product type. Is there any way I can accomplish this task? If...
  5. pahjo

    How do I change a web in Frontpage?

    I started a new web in Frontpage2k and I used the web wizard to start the kind of web I am trying to create(business). I am pleased with the wizards results, but I need a couple more pages to make the site complete. How do I create a new page that has the same characteristics as my web? I...
  6. pahjo

    Hit-Counter?

    I put a hit-counter on my Frontpage page, but when I click the preview tab it does not look like a hit-counter. It simply displays the words hit-counter. Any suggestions. Thanks, Pahjo
  7. pahjo

    Can Front Page tell me WHO has visited my site??

    How do I put a hit-counter on my Frontpage page? I put it on my page, but when I click the preview tab it does not look anything like a hit-counter. Thanks, Pahjo
  8. pahjo

    how do i bind two forms?

    I have a form in ms Access that contains information about a customer. I also have a command button on the form that opens another form which is a scanned-in invoice about the customer. The purpose of the form is to print...
  9. pahjo

    How to bind two forms?

    I have a form in ms Access that contains information about a customer. I also have a command button on the form that opens another form which is a scanned-in invoice about the customer. The purpose of the form is to print information about the customer, but when the form opens it contains the...
  10. pahjo

    how to bind two forms?

    I have a form in ms Access that contains information about a customer. I also have a command button on the form that opens another form which is a scanned-in invoice about the customer. The purpose of the form is to print information about the customer, but when the form opens it contains the...

Part and Inventory Search

Back
Top