Hi Arend,
I'm afraid, you have to tell us a little bit more :
Which Identifier is unknown in your  uCrUtil-Unit
Is uCrUtil a DataModule?
The error will prpbably have to do with the declarations of your procedures and 
not with the Code itself,
so better check that out.
The Declaration of  RemoveBkMaster looks as if it was an Event-Proc, but the 
"ClassName." is missing.
Where comes the "Sender:tObject" parameter from?

Still have fun
Bob

>            [[PD]]        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
>     [EMAIL PROTECTED] wrote:
>      Hi Aruba,
>      do you have a Uses uCrUtil;
>      or something similar in your code ?
>      Have fun
>      Bob
>     [[R]] Yes Bob I have the uses clause in the units that
>     use this function. 
>     And there it works but not in the uCrUtil  unit 
>     itself.
>     
>     
>     __________________________________________________
>     Do You Yahoo!?
>     Tired of spam?  Yahoo! Mail has the best spam protection around 
>     http://mail.yahoo.com 



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/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