Subject Re: Form to Form
From Lee Grant <camilee@nospam.comcast.net>
Date Sun, 11 Jun 2023 17:45:59 -0400
Newsgroups dbase.getting-started

Mervyn,

My bad on not noticing that, as once I got the Database recognized, it
worked, so I never checked the query sql string, although in the other
wfm, it was done correctly.

Lee

On 6/11/2023 11:36 AM, Mervyn Bick wrote:
<snip>
>
>     this.PATIENT1 = new QUERY(this)
>     with (this.PATIENT1)
>        onOpen = class::PATIENT1_ONOPEN
>        left = 7.0
>        top = 396.0
>        sql = "select * from :MYTEST:patientmervyn"
>        active = true
>     endwith
>
>
<snip>