Search the Community
Showing results for tags 'detail'.
-
I have a gallery report datapage with a Search form and Results displaying on the same page in the results I am using a (specific data field) to link to the details page I want to create a custom link - (click here for Ingredients info) the user clicks on the custom link which takes user to another details page How do I set this up where the link is going to another details page? Any help is appreciated! Thank you --example-- Butter Pecan Ice Cream --> Link to Detail page (Specific data field) - THIS WORKS! 1234 Somewhere Lane City, state, 12345 Website: www.ButterPecan.com --> go to website (opens in another window) THIS WORKS! custom link --> click here for Ingredient info (HELP!)
-
Hi there, I have the following code in a submission form: <script> window.onload=function(){ if (document.getElementById("InsertRecordPalmas").checked) {var new_value = "Palmas";} else {var new_value = "AAA";} document.getElementById("cbParamVirtual1").value=new_value; } </script> This code puts a certain value on Virtual1 (which is a TextBox) depending on whether Palmas Check Box is checked or not. It works perfectly, but it stops working when I turn the Submission Form into a Detail Report. I know is not the "onload" because I tested it without the if statement and it works, so I'm guessing it has to do with the way I'm referencing or calling Palmas Check Box. Does anyone knows why is the if statement behaving differently when the Submission Form is changed to a Detail Report? Thanks!
- 2 replies
-
- detailreport
- detail
-
(and 4 more)
Tagged with: