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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...