Rick DeCollo Posted February 6, 2009 Posted February 6, 2009 Hello! I need to pass about 50 fields from one table to another. Can i pass more than 3 fields using the script parameter? Im using FM7Pro. Thanks!
IdealData Posted February 6, 2009 Posted February 6, 2009 Any chance you could explain why yo want to pass 50 fields between tables - this sounds like you should be using a relationship or lookups.
Rick DeCollo Posted February 6, 2009 Author Posted February 6, 2009 Ive got an order form for sales people to use for their orders. when they finish an order i need to submit it to the order processing. I wanted to create a new record in the order processing when they submit their finished orders. I thought the best way to do this was to submit a new record request and populate the fields with the script parameter.
IdealData Posted February 14, 2009 Posted February 14, 2009 If the entry form and the main table are in the same FILE then you can use $variables in a script to effectively copy the entry form entries and then switch to a layout using the main table and write a new record and the main table fields in the main table. See my example Entry_form.fp7.zip
Recommended Posts
This topic is 5762 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