Sabine
Sep 24th, 2000, 10:25 PM
Hi can anyone show me the codes to do this:
I have 2 forms. One for order entry and the other for adding items to the order entry. Both of them has ListView.
I have these fields(Item Number, Description, Quantity) in the ListView. An i have records in the ListView under those fields.
When i select/click on one of the rows of records, I need to enable a option button (Yes, i want to add this item to my order), and when i click on the option button, the Add command button will enable. When i click the Add command button, i must save whatever the row that i have selected/clicked to a variable. What are the codes to do it?
Then in the order entry form the ListView will show the recent item that i have selected in the item form.
I have Set rst= New Recordset and dbs=New deOrderEntry (deOrderEntry is my Data Environment Designer)
Can anyone please help me? I need it really urgently. Thanks for your help!
I have 2 forms. One for order entry and the other for adding items to the order entry. Both of them has ListView.
I have these fields(Item Number, Description, Quantity) in the ListView. An i have records in the ListView under those fields.
When i select/click on one of the rows of records, I need to enable a option button (Yes, i want to add this item to my order), and when i click on the option button, the Add command button will enable. When i click the Add command button, i must save whatever the row that i have selected/clicked to a variable. What are the codes to do it?
Then in the order entry form the ListView will show the recent item that i have selected in the item form.
I have Set rst= New Recordset and dbs=New deOrderEntry (deOrderEntry is my Data Environment Designer)
Can anyone please help me? I need it really urgently. Thanks for your help!