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!

Search results for query: *

  • Users: rchen
  • Content: Threads
  • Order by date
  1. 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?
  2. 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?
  3. 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...
  4. 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...
  5. 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.
  6. 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.
  7. 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
  8. 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...
  9. 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.
  10. 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...

Part and Inventory Search

Back
Top