Delphi 5.0 Questions

1

Delphi 5 and Crystal Reports 8.5 and User Function Library
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 [...]

Answer Question   |  October 2, 2009  9:56 PM
Crystal Reports, Crystal Reports 8.5, Crystal Reports 8.x, Delphi 5, Delphi 5.0, UFL
asked by:
25 pts.

Using TRichEdit: What color is this line?
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 [...]

Answer Question   |  June 27, 2009  6:31 PM
Delphi, Delphi 5, Delphi 5.0, Delphi 7, Delphi 7.0
asked by:
25 pts.

Delphi application freezing on search
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.

Answer Question   |  May 26, 2009  9:56 AM
Delphi 5.0, Oracle development, TAdvStringGrid
asked by:
5 pts.

stored procedure component
what is the difference between the way of using storedprocedure component in delphi5 and delphi7?

Answer Question   |  January 12, 2009  1:36 PM
Delphi, Delphi 5.0, Delphi 7.0, Stored Procedures
asked by:
VPL
95 pts.

scroll bar in dbgrid
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.

Answer Question   |  June 26, 2008  12:29 PM
DateTimePicker, DBGrid, Delphi, Delphi 5.0
asked by:
240 pts.

dbgrid in delphi
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

Answer Question   |  June 17, 2008  4:54 PM
DBGrid, Delphi, Delphi 5.0
asked by:
5 pts.

DBGrid
How to iterate through the rows and cols of a dbgrid?Can anyone explain me how to acheive this?

Answer Question   |  June 6, 2008  10:00 AM
DBGrid, Delphi, Delphi 5.0
asked by:
240 pts.

Align the datetimepicker to the cell
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 logic is not aligning the datetimepicker to the cell.Can anyone tell me how can i acheive that?Thanks in advance.

Answer Question   |  June 4, 2008  1:18 PM
DateTimePicker, Delphi, Delphi 5.0
asked by:
240 pts.

Getting a date value from dbgrid in delphi
Can anyone explain me how to get the date value from dbgrid to update it in the database.Thanks in advance.

Answer Question   |  June 5, 2008  1:15 PM
DBGrid, Delphi, Delphi 5.0
asked by:
240 pts.

DbGrid in Delphi5.0
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?

Answer Question   |  May 30, 2008  1:05 PM
DBGrid, Delphi 5.0, DrawColumnCell
asked by:
240 pts.

DBGrid in Delphi
Can anyone tell me how to embed a datetimepicker and checkbox in DBGrid in Delphi at runtime.Please provide me pointers asap.

Answer Question   |  May 29, 2008  8:07 AM
DateTime, DBGrid, Delphi 5.0
asked by:
240 pts.

DateTimePickeratruntime
Can anyone tell me how to embed a datetimepicker in a string grid at runtime

Answer Question   |  May 29, 2008  3:34 AM
Delphi 5.0
asked by:
240 pts.

Datetimepicker at runtime
Can anyone tell me how to embed the datetime picker at run time id delphi

Answer Question   |  May 28, 2008  9:49 AM
DateTime, Delphi 5.0
asked by:
240 pts.

Combo Box
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?

Answer Question   |  May 27, 2008  12:01 PM
ComboBox, Delphi 5.0
asked by:
240 pts.

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.

Answer Question   |  May 22, 2008  11:23 AM
Delphi, Delphi 5.0
asked by:
240 pts.

1