Introduction - If you have any usage issues, please Google them yourself
I m using an Delphi function Input Query fore sometime now.I m using it for fast data editing and some specific things when I can t return data entered on some child form to original form(like calling an function on parent form to refresh combo box value etc.).But sometimes I need a Input Query to quickly edit 2 or more fields, so I modified it into MyInputQuery to accept 2 fields.It can be used to add new data or to change existing.It is useful when you have more similar forms for adding/editing data quickly.Greetz.