Board index » delphi » So Close, Yet So Far Away
Kenneth Peckham
![]() Delphi Developer |
Tue, 17 Jun 2003 03:44:43 GMT
So Close, Yet So Far Away
Hi,
I have been trying to pass a parameter to an Access Report from Delphi but having no luck. I have been able to call Access, then a Macro that loads my Report. But then my parameter form pops for the value to generate the Report on. Here's what I have come up with. While not qryFaxes.EOF do --this is what I have tried but it doesn't work!!! --here I call Access --this loads the report and runs my Macro. RunFax.Wait := True; Any help is appreciated. Thanks |