rogermax Posted June 27, 2003 Posted June 27, 2003 In certain situations I create temp records in a separate file to pull data from many related files to print a report (like a work ticket). I have been very successful in using a scripted pattern to Set the data from the many files to the temp area, then deleting the temp records when done. I have been experimenting with using GetField() in conjunction with a portal allowing create new record. By using the GetField("anyField") in the auto enter calculation option, I can put the data from any related field at the moment I create the new record. I am sure many of the experts have figured this out long ago...my question is: 1. Has anyone experimented with the speed of this way versus set field via scripting? 2. Am I setting myself up for bad news down the road this way? thanks for advice
kyle Posted June 29, 2003 Posted June 29, 2003 hi, roger ! have you heard of "report builder". it uses get field function and it works fine. it is same concept. anyway to your question, you should not have problems down the road. regards, kyle
Recommended Posts
This topic is 7817 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