Hi,
I am creating an appication in which someone can make tenders. Each tender can be saved and edited.
On my form I have put 15 textBoxes and listboxes. Each control represents a line. The customer can fill in or choose a product or service on each line.
Here is my case:
A customer creates a tender with 10 lines. Later the customer wants to edit his tender but instead of adding new product beneeth the 10 lines he want to add it in between. Lets say in between line number 5 and 6.
How can I create such flexibility?
(See screenshot)
I was hoping that I could create something like this:
The customer puts his cursor on line 5 and pushes the "Add Line" button In the code I will make sure all producs beneeth line 5 will be put one line lower.
But in order to do this I shoud be able to determine on which line or Textbox name the cursor is present (focused)..
Is this possible??
Please help me!!!!
I am creating an appication in which someone can make tenders. Each tender can be saved and edited.
On my form I have put 15 textBoxes and listboxes. Each control represents a line. The customer can fill in or choose a product or service on each line.
Here is my case:
A customer creates a tender with 10 lines. Later the customer wants to edit his tender but instead of adding new product beneeth the 10 lines he want to add it in between. Lets say in between line number 5 and 6.
How can I create such flexibility?
(See screenshot)
I was hoping that I could create something like this:
The customer puts his cursor on line 5 and pushes the "Add Line" button In the code I will make sure all producs beneeth line 5 will be put one line lower.
But in order to do this I shoud be able to determine on which line or Textbox name the cursor is present (focused)..
Is this possible??
Please help me!!!!
Attachments
Last edited: