caseyi Posted August 30, 2000 Posted August 30, 2000 I have a relational database set up. Does anyone know how to set up a script/button to allow me to print the related fields in full from my original/master file -- ie, the script will take me to a certain layout in the related file amd print the related fields in full.
geod Posted August 31, 2000 Posted August 31, 2000 Go to your related file and design the report you want, Design a script in the related file that goes to the report form, does Page Setup and prints the report. If you want the records to sort a certain way define it in this script or have this script perform a separate sort script. Design a script in the master file with the following script steps: 1. Freeze Screen 2. Go to Related Record Choose the relation in the pop down menu that describes the one you setup for the Master & Related files. Be sure and click the checkbox for Show Only Related Records 3. Perform Script Choosed External Script and then select your related file and choose the script in that file that prints your report. 4.Refresh SScreen This step will bring the script back to the Master file and to the screen you launched the script from. Basic but it should so what your asking for.
Recommended Posts
This topic is 8906 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