Search Result

Collapse
3 results in 0.0014 seconds.
Keywords
Members
Tags
input box
  •  

  • How to force numeric keypad from an input box (HTML)

    I built a web-based application (HTML) optimized for mobile devices. Is there any way to force the numeric pad to come up when clicking an input box (as opposed to the qwerty default)?
    See more | Go to post

  • nicolenwn
    started a topic Input Box for comments in Microsoft Access

    Input Box for comments in Microsoft Access

    Hi,

    I have a database in Access that currently holds the status of a salesperson and the comments of the status. The comment is an open-ended field typed in by a user.

    For example, if Jonny has the status of "On Leave" then the comment might say "26-11-09: Johnny is currently on medical leave and will return by 01-12-09". The comment is a compiled overtime and stored in a Text box.

    ...
    See more | Go to post
    Last edited by NeoPa; Nov 26 '09, 10:27 PM. Reason: Please use the [CODE] tags provided.

  • AD query - search AD for valid username w/input box

    Trying to create a text box w/user input to enter a suggested user name and query AD to see if the name is available. This is for HR users who do not have access to the Admin tools to open the container. Can this be written another way to "prompt" for user input somewhere else in the script?
    Thank you -

    On Error Resume Next
    Const ADS_SCOPE_SUBTR EE = 2
    strUSER = InputBox("Pleas e put the desired...
    See more | Go to post
    Last edited by debasisdas; Jun 16 '09, 09:25 PM. Reason: mail id snipped.
Working...