XP + SP2 & Di5E + SP2 

procedure RemoveBkMaster(Sender: TObject);
begin
dmMCR_.tBK_.Active := False;
dmMCR_.tBK_.MasterSource := nil ;
dmMCR_.tBK_.MasterFields :=  '';
dmMCR_.tBK_.Active := True;
dmMCR_.tTRNR_.Active := False;
dmMCR_.tTRNR_.MasterSource := nil ;
dmMCR_.tTRNR_.MasterFields :=  '';
dmMCR_.tTRNR_.Active := True;
end;

this procedure is declared in unit uCrUtil;
when I use this procedure in another unit as
RemoveBkMaster(Self); it removes the master detail 
relation.

when I use the same RemoveBkMaster(Self); on the 
unit uCrUtil; where it is declared as
  procedure RemoveBkMaster(Sender: TObject);
then i get an Undeclared Identifier error.
I lack the knowledge to understand why and do not know where 
to find an explanation. Any help is appreciated.
Jan Welmers
Aruba






------------------------ Yahoo! Groups Sponsor --------------------~--> 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/WpTY2A/izNLAA/yQLSAA/i7folB/TM
--------------------------------------------------------------------~-> 

-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to