prissypan Posted February 17, 2004 Posted February 17, 2004 Hi guys, This is my problem, i have a script which loop thru all records to find the checkboxes, if any record is unchecked it will retrieve that record and list it out onto the list page. It has been workin fine(retrievin all the right records)till i added a function which allows users to go back to the record page by clicking on the results. I got it to work but somehow it seems to disrupt my script's finding of unchecked boxes. Like when i perform the script the first time, it will give me the correct results, but if i go back and perform the script again, even boxes that have already been checked are shown, and if i perform de script once again the correct result is again showed. I'm very confused because all i added to switch from list view back to record view was this script --> Go to Layout["Data Entry"] The way this script has affected my searchin of record surprises me. Will be glad if someone can explain to me what is goin wrong. Thank you very much! -Pris-
cjaeger Posted February 17, 2004 Posted February 17, 2004 - make sure you are using list view, not portals. - If you are using list views, make sure the fields you are searching in are on the layout, even if only 1x1 pix. - You might rework your search strategy using relations (one<-> if (checkbox="",1,0) Actually, only guessing without seeing your solution.
Recommended Posts
This topic is 7584 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now