PDA

View Full Version : hotkey


sinhuei
09-25-02, 11:32
hi there...anybody to help me with this??i'm doing a pizza system where there is a form, with few listboxes. when the form load, the user need to press F1 to show all items of pizza in the first list box. then when the user press F2, all items of side order will b shown in the second list box. n as follow...the list boxes should be overlap. n im using ado. please show me how to perform all these...thankx u..

WingMan
09-25-02, 15:59
I guess your using VB for the application, i which case i would this something like this ... (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fox7help/html/lngfklabellp_rp.asp) would help you use function keys.

I would think that as far as the query you would need to pass though ADO, that would depend on your database schema .....