Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Pin input field for Apex page?

Geert01Nov 18 2021

Hi All,
I have been searching (the plugin-store) for a solution that will allow me to create a page that will allow users to input a pin number, like :
PinInput.pngI cannot find one, do you know if such a plugin exists or how to create such a form?

This post has been answered by Geert01 on Nov 18 2021
Jump to Answer

Comments

Sergio-Oracle

$ sudo python -m pip install --upgrade pip

Collecting pip

  Downloading https://files.pythonhosted.org/packages/30/db/9e38760b32e3e7f40cce46dd5fb107b8c73840df38f0046d8e6514e675a1/pip-19.2.3-py2.py3-none-any.whl (1.4MB)

    100% |████████████████████████████████| 1.4MB 700kB/s

Installing collected packages: pip

  Found existing installation: pip 8.1.2

    Uninstalling pip-8.1.2:

      Successfully uninstalled pip-8.1.2

Successfully installed pip-19.2.3

[opc@ow ~]$ sudo python -m pip --version

pip 19.2.3 from /usr/lib/python2.7/site-packages/pip (python 2.7)

1 - 1

Post Details

Added on Nov 18 2021
2 comments
324 views