Another Input Box replacement

RonPaii

New member
Local time
Today, 10:50
Joined
Jul 16, 2025
Messages
14
This is my version of an input box form and function to replace the built-in InputBox.
Features
  • RTF prompt with resizing to fit provided text.
  • Typed return value (Text, RTF, Integer, Long, Double).
  • Customizable button captions.
  • 3rd button (Other).
  • Direct fill of text box control on calling form.
  • Input verification.
Attached is a sample database with sample form opening on startup demonstrating calls to Input_Box.

Note: For some reason the built-in InputBox is not available on this DB. It is available on my production database.

1753798387383.png
 

Attachments

You are correct sir🤷‍♂️

I was looking for InputBox defined somewhere.
 

Attachments

I get this for Plain and RTF?
Tried Confirming also with Yes and same error.?
Numerics do not give this error.
1753803663985.png
 
frmdInput_Box had an un-needed validation on both the rtf and plain text boxes. For some reason they work on x64 but not x32. I am attaching a corrected database. Validations from the reference text box control is applied the Input_Box control after replacing the control name. I must have saved frmdInput_Box during testing.
 

Attachments

Users who are viewing this thread

Back
Top Bottom