Hello all, I am trying to create a UFL in Delphi 5 for use in Crystal Reports 8.5. Does anyone know how to successfully do this? I have some examples, but they all leave out some information and I end up not being able to create the UFL and use it the way it is supposed to work. Thanks,...
I am using Delphi 7 and a TRichEdit component that has various colored lines in it. For example, text on lines 1 through 10 is clRed, lines 11 through 14 are clGreen, lines 15 through 25 are clRed, lines 26 through 27 are clGreen, etc... What I would like to do is generate events that would...
We have a deplhi application running. Sometimes (NOT all the time) when the user selects a search criteria and enters the search field, the application freezes after displaying the results in the grid. The grid that displays the search result is of type TAdvStringGrid. Backend is Oracle.
what is the difference between the way of using storedprocedure component in delphi5 and delphi7?
As i am scrolling through the dbgrid in delphi the datetime picker is showing the date that is present in the first cell value.Please tell me how to avoid this condition and display whatever date is present on that particular cell of that dbgrid.Thanks in advance.
1)At run time the dbgrid populating with values,when i am trying to move the cursor from one cell to another cell in dbgrid it is trying to create a new row immediately after the last record in the data set related to this dbgrid.So could any one please provide pointers to creation of new row
How to iterate through the rows and cols of a dbgrid?Can anyone explain me how to acheive this?
Can anyone tell me what is the logic behind gutter:=(Rect.Bottom-Rect.Top) div 5; the_rect.Top:=Rect.Top+gutter; the_rect.Left:=Rect.Left+(gutter-1); the_rect.Bottom:=Rect.Bottom-gutter; the_rect.Right:=(the_rect.Bottom-the_rect.Top)+the_rect.Left; But the above...
Can anyone explain me how to get the date value from dbgrid to update it in the database.Thanks in advance.
I am writing the method for drawcolumncell but it is not being called when the form is created.Can anyone tell me how to call that method and how to get the values from the database populated into dbgrid.Please provide me answer as soon as possible?
Can anyone tell me how to embed a datetimepicker and checkbox in DBGrid in Delphi at runtime.Please provide me pointers asap.
Can anyone tell me how to embed a datetimepicker in a string grid at runtime
Can anybody explain how to use a combo box for getting the values from the database.is there any dbcombobox for this purpose in Delphi?
How to assign value to the cell inside the grid in the code like grd.cells[col,row] : =0 is trhe above stmt correct.Kindly tell the correct one.


