A
Agnes
I got a invoice form , and toolbar, as the user click search button. I want
to prompt a little window with one textbox , "OK" button and "Cancel"
button.
as the user input the invoice_no, press OK , it will search the record . if
there is not record .(prompt the messagebox) and the focus will still keep
on the textbox.
Now. I got many forms which need to use this "little window" . BUT I don't
want to create these forms and "put" different codes in the "OK" button .
I would like to put all the codes in (invoice form) ,
How can I do this--->"as the user press the OK button in little window,
little window will call the invoiceform's method but not itself'
Does anyone understand my silly question ??
Thanks a lot
to prompt a little window with one textbox , "OK" button and "Cancel"
button.
as the user input the invoice_no, press OK , it will search the record . if
there is not record .(prompt the messagebox) and the focus will still keep
on the textbox.
Now. I got many forms which need to use this "little window" . BUT I don't
want to create these forms and "put" different codes in the "OK" button .
I would like to put all the codes in (invoice form) ,
How can I do this--->"as the user press the OK button in little window,
little window will call the invoiceform's method but not itself'
Does anyone understand my silly question ??
Thanks a lot