Hi,
I am given a start time and an end time in string format like this:
TimeStart := '2006/01/12 08:00:00'
TimeEnd := '2006/01/12 12:00:00'
I then have a time variable in the 'hh24:mm' string format like this:
TimeVar := '09:30'
I need to find out if TimeVar is between TimeStart and...
Thanks, but i already looked at torry's and could not find anything.
When I try compiling the designtime files for that component in Delphi 7, I get the following error message: Bad Package unit format.
Hi,
I need a calendar component where the user will be able to select a whole week instead of just one day.
Anyone know of such a component ot function?
Hi,
I want to drag&drop from a listview to a stringgrid. I have never attempted to code drag&drop before.
My listview is built up from a db query and each listitem contains a pointer to a record type.
Code for listview:
type RecordWO = ^TRecordWO;
TRecordWO = record
wonum : AnsiString...
I got it working by doing the following:
procedure TfrmMain.grdMonthViewDrawCell(Sender: TObject; ACol,
ARow: Integer; Rect: TRect; State: TGridDrawState);
i : Integer;
begin
if (ACol > 0) and (ARow > 0) then
begin
for i := Low( arrayHighlight ) to High( arrayHighlight ) do
begin...
Thanks,
I have looked at the example, but I am not sure how to incorporate the array code with it.
I also don't understand why stringgrid1GetCellColor can't be used instead.
I need some example code or something. I am really at wits end.
Hi,
I need to color more than one cell in a grid at the same time.
I have a query from a database that returns the column and row position of the cells that need to be painted/colored. I then add these values to a multi dimensional array. The code looks something like this:
var idxarray ...
Hi,
I have the following assignment question:
A manager wants to know how many UDP Indatagrams arrived at a router. The MIB variable relating to this information is 1.3.6.1.2.1.7.1. Show the getresponse encoding with comment. The following information is provided:
Data type codes...
Thanks guys for your replies.
I sorted out the problem by using an arraylist.
Yeah your right, I should have given more details.
Sorry bout that.
Regards
hi,
I am trying to get the fastest method possible for inserting around 7000+ records
in an ArrayList.
Here are the options known to me:
1. Run an additional thread.
2. Open a small new browser window which handles the array in the 'background'.
3. Using a normal page calling a bean and...
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.