solarpunk Posted February 28, 2005 Posted February 28, 2005 Basically, i am tryin to find student that are part of program but also that had the status Enroller. There is a field call Status which is drop down menu. it contain Enrolle, Applied. my Set Field [
solarpunk Posted February 28, 2005 Author Posted February 28, 2005 Ender, that work like a charm but i encounter a issue. basically it import the same studen 9 times when i run the script should be imported only once. could be because of the loop? thanks victor
transpower Posted February 28, 2005 Posted February 28, 2005 Just curious: with your poor English grammar, how could you be a teacher? If you could rewrite your question using standard English, perhaps we could help you further.
MoonShadow Posted February 28, 2005 Posted February 28, 2005 Good grief TP. Lighten up. We are here to assist not critique someone's typing and english. Get a life. Victor, I understood you just fine. I ain't got no problem with how words are put on papers - I only got problems with them there people with critical spirits who think they's better than everone else. Ignore his rudeness please. Most of us here on Forums are quite nice but, as with any mix of people, there's always a few that lack manners.
Ender Posted February 28, 2005 Posted February 28, 2005 Sorry, solar, I don't get what your script is supposed to do.
Lee Smith Posted March 1, 2005 Posted March 1, 2005 Transpower, you need to read this page http://fmforums.com/threads/viewrules.php Lee
solarpunk Posted March 1, 2005 Author Posted March 1, 2005 Ender, thanks you for all your help. I figured out what the problem was. The problem had to do with the field StudentID. Everything is working fine now, except that I want to included student that have these statuses, Applied, Pending. The script work fine when I just included one Status to be found. This is how I am trying to set up the script so it finds the student that has the same programID but also the statuses: #Bring over global values for Program and Event Set Field [
-Queue- Posted March 1, 2005 Posted March 1, 2005 Each Set Field [status] step is overwriting the previous one. Try . . . Set Field [ProgramID, gProgramID] Set Field [status, "enrolled"] Duplicate Record/Request Set Field [status, "applied"] Duplicate Record/Request Set Field [status, "pending"] Perform Find
solarpunk Posted March 1, 2005 Author Posted March 1, 2005 Que, Thank you, it works. I learn something new today. Thank you for all the help. I really appreciate it.
Recommended Posts
This topic is 7574 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