Is this the way to do it or am I still missing something?In waiting page code: $savedFormCollection := copy collection(_form;*) session{"formCollectionHandle"} := $savedFormCollection In SearchResults page code $savedFormCollection := session{"formCollectionHandle"} $searchValue := $savedFormCollection{"f_pmSearchValue"}$searchImagesOnly := collection has ($savedFormCollection;"f_pmSearchImagesOnly")$searchComparator := $savedFormCollection{"f_pmSearchComparator"}
That looks correct. Regards, Aparajita www.aparajitaworld.com "If you dare to fail, you are bound to succeed." - Sri Chinmoy | www.srichinmoylibrary.com _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
