Components for Delphi and C++ Builder.

Go to Russian forum
Go to EhLib.com
It is currently 28 Mar 2024, 22:57

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 07 Aug 2020, 04:05 
Offline

Joined: 07 Aug 2020, 04:00
Posts: 2
is it possible to retrieve value from the footer in the grid???
footer.valutype := fvtSum
thank you


Top
 Profile  
 
PostPosted: 07 Aug 2020, 16:51 
Offline

Joined: 24 Aug 2018, 13:15
Posts: 46
Location: Brazil
It is possible by browsing the column footer lists, like this:

Columns footers:
Code:

for j := 0 to DBGridEh1.Columns[1].footers.Count - 1 do begin

showmessage(DBGridEh1.Columns[1].footers[j].value);

end;


Top
 Profile  
 
PostPosted: 08 Aug 2020, 00:59 
Offline

Joined: 07 Aug 2020, 04:00
Posts: 2
danieldavila wrote:
It is possible by browsing the column footer lists, like this:

Columns footers:
Code:

for j := 0 to DBGridEh1.Columns[1].footers.Count - 1 do begin

showmessage(DBGridEh1.Columns[1].footers[j].value);

end;



thanks for your reply, i will try it


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: Bing [Bot] and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group