Hi,
Does anyone know if it is possible to detect when a user selects a record (clicks the detail area for a particular form) on a continous form and if possible update a hidden value or even better change just the colour of the detail for that particular record and then again when you exit reset it back to normal.
I think it will most likly need some sort of custom control (if even then it is possible)
I need to do this as I need a way for the Parent form to know what record is selected when the user selects various options on the parent (I also want this visible to the user without show the awful record selector) .
The Alternative I am looking at is a tick box the user selects for the Record they want, but from what I remember as I want only one entry ticked at a time, to be able to do this I would need to update all the other record entries to false and then I would need to requery the form to update the display. The problem with this will be that if I have a lot of records the view will go back to the top of the form.
Thanks,
Gavin,
Does anyone know if it is possible to detect when a user selects a record (clicks the detail area for a particular form) on a continous form and if possible update a hidden value or even better change just the colour of the detail for that particular record and then again when you exit reset it back to normal.
I think it will most likly need some sort of custom control (if even then it is possible)
I need to do this as I need a way for the Parent form to know what record is selected when the user selects various options on the parent (I also want this visible to the user without show the awful record selector) .
The Alternative I am looking at is a tick box the user selects for the Record they want, but from what I remember as I want only one entry ticked at a time, to be able to do this I would need to update all the other record entries to false and then I would need to requery the form to update the display. The problem with this will be that if I have a lot of records the view will go back to the top of the form.
Thanks,
Gavin,