Subject |
Re: Preview.wfm and report printing |
From |
trevor <bob@bob.com> |
Date |
Wed, 25 Oct 2023 13:21:17 -0400 |
Newsgroups |
dbase.getting-started |
Ken Mayer wrote:
> On 10/24/2023 6:23 AM, Mervyn Bick wrote:
> >
> > I hesitate to suggest trying to use the new version (2023A)
> >
>
> Not a problem, the reportViewer has been in dBASE since Visual dBASE
> 7 ... (that's where "Preview.wfm" got it's start ...).
>
> Ken
At least that's answered one of my questions why I can't get Mervyn's
solution to work.
I'm trying Mervyn's solution on the form, with a report I know works in
old preview. So using new ver3.8 and the forms onopen event.
function form_onOpen
....
...
set procedure to pintot.rep
form.orep = new pintotReport()
return
On opening the form
I get error Class does not exist "Pintotreport:Pintotreport"
and gives me line .. form.oRep = new PintotReport()
All files on same directory. Syntax or other problems?
Thanks
Trevor
|
|