SamMc Posted February 25, 2008 Posted February 25, 2008 Hello All: I ran across another challange with my DB described in http://fmforums.com/forum/showtopic.php?tid/192648 What I am essentially trying to do is: - select a set the records from a table - based on the criteria that I get from another table for a field that relates the two, and then - further reducing the set to those records that has a quantity greater than zero. I have the following script: [i am starting this script from a button on a layout that is displaying a record from "equipment_repaired" table. ] Set Variable[$r_t_no; Value:equipment_repaired::Repair_Ticket_No] Perform Find [Restore] #COMMENT: Criteria: Parts_Used::Repair_ticket_from_main:[=$r_t_no] #COMMENT: Criteria 2: Parts_Used::Quantity_Used: [> 0] Go to Layout[Parts_Used] Sort Records [Restore; No dialog] Print[Restore; No dialog] go to layout [original layout]
SamMc Posted February 26, 2008 Author Posted February 26, 2008 Problem solved.I use a different set of script commands: Go to Related Record [ From table: “Parts_Used”; Using layout: “R_Parts_Used” (Parts_Used) ] [ Show only related records ] Constrain Found Set [ Specified Find Requests: Find Records; Criteria: Parts_Used:: Quantity_Used: “> 0” ] [ Restore ] Sort Records [ Specified Sort Order: Parts_Used::Part_No; ascending ] [ Restore; No dialog ] Print [ Records being browsed; All Pages; Orientation: Portrait; Paper size: 8.5" x 11" ] [ Restore ] Go to Layout [ original layout ]
Recommended Posts
This topic is 6117 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