Delphiwhat
Programmer
Hi everyone
Hope someone with more experience can help.
I've a datawindow which retrieves row data like ....
DATE TYPE STORAGE
01/02/04 square yes
01/02/04 round *yes*
01/02/04 cube yes
01/02/04 rectangle yes
01/02/04 circle yes
what i need to be able to do is
2 things
Part 1
1. change the TYPE column to show 'BLOCK' all the way down the column, this is for user viewing purposes only! I still need the database to hold the retrieved values in the database table ie. dont change the data for this col.
part 2
I need to be able to modify the data 'yes' in the 2nd row in the STORAGE Column to any string the user wishes to input. Then copy this into the cell above (ie row 1 storage colum) to save the user typing it twice. then save it back into the database table.
The only row column the user is allowed to edit is row 2 column storage. (shown as *yes* above)
Thanks in advance for your help its been driving me up the wall
delphiwhat?
Hope someone with more experience can help.
I've a datawindow which retrieves row data like ....
DATE TYPE STORAGE
01/02/04 square yes
01/02/04 round *yes*
01/02/04 cube yes
01/02/04 rectangle yes
01/02/04 circle yes
what i need to be able to do is
2 things
Part 1
1. change the TYPE column to show 'BLOCK' all the way down the column, this is for user viewing purposes only! I still need the database to hold the retrieved values in the database table ie. dont change the data for this col.
part 2
I need to be able to modify the data 'yes' in the 2nd row in the STORAGE Column to any string the user wishes to input. Then copy this into the cell above (ie row 1 storage colum) to save the user typing it twice. then save it back into the database table.
The only row column the user is allowed to edit is row 2 column storage. (shown as *yes* above)
Thanks in advance for your help its been driving me up the wall
delphiwhat?