tomlepk Posted April 19, 2001 Posted April 19, 2001 I am writing a somewhat complex production database. I have to use scripts to manipulate the user into different choices depending on the state of a particular field. Many IF statements force different scripts to run depending on conditions. A script is always running. It's cyclical. It would be nice to be able what script is running to troubleshoot the IF conditions. Would appreciate any feedback. Thomas
markpro Posted April 19, 2001 Posted April 19, 2001 What about a global field that you set the script name into as the first step of each script. When a script is called through an if statement it could display the name.
tomlepk Posted April 20, 2001 Author Posted April 20, 2001 Mark, Thanks much. I was dreading going into all those scripts and adding the steps but it sure paid off. It is so easy to debug this spaghetti script that I no longer feel like I am overwhelmed. I am going to implement this anytime I can. Thanx again Thomas
Recommended Posts
This topic is 8622 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