Okay, this oughta be fun....
I've just about got my first full-fledged database up and running. Now, I'm trying to sweep up behind the elephants.
I've got all this at app start...
Concurrent(ClearCollect(PrkSnpShtCollection,ParkSnapShotDetailList), ClearCollect(ApparatusDtlCollection,ApparatusDetailList), ClearCollect(PrkImgCollection,ParkPicLibrary),ClearCollect(ParkListCollection,ParkList),ClearCollect(ApparatusImageCollection,ApparatusImages),ClearCollect(SFCQsCollection,SFCQsList),ClearCollect(DaystoRenewalCollection,SFCertsQualsTitlesList),ClearCollect(CertsQualsDocumentsCollection,'UploadedCerts&Quals'),ClearCollect(PreFirePlanImageCollection,'Pre-Fire Plan Images'));
Clear(SFPrgrmMmbrsCollection);
Collect(SFPrgrmMmbrsCollection,Filter(SFMmbrList,NPSReg="AKR"));
Collect(SFPrgrmMmbrsCollection,Filter(SFMmbrList,NPSReg="IMR"));
Collect(SFPrgrmMmbrsCollection,Filter(SFMmbrList,NPSReg="MWR"));
Collect(SFPrgrmMmbrsCollection,Filter(SFMmbrList,NPSReg="NCR"));
Collect(SFPrgrmMmbrsCollection,Filter(SFMmbrList,NPSReg="NER"));
Collect(SFPrgrmMmbrsCollection,Filter(SFMmbrList,NPSReg="MWR"));
Collect(SFPrgrmMmbrsCollection,Filter(SFMmbrList,NPSReg="PWR"));
Collect(SFPrgrmMmbrsCollection,Filter(SFMmbrList,NPSReg="SER"));
Collect(SFPrgrmMmbrsCollection,Filter(SFMmbrList,NPSReg="NIFC"));
Everything seems to be working regarding the above, I've just got a handful of resource errors, mainly around the above and showing duplicate data across multiple screens. I have one or two Galleries that appears across several screens. My cut and paste to achieve this goal is apparently not the right method.
Can anyone help me integrate corrective actions for the following:
