Jump to content

Adoquery UniDbGrid RowGroup Yapılmıyor hata alıyorum


mustafa kartal

Recommended Posts

Adoquery UniDbGrid RowGroup Yapılmıyor hata alıyorum

 

 

unigui versiyon

FMSoft_uniGUI_Complete_Professional_1.0.0.1384_RC

 

XE8

 

Sorunu Çözdüm UniGui uniDbGrid Bir Bug var

 if IsGrouped then

          begin

            if not HasMultiColumnSortEvent then

            begin

              if Length(SortCols)>1 then

                raise Exception.Create('"uniDBGrid.OnMultiColumnSort" event must be handled when "uniDBGrid.Grouping" is enabled.');

 

              if not HasColumnSortEvent then

                raise Exception.Create('uniDBGrid.OnColumnSort/OnMultiColumnSort" event must be handled when "uniDBGrid.Grouping" is enabled.');

            end;

          end;

Hata şu columnsort event oluşmuşmu ona bakıyor yoksa hata veriyor fakat columunsort herhangi bir açıklama alanı bırakınca program çalıyor

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...