I'm not set on using code, but the overall intent was to have this form count
the number of submissions in the library of new requests so it could alert
the person submitting a new request of "queue depth". I'm essentially
counting the New and Accepted requests, then generating a ballpark SLA for
start time based on existing queue depth, delevery time, and SLA.
I'll play around with both suggestions though and see what I can get to
work, many thanks for hte pointers and I'll post back with the final answer.
> Using a simple count() on a repeating field from the data connection should
> do the trick from within a formula. Any particular reason why you want to use
[quoted text clipped - 40 lines]
> >
> > Thanks for any pointers you can give!
bshea - 14 Nov 2006 17:57 GMT
Still failing. Object null again. This time on the DataObject line. Going
to scrap this function as it clear doesn't work as I need / want it too.
Thanks anyway.
> I'm not set on using code, but the overall intent was to have this form count
> the number of submissions in the library of new requests so it could alert
[quoted text clipped - 49 lines]
> > >
> > > Thanks for any pointers you can give!