crazybake Posted March 17, 2003 Posted March 17, 2003 I'm not sure if this is a scripting question or a global field/portal question (or simply a popup or repeating field). I have a script which performs a find for all jobs on a peice of equipment. I want these records to listed in a menu with a scroll bar. Next to this menu I want to have a additonal fields such as "date to be completed" etc. The user could then select the record from the list and enter the data associated with record in the fields next to it without having to go to another layout... thanks
Fitch Posted March 17, 2003 Posted March 17, 2003 You could do a Find, then mark all the found records, then set a global field to the same mark (e.g. "1"), then display those records in a portal. When you click a row in the portal, it could put that record's id into a second global, related to a group of fields below the portal. It's a slightly tricky technique, and has some additional safeguards that should be implemented in a multi-user setting. I'm wondering if you couldn't just use a standard list layout, and put the fields you want on it. Just have your script go to this layout after it performs the Find.
Recommended Posts
This topic is 7926 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