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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by spining123

  1. spining123

    Parse string using strstr or strch

    Thanks so much for your help. You guys are great!
  2. spining123

    Parse string using strstr or strch

    Thank you xwb, I learned something new today (strtok). I used the strtok as suggested and it resulted my problem. Again, thank you...
  3. spining123

    Parse string using strstr or strch

    Question: How do you parse this string separating $a, $b, $c, and $d, into separate new fields. I know I will need to declare the field’s names; but not should of using the strstr or strch to separate the fields. Example of the table: typedef struct { char fieldA[50]...
  4. spining123

    Prompt to Change Password

    You are right dhulbert, I would like the customers to change their "logon" password to access a Microsoft Access Database (on their desk top)every 60 days. NOT reusing the same password for 10 cycles. Is there anyway to prompt the customers to change their password every 60 days?
  5. spining123

    Linking from One page to another

    Yes, Greg This is it. I'm asking if I can click on a link (on page a) to a named anchor (on page b or wherever) and proceed to another page (page c) because that link is found at the anchor point on page b. "Page a" have thousands of record ids. It's easier to update "page b" which is setup...
  6. spining123

    Prompt to Change Password

    Thank you Greg I will see what I can code.
  7. spining123

    Linking from One page to another

    One more question on this… The “aaaid” in “mywebpage.html” points to the right url in “myurlpage.html”. Is there anyway to bypass this extra click on the url in “myurlpage.html. In other words. “mywebpage.html” links to “myurlpage.html” displaying the page with the list of urls with the...
  8. spining123

    Prompt to Change Password

    I would like the customer to change their password every 60 days. NOT reusing the same password for 10 cycles. Is there anyway to prompt the user every two months to change their password.
  9. spining123

    Prompt to Change Password

    I would like the customer to change their password every 60 days. NOT reusing the same password for 10 cycles. Is there anyway to prompt the user every two months to change their password. Thank you for your help.
  10. spining123

    Linking from One page to another

    Thank you Donna and Clive.
  11. spining123

    Linking from One page to another

    I have two html pages 1. mywebpage.html 2. myurlpage.html This is an example of the url in mywebpage.html that I’m trying to link to myurlpage.html <a href=http://www.xxxxx.xxxx/xxxxx/myurlpage.html#aaaid>aaaid</a> My Url Page (myurlpage.html) is a page listing sorted urls. <a...
  12. spining123

    Linking from One page to another

    I have a web page (My Web Page) with a special id code as a hyper link to the html page (My Url Page) that contains the urls for the special id codes. Example: Hyper Links in My Web Page aaaid bbbid cccid I create an html page (My Url Page)...
  13. spining123

    Update a html with data unloaded from an excel spreadsheet

    Thank you very much Dan, Now I have some direction. I will try this today. Funny, I'm scheduled for JavaScript training next month.
  14. spining123

    Update a html with data unloaded from an excel spreadsheet

    I have a two column excel file with 300 href links to individual documents. Manually I select and copy from the excel file the href links, inputting this data into my html page table. Is there anyway I can unload data from the excel file to my html page table automatic. The html page is on a...
  15. spining123

    How Do I reload a table using a format in a Text field.

    I have a field called Employee Number. It is defined in the table as a text field. I would like to pad the table with leading zeros. In the table design field Employee Number; I enter &quot;000000&quot; for the format. How do I reload this table to display the leading zeros in the table...

Part and Inventory Search

Back
Top