| Subject |
Re: Preview.wfm and report printing |
| From |
trevor <bob@bob.com> |
| Date |
Wed, 01 Nov 2023 16:05:56 -0400 |
| Newsgroups |
dbase.getting-started |
Ken Mayer wrote:
> Try making this:
> q.active = true
>
> active is a property of the query object. You may want to start using
> the assignment operator:
>
> q.active := true
>
> If you had done that above, with:
> active := true
>
>
>
Ken,
q.active := true now and I get an error "invalid field name " at
that line. I've checked for typos so assume q.sql is incorrect.?
Trevor
|
|