Hi
I am having problems with a form. I am doing Edit using From where custnum
= 1 order by date
I have a grid that shows the dates for this custnum such as 11/1/07 12/1/07
and 1/1/08.
Due to workarounds in this form I have a Property Refresh command.
If I want to insert a new row of date 12/22/07 and add some notes in a note
field the form jumps
to the 1/1/08 date because of the Refresh command.
I have to have the Property Refresh but need to be able to back date things.
If I do Edit using ...... without the order by date this works OK, unless
they click the
Date heading on the grid to sort the dates, once the dates are sorted this
does not work.
Any suggestions?
Marc