August 14, 200817 yr Hi, Is there a way I can accept the user entered input at the time of script execution ? In other words, is it possible for users to enter the data in the field(which is not a part of DB) and use that field value for calculation and manipulation ? I would appreciate your ideas on this. Thanks
August 14, 200817 yr See if this is what you want to do (attached). You will 1) use a global field to catch the user input and 2) use a Show Custom Dialog (see input tab) to specify the global. Then you can do whatever else you wish... If you use the Custom Dialog then the global doesn't even need to be on the layout. Nor does the global need to be in the same table. CustomDialog.zip
Create an account or sign in to comment