- This topic has 4 replies, 3 voices, and was last updated 4 years, 4 months ago by Pedro-Juan.
-
AuthorPosts
-
July 2, 2020 at 9:04 am #69050Pedro-JuanParticipant
Hello,
AC15.10 (Installed 32) D10.2 Win10 64
TsDBRichEdit does not update when loading a * rtf file when TsDBRichEdit is connected to a table, with a query it works fine. The query is made immediately after loading the file, and a search is made so that the modified record is positioned in the query.
It only updates the TsDBRichEdit connected to a table when changing the registry, for example: do next and then prior, it is updated (and not always, sometimes you have to do it more than once).
Table.Refresh and TsDBRichEdit.Refresh does not work.
In the previous version installed (14.34) it worked fine.
Components are not updated at design time, Width or Height, Top or Left need to be modified to make them look good.
Thank you very much and greetings
July 3, 2020 at 6:09 pm #69054SupportKeymasterHello!
I’m trying to repeat this situation in tests, but without success, unfortunately.
Can you help me with test-app, please? Also, try the v15.11, I was trying with this version.July 6, 2020 at 10:04 am #69071Pedro-JuanParticipantHello,
When I want to disable all items (TsRadioGroup.ItemIndex := -1), TsRadioGroup keeps the selected item at runtime, even after putting TsRadioGroup.Refresh in the code.
TsDBgrid is not updated after a query.
When scrolling through the DBGrid, it is only possible to scroll through the selected records (the query is fine), but the ones from the previous query are visible.
However this time TsDBgrid.Refresh does work, but with the previous version installed (14.34) it was not necessary to refresh, and the code is the same.At design time components like TsDBRichEdit and TsDBgrid are not repainted. Sometimes changing Width or Height (Shift + Up / Down Arrow or Left / Right) looks good, but not always.
I don’t know very well what test-app is, does it mean to make a small application in sending it?
May be are the solutions to these problems included in:
Update: AlphaControls v15.11 Stable released …
Minor improvements and bugfixes?Thank you very much and greetings.
July 6, 2020 at 11:02 am #69072Stephane SenecalParticipantare you using Dataset.DisableControls()?
if yes, check that you have the same amount of DisableControls than EnableControls.Stephane Senecal
CIS Group
Delphi programmer since 2001July 6, 2020 at 6:53 pm #69076Pedro-JuanParticipantI’ve looked and it’s all good. All paired Disable / Enable.
Thank you very much. -
AuthorPosts
- You must be logged in to reply to this topic.