TsDBRichEdit does not update

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #69050
    Pedro-Juan
    Participant

    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

    #69054
    Support
    Keymaster

    Hello!
    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.

    #69071
    Pedro-Juan
    Participant

    Hello,

    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.

    #69072
    Stephane Senecal
    Participant

    are you using Dataset.DisableControls()?
    if yes, check that you have the same amount of DisableControls than EnableControls.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    #69076
    Pedro-Juan
    Participant

    I’ve looked and it’s all good. All paired Disable / Enable.
    Thank you very much.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.