PDA

Click to See Complete Forum and Search --> : Close a form with a MSRDC control on it


BHostmeyer
Nov 8th, 1999, 10:45 PM
Every time I try to close this form it acts like it didnt even recieve the command...

I was using unload me if you no a better way please help thanks.

Brooke Hostmeyer
Net Admin
Vijon Labs Inc.

baroberts
Nov 9th, 1999, 08:27 AM
MSRDC? If it is a Microsoft Remote Data Control (and I just speak from experience with similar controls) try closing the recordset and connection objects associated with the control. Maybe even setting the control's connection object "= Nothing" would work.

I have had similar problems with different OLE controls. RDO and the other data access animals are all migrating to OLE DB, so maybe it's worth trying.