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 strongm 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: spining123
  • Order by date
  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...
  16. spining123

    In 'User and Group Permission' I

    Thank you Paul, I have it right then. I have it for the database, forms, reports and macro. The object was tables that I was trying to change. Thank you for the reminder.
  17. spining123

    In 'User and Group Permission' I

    In 'User and Group Permission' I can not activate the 'Open/Run' check box. When I first created the application security I was able to check this box. I don't know want I did to create this problem. How can I activate the 'Open/Run' checkbox again. It's as if I'm locked out.
  18. spining123

    From my MS Access switchboard menu

    Can the parameter prompt the user before display of report? From my MS Access switchboard menu I link to Crystal Reports to print my reports. I created a parameter to prompt the user to enter the date range. I link to the Crystal reports ok, but you must press the refresh button before the...
  19. spining123

    From my MS Access switchboard menu

    From my MS Access switchboard menu I link to Crystal Reports to print my reports. I created a parameter to prompt the user to enter the date range. I link to the Crystal reports ok, but you must press the refresh button before the parameter prompts you for the date. Is there anyway to have...
  20. spining123

    LastUpdated with Current Date based on Update Button Clicked

    Thank you Wayne Ryan, I agree with adding the time, because the record can be updated more than once a day.

Part and Inventory Search

Back
Top