Bernie
I will give it a try, I was afraid of the screen lag on slow networks.
Thanks
Marc
----- Original Message -----
From: Bernard Lis
To: RBASE-L Mailing List
Sent: Friday, September 19, 2008 1:58 PM
Subject: [RBASE-L] - Re: Edit using Form where custnum =
Marc,
Can you put a button on the form to enter a new custnum, closewindow, and
then insert a row with the new custnum, then edit using NewCustnum
All this in the same eep so the user won't have to do it manually.
Bernie Lis
----- Original Message -----
From: Marc
To: RBASE-L Mailing List
Sent: Thursday, September 18, 2008 4:05 PM
Subject: [RBASE-L] - Edit using Form where custnum =
Hi
I am doing Edit using Formname where custnum =
but I need a way to add / insert a new record for a different
custnum. In other words the user does not want to Exit the
form then do another Edit using Formname where custnum =
a different person.
We really can't use Enter mode for a few reasons such as
being able to see the last few records.
I tried using a Dummy table with the custnum column as the driving
table but that caused other problems.
I can insert a record for a different custnum but when the Property
Table Refresh executes that record goes away and all I see if the
original custnum, which I understand why.
Is there a way around this?
Marc