PDA

View Full Version : AttachedFileRequest


Tom Berry
02-Mar-2006, 02:04 PM
I am using Borland C++ Builder and I need an example of setting the
AttachedFilesRequest procedure like you have in the Help but for C++
begin

// Assign AttachedFilesRequest variable to MyAttachedFiles procedure...

AttachedFilesRequest := MyAttachedFiles;

end.

Thanks

Tom Berry

Tom Berry
03-Mar-2006, 09:37 PM
Got it working.

Thanks
Tom Berry



"Tom Berry" <tberry3@triad.rr.com> wrote in message
news:du71g4$a5l$1@plesk.eurekalog.com...
> I am using Borland C++ Builder and I need an example of setting the
> AttachedFilesRequest procedure like you have in the Help but for C++
> begin
>
> // Assign AttachedFilesRequest variable to MyAttachedFiles procedure...
>
> AttachedFilesRequest := MyAttachedFiles;
>
> end.
>
> Thanks
>
> Tom Berry
>
>