> >1. In DB Edit control in Form Designer, the "IN" filename for an EEP > >disappears and is not saved. Workaround: Create a separate file for > >the EEP. > > Excellent catch! Consider it fixed in the next update 79. Pre-Release > Update 79 beta to be announced soon. All interested users may send > their request to mailto:[EMAIL PROTECTED]
Thank you Razzak. > >2. I have the expression: FeeDate=(IFNULL(FeeDate,.#DATE,FeeDate)). > >FeeDate is a column in a DB Edit control in a scrolling region. > >When a new row is added, FeeDate appears as the FeeDate in the row > >elow (the next row). > > Make sure that the Scrolling Region control itself is assigned to > correct table. > > In "Enter" mode (such as ENTER USING FormName), after pressing the > [Enter] key on the last field in Scrolling Region, a new/blank row > is inserted. As the row is blank and the column value is NULL, the > expression is evaluated and appropriate value is assigned accordingly. I guess I didn't explain that too well. I am using the form with EDIT USING. Everything works perfectly EXCEPT: when I add a new row, I expect the value for FeeDate to be Today's date according to the expression. Instead, the value that shows up in FeeDate is the value of FeeDate from the next row in the scrolling region.Usually, the user would be in the first row of the region, so the value for FeeDate in the new row is the value from what used to be the first row. Clear as mud? Regards, Stephen Markson ForenSys The Forensic Systems Group www.ForenSys.ca 416 482 2140
