Subject Re: Form to Form
From Lee Grant <camilee@nospam.comcast.net>
Date Mon, 12 Jun 2023 15:52:46 -0400
Newsgroups dbase.getting-started

Mervyn,

Sigh...that's what I get for focusing on the perceived problem, instead
of checking all the steps leading up to it. :(

That's why you're the guru, and I'm the student. :)

Lee

On 6/12/2023 6:50 AM, Mervyn Bick wrote:
<snip>
>
> Why didn't the Edit form open with the correct record selected?  There
> were two problems in the Edit form and one in the main form.
>
> Firstly, in the Edit form
>
>     this.QUERY1 = new QUERY(this)
>     with (this.QUERY1)
>        left = 812.0
>        top = 11.0
>        width = 39.0
>        height = 37.0
>        database = form.database1
>        databaseName = "MYTEST"
>        sql = "select * from patientmervyn"
>        active = true
>        indexName = "pat_no" //******
>     endwith
>
<snip>