Hi Guys..,
I have a form with a list of active jobs in a grid... lots of fields... one field is the job status.
Double click on the job opens a child form with binding to the "destroy event" of the child form to fire "setupgrid"
Change the job status and save changes... close the form.
The job list window "setupgrid" fires and does not show the updated status unless the screen is either closed and reopened or another edit is performed.
(same for other fields - i'm just using the job status as an example)
I am using a temp cursor to hold the data from multiple tables... with private data sessions and optimistic record locking...
I have experimented by putting a Wait window in the setupgrid so it waits 3 seconds before doing the sql select - still the same.
I am creating an sql string and assigning it to a variable and using
WITH THISFORM.Cgrid1
.RecordSource = lcRecordSource
etc ...
Anyone have any insight as to what I may be doing wrong or what may be going wrong.
Many thanks in advance.
Regards
Steve
If you alway do what you've always done, you always get what you've always got.
I have a form with a list of active jobs in a grid... lots of fields... one field is the job status.
Double click on the job opens a child form with binding to the "destroy event" of the child form to fire "setupgrid"
Change the job status and save changes... close the form.
The job list window "setupgrid" fires and does not show the updated status unless the screen is either closed and reopened or another edit is performed.
(same for other fields - i'm just using the job status as an example)
I am using a temp cursor to hold the data from multiple tables... with private data sessions and optimistic record locking...
I have experimented by putting a Wait window in the setupgrid so it waits 3 seconds before doing the sql select - still the same.
I am creating an sql string and assigning it to a variable and using
WITH THISFORM.Cgrid1
.RecordSource = lcRecordSource
etc ...
Anyone have any insight as to what I may be doing wrong or what may be going wrong.
Many thanks in advance.
Regards
Steve
If you alway do what you've always done, you always get what you've always got.