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: rchen
  • Order by date
  1. rchen

    Session management help

    I am having a similar problem. I am able to login, logout and then log back in with the same customer. But when I log in, perform some actions (ie Update Customer Profile) and then log out, then log back in with the same customer it will not let me login. My logout code is listed below...
  2. rchen

    Session management help

    I am having a similar problem. I can log in and then log out and then log in fine with a user, but when I log in and perform actions(ie.Update Customer Profile) and then log out and then log in again with that same user it will not log me in. My code behind my log out button is...
  3. rchen

    Maximizing all forms

    Is there any way to keep all forms maximized? For some reason do cmd.maximize isn't maximizing some of the forms when they are opened? Is there any other way to do this?
  4. rchen

    Refreshing the window

    I have a combo box that relies on the start date. If the user changes the start date then the combo box must be refreshed. I figured the only way you could do this is to refresh the window. Can anyone help me write the code to o this?
  5. rchen

    Trying to show calculations

    That's what I was thinking of doing Stim. Here is my code for VBA. As you can see the code was built for VBA. This code calculates items in a form, builds a string, and then replaces the list box with the string as it's row source. I think I can put this in an asp file and then refer this when...
  6. rchen

    Logging In and Out with Sessions

    When a person logs in onto the system it creates a session variable from the recordset of a table: When I logout I run Session.abandon Response.redirect "index.html" This works, but when I try to log back in it will give me an invalid login. Here is my code for...
  7. rchen

    Trying to show calculations

    I am trying to show a calculation based on the data that the user puts in. We showed these calculations in a list box in VBA. Does anyone have any suggestions to show these calculations or receipt? We thought about using text area and building a string of the calculation details. I am not...
  8. rchen

    Showing data in a combo box from a query

    I am new to ASP, but know SQL and VBA well. I want to show the results of a query in a combo box on an asp page. If someone could help me with this code, it would be greatly appreciated.
  9. rchen

    Optional Fields

    Access
  10. rchen

    Optional Fields

    I am adding a new record and one of the fields is optional. If they click the button, i get an error of cannot have zero length string. How can I avoid this error, if someone does not have to put something in that field? Thanks.
  11. rchen

    OnMouseMove

    A little bit confused as to where the x and y come in. Maybe I worded the question wrong. I want the label to change color when it goes onto the label, but I do not want that code to keep running if the mouse is in that label area. Is there any way around this?
  12. rchen

    OnMouseMove

    I want to try to recreate the html onmouseover event in Access with Labels. I am currently using onmousemove which works but it will run as long as the mouse is being moved. Can anyone help? Thanks
  13. rchen

    OnMouseMove

    I am trying to have labels change color when the mouse is over the label. Since there is no onmouseover event, what is the best way to do this? I am able to change the color when it is on the label, but it will try to run the event as long as my mouse is moving throughout the label area...
  14. rchen

    JSP

    Just a simple question. Is there any thing like JSP that I can use in the domino web server? Any thing that I can use to compile the JSP kinds of code on the server? Thanks very much.
  15. rchen

    Access control

    why every time the option of "Enforce a consistent Access control list across all replicas of this database" in the access control list been checked in the server side, the server will lost it's authority to operate that database. The server can't even open the...
  16. rchen

    DocLink Database cannot be located

    which parts of the location have to be set correctly in order to use the functions such calendar...etc in the personal address....can someone tell me , please<br>Thanks very much

Part and Inventory Search

Back
Top