Subject Re: Two Forms - Passing data
From edward racht <e.racht@gmail.com>
Date Wed, 22 Oct 2014 10:15:18 -0400
Newsgroups dbase.getting-started

Mervyn,

Thank you for your support.

I have the code working.  (I can't believe I did it again - not switching the code around)

Also, I improved some of my other code errors since I learned from your discussion and THE BOOK that any code after "readmodal" isn't read until the form is closed.

Since you showed me a more streamlined code approach with the onOpen Method I do not need the findinstance (HSCForm) in the onClose Method for HS.wfm.

I have a challenge with my request.

The value passes from the data HSFORM entryfield to the lookup HSCFORM entryfield.value

The passed HSCForm entryfield.value replaces the first row value in the table.  It just is written in to the row.  I can't figure out how to enforce  autoedit = false.

I was thinking that the value would go to the row in the table where it is located much as zseeker would do.

When the value is not in the table then I could edit it through the entryfield with the edit toolbar.

Ed