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 JHDavis

  1. JHDavis

    ASP Logout and windows Authentication

    Damber, This is exactly my requirements. Thank you very much for your assistance, it is greatly appreciated. John
  2. JHDavis

    ASP Logout and windows Authentication

    So I guess my question basically is, can I get a log-in prompt at refesh?
  3. JHDavis

    ASP Logout and windows Authentication

    Yes, it's to automate checking off/checking on base. We have already implemented it for users who are at their workstation, but also need to address persons who haven't done so and must check out/in at post.
  4. JHDavis

    ASP Logout and windows Authentication

    Can I force a login everytime the page is loaded/refreshed? How about forcing a logoff? I'm using windows authentication, and need the abilty for many users to login to the form, check in/out for duty, submit and then refresh with login prompt for the next guy in line. Thanks!
  5. JHDavis

    Easy way to make table data read-only?

    Is there a simple way to make the table data read-only once entered, or do I need to delve into the security model? Thanks in advance, John
  6. JHDavis

    Populate a field through hyperlink

    No, not a test. It was a late night, and I didn't think it through. :) After I posted this question, I realized that I should just be using ASP to populate the data. Thanks
  7. JHDavis

    Populate a field through hyperlink

    Thanks! I almost had it all along. Just a matter of syntax. Where I had ...value="<%request.querystring("workorder")%>" should have been ...value="<%= request.querystring("workorder") %>" Thanks for the replies, I'm still learning!
  8. JHDavis

    Populate a field through hyperlink

    When the user opens the form by clicking on the link, I'd like the work order text box to be filled with the work order number.
  9. JHDavis

    Populate a field through hyperlink

    Can I pass a value to a textbox in a form using the hyperlink? I want to send a generated email with data specific to that message. So the recipient won't have to type it in the form themselves. I'm hoping for something like this sample url: http://www.sample.com/form.html?workorder=abc123...
  10. JHDavis

    Populate a field through hyperlink

    How can I pass a value to a textbox in a data entry only ADP form using the hyperlink? I'm looking for something like what you'd use on a standard HTML form: http://www.sample.com/form.htm?myfield=abc123 Is this possible? Thanks
  11. JHDavis

    Populate a field through hyperlink

    How can I pass a value to a textbox in a data entry only ADP form using the hyperlink? I'm looking for something like what you'd use on a standard HTML form: http://www.sample.com/form.htm?myfield=abc123 Is this possible? Thanks
  12. JHDavis

    Replace a character with another in a text box

    DOH! I forgot the ".value =" part. Thanks very much!
  13. JHDavis

    Replace a character with another in a text box

    I have a text box that is filled with data pulled from another databse. The pulled format is [productcode].[itemcode] How do I find the "." and replace it with a space? For example, I need to go from DF6YT.7856 to DF6YT 7856. I'd like to do this in the After Update event. Thanks in advance.
  14. JHDavis

    Open form in Access with web page...

    Thanks! I very much appreciate your pointing me in the right direction. John
  15. JHDavis

    Open form in Access with web page...

    Assuming the database is open already, and like Jim said, both are on a local disk, can I hyperlink to a form within the database?

Part and Inventory Search

Back
Top