Hi
i have a procedure to print dbgrids call it like this:
//-------------------------------------
DBGridPrint(DBGSearch,'Search result');
procedure TForm1.DBGridPrint(DBGrid: TDBGrid; Title: string);
How can i use this procedure for any dbgrid in my form?
I´ve try this...
Hi
Is there a way to insert a new row before another in StringGrid1DrawCell??
I loop out posts from a database and whant to add a new row to group the posts like:
Team 1 // this is a new added row
employee1
employee2
employee3
Team 3 // this is a new added row
employee4
employee5
...
Thanks...
Hi
How do I fill a column rect depending of a value of a variable?
if variable := 6 then fill column(6)
I am trying to make a schedule with a stringgrid where the stringgrid looping out employees with different work times.
The columns I have in the stringgrid is: name, and time columns from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.