Обсуждение: Beta 3 - "save changes" pops up on unchanged queries

Поиск
Список
Период
Сортировка

Beta 3 - "save changes" pops up on unchanged queries

От
"William Trenker"
Дата:
Whenever I open a saved query and run it, the "Do you want to save
changes?" dialog pops up even though I have made no changes to the
query.  (This also happened with Beta 2.)

To reproduce:

1.  Open the query window
2.  Enter the query "Select 1"
3.  Save the query
4.  Open the saved query
5.  Run it.
6.  Close the query window.  The "save changes" dialog pops up.

Cheers,
Bill


Re: Beta 3 - "save changes" pops up on unchanged queries

От
Dave Page
Дата:
William Trenker wrote:
> Whenever I open a saved query and run it, the "Do you want to save
> changes?" dialog pops up even though I have made no changes to the
> query.  (This also happened with Beta 2.)
> 
> To reproduce:
> 
> 1.  Open the query window
> 2.  Enter the query "Select 1"
> 3.  Save the query
> 4.  Open the saved query
> 5.  Run it.
> 6.  Close the query window.  The "save changes" dialog pops up.

Thanks - it seems the styled text control fires a change event when it 
loses focus. Fortunately theres an event type member in the event object 
so I've just prevented loss of focus causing the changed flag to be set.

Regards, Dave