D
domibud
Hi,
I have been asked to create an application for monitoring employees' taxi
expenses, and we used vocuhers provided by taxi company. I divided this
application's FE to 2 parts, 1 for Admin Dept. and 1 for Employees.
I have a form on the Admin part, that asked user to input date receive and
range of voucher #. Once all fields are filled, I'd like to display a message
that asked for confirmation if the data is right or not. The confirmation
message will consists of a list of voucher # being entered in the form (not
just the start and the end), and Yes/No button. If user agrees, data will be
stored to a table, if not then user have to fill the correct data in the form.
I've searched this forum, and I conclude that I can't do that in the
standard message box, but I have to build separate form that will act as the
message box.
I'm thinking of using listbox to display all the voucher # in the message box.
How do I pass the value to the listbox, since the user only input the
starting and ending voucher# in the form (Voucher # is continuous and the
input in the form is textbox)?
Or is there another suggestion on how to achieve it?
Thank you for your help.
I have been asked to create an application for monitoring employees' taxi
expenses, and we used vocuhers provided by taxi company. I divided this
application's FE to 2 parts, 1 for Admin Dept. and 1 for Employees.
I have a form on the Admin part, that asked user to input date receive and
range of voucher #. Once all fields are filled, I'd like to display a message
that asked for confirmation if the data is right or not. The confirmation
message will consists of a list of voucher # being entered in the form (not
just the start and the end), and Yes/No button. If user agrees, data will be
stored to a table, if not then user have to fill the correct data in the form.
I've searched this forum, and I conclude that I can't do that in the
standard message box, but I have to build separate form that will act as the
message box.
I'm thinking of using listbox to display all the voucher # in the message box.
How do I pass the value to the listbox, since the user only input the
starting and ending voucher# in the form (Voucher # is continuous and the
input in the form is textbox)?
Or is there another suggestion on how to achieve it?
Thank you for your help.