August 14, 201015 yr I was wondering could someone help me with some problems I'm having with buttons...I can't figure out what's wrong. Is there a way to send my database so you can see the problem for yourself? If so how? It's probably something really simple I just am missing.
August 14, 201015 yr Hello Annette, Yes, use Save as Clone, then zip the file. Use the Manage Files link available in Full Reply to upload the file. Barbara
August 14, 201015 yr Author Thanks for that!! Basically...the buttons at the top to go to the seperate detailed sheets isn't working for all the sheets. Respite3_Clone.zip
August 14, 201015 yr OK, Annette. Here is what is going on in this template. Each button above has a scriptparameter attached to it. When you click "Services," it starts the script, "Go to Record Detail" with the scriptparameter, "Services". You'll see that in the script, "Go to Record Detail," the developer uses the If, ElseIf, EndIf structure to navigate to the proper layout given the incoming parameter. (The parameter is set using Button Setup>Perform Script with Specify...) You've changed the incoming parameter from "Services" to "Products". The script does not have the logic to handle the incoming parameter, "Products." You know, I love templates, but sometimes when you are starting out, they confuse you more than they help.
August 14, 201015 yr Author Nevermind...it was something really simple...I found the problem. It helps to walk away for a minute when your frustrated! ha. Thanks anyway
August 14, 201015 yr Author Yes...I realized that while I was waiting for help. I'd love to start from scratch for what I'm looking for it's just I don't have nearly enough grasp on what to do. I figured it was just easier to edit one done already. Not as easy as I thought. Thanks for helping, I really appreciate it!
Create an account or sign in to comment