Subject | Automatic state change of query |
---|---|
Author | Florian Hector |
Post date | 2003-12-23T15:15:11Z |
I have a TIB_Edit, who's DataSource' Autoedit is set to True. When I manually change it's text by
means of the keyboard, the dataset changes it's state to dssedit as expected.
However, when changing the text in code by assigning OpenDialog.FileName to it, the state remains in
dssBrowse although the OnChange Event of the Edit is fired.
It's not a big deal since I now do the state change in code when the OpenDialog is executed, but I
was wondering if this is the expected behaviour.
Florian
means of the keyboard, the dataset changes it's state to dssedit as expected.
However, when changing the text in code by assigning OpenDialog.FileName to it, the state remains in
dssBrowse although the OnChange Event of the Edit is fired.
It's not a big deal since I now do the state change in code when the OpenDialog is executed, but I
was wondering if this is the expected behaviour.
Florian