HI all , 
Please have a look

procedure TFM_XYZ.ABC(Var
curSchedulingRecPtr:PSchedulingRec (Pointer to Record ); CurRecNo : Integer);
Var
VarI , VarJ , TotalRec: Integer ;
begin

TotalRec:= Result_Recordset.RecordCount; //Result_Recordset _Recordset Type 
global variable 
Result_Recordset.MoveFirst;
.................................

End;

while debugging code i realized that its taking too much time navigating from 
Begin to next line i.e. 
TotalRec:= Result_Recordset.RecordCount;

Dont have any idea .. pls 
suggest.--------------------------------------------------------------------------------------------------------------
Summit Information Technologies Limited, Gurgaon, India


[Non-text portions of this message have been removed]

Reply via email to