- fetchedNotices = Notices [Violation_ID == input.ID];
- input.Resolution = (fetchedNotices.count()).toString();
Error at line number : 20
Form 'fetchedNotices' does not exist in this application
If I remove the parentheses that were added by the system and use:
- input.Resolution = fetchedNotices.count().toString();
it works just fine.
Bruce "Speedy G" Peaslee
The World's Fastest Programmer