AHA, it happened in the onetomanyscrolling form in ConComp.
This is the test eep:
pause 2 using 'eep here'
skip to contfname
return
I shall submit it.
----- Original Message -----
From: "Bernard Lis" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Wednesday, June 15, 2005 7:58 PM
Subject: [RBG7-L] - Re: on entry eep executes twice
I found the problem -- but it seems to me it's a bug.
The statement just before the return is a SKIP TO thenextfield
When I commented out the skip to line, it didn't run the eep again, but of
course it didn't skip to the next field.
I'll see if I can replicate this in a smaller database (like maybe
ConComp).
Bernie Lis
----- Original Message -----
From: "Bernard Lis" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Wednesday, June 15, 2005 5:50 PM
Subject: [RBG7-L] - on entry eep executes twice
What should I look for?
a 3 table form.
the second table is a region. The first field is a Part No.
on entry into the part no. field it runs an eep that allows searching for
a part.
When it finishes the eep, it executes it again??
I traced it and right after the RETURN it starts again with the first
command in the same eep.
this doesn't happen when I enter the part no. field in the second row.
I have checked all other objects in this region and none call this eep
other than the part no. field
I am using version 7.1.81.30525
Bernie Lis