Re: Send recordset as variable




>I have a procedure that needs to be called from 2 places.
>This procedure will change the value of several fields, but sometimes I need
>the results recorded to 2 different datasets.
>Is it possible to send a dataset as a variable and then update that dataset
>when calling the function???

Yes

Procedure form1.YourUpdateProcedure(dt:Tdataset)
Begin

end;
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.



Relevant Pages