hi,

how to read dataset in mainform from dll file

examples :
----------

dll file
library pgsmlib;
uses
  SysUtils,
  Classes,
  form1 in 'unit.pas' {fSavegsm};

{$R *.res}

procedure ShowGSMForm;stdcall;
begin
  fSavegsm := TfSavegsm.Create(Nil);
  fSavegsm.Show;
end;
procedure showdb;

begin
   form1.datasource := ......................{dataset from mainform}
end;

Exports
    ShowGSMForm;
begin

end.





      ___________________________________________________________ 
Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for
your free account today 
http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html 

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

Reply via email to