Greg
Sun Feb 12 17:40:27 CST 2006
Thanks for all the replies. Nice to know other people are dealing with the
same issues
Greg
"Claude Fox" wrote:
> Yes, you found the workaround for the problem. Just create an exe. COM
> server with the REPORT FORM and from your vfp mtdll create the COM EXE
> server and call the method that has the REPORT FORM. I haven't seen any
> serious performance issues yet. It WILL NOT block other threads since each
> thread would create its own server. Check out a demo of this architecture
> here(PDF reports):
>
http://www.dotcomsolution.com/avfpdemo2/default.aspx
>
> "Greg" <Greg@discussions.microsoft.com> wrote in message
> news:A665D298-15D6-4421-A1B9-F9990C896951@microsoft.com...
> > Is it possible to run the REPORT FORM comand in a multi threaded dll?
> >
> > I get Feature not Available. It runs fine in a single threaded dll or an
> > exe. The help indicates only the CREATE REPORT command is not supported
> > in
> > dll's. I have tried with reportbehaviour=90 but doesn't help
> >
> > I have found i can initiate a exe with createobject from the dll and run
> > reports from here - would this effect the call blocking in a multi
> > threadedx
> > dll?
> >
> > Any help appreciated
> >
> > thanks
> >
> > Greg
> >
> >
>
>
>