On Saturday 07 October 2006 19:21, Brian Hancock wrote: > If I stored the ResponseID in an RV before the SAVE RECORD I risk that > number not being correct it another user is adding a record at the same > time, as the Absolute Incrementing of the ResponseID field occurs when the > Record is Saved. (With the incrementing using a recursive link it is > possible for two user to initially get the number which is resolved at Save > time.)
Hmmm...at first thought, why not try to do this as a parallel subreport process, where the first parallel subreport creates the parent record, and the second parallel subreport would be a Lookup report that allows the user to select a Saved record from the parent panel. Obviously the problem with the suggested solution is that the user as to hunt for the parent record he just created a second or two ago. If they're in reverse date/time order that might be a bit quicker to see in the report Lookup. _______________________________________________ Dataperf mailing list [email protected] http://lists.dataperfect.nl/mailman/listinfo/dataperf
