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.
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!
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
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!
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...
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
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
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.