All,
I sent this to support already but did not get a useable response.
Here is the situation.
I have a grid that will generate a listing of all uninvoiced records.
I want to click the records I want to associate with an invoice and write the invoice number to the database.
Issue is that I need for the user to enter in a value of the invoice.
They gave me the response, but the problem is it isnt something hard coded, behind the application, it is entered by the user.
I tried creating a new field called invoice number, but you cant edit the field, and I would like to have it on the top of the screen, so you have to enter it once and when you process.
I was thinking maybe some kind of popup field when you click the a button to enter the invoice number.
Then another button to process the records if the invoice field isnt blank.
Any ideas?
Kevin