Forum Discussion
BuildPro
4 years agoQrew Captain
I only have home pages listed.
------------------------------
BuildPro
------------------------------
------------------------------
BuildPro
------------------------------
EvanMartinez
4 years agoQuickbase Staff
In some instances if you got help creating this button and this functionality by a developer or another admin the code page doesn't have to be stored in that same app. It could be calling it from another application if you don't see it anywhere in your list of pages in your app settings depending on what the code looks like. In the button it would usually indicate where the code page was being called from if it wasn't simply pulling from the same app. It might be something you need to touch base with other admins to see if they have more context on where it came from and if an outside developer was involved.
------------------------------
Evan Martinez
------------------------------
------------------------------
Evan Martinez
------------------------------
- BuildPro4 years agoQrew Captain
Thank you. The code was created in 2014 for me…I have no memory of where I got it….I was brand new to QBase.
can someone tell me what this says in English, please? Thx
------------------------------
BuildPro
------------------------------- BuildPro4 years agoQrew Captain"javascript:void(window.open('" & URLRoot() &"tools/copyParentChildren.html?dbid=" & Dbid() & "&recurse=1" & "&dest=new" & "&namefid=16" & "&rid=" & [Task ID#] & "','copyRecursive','top=240,left=320,width=400,height=150,location=no,menubar=no,toolbar=no'))"
------------------------------
BuildPro
------------------------------- EvanMartinez4 years agoQuickbase StaffThat actually looks like the code that came out of an older wizard we one had that walked through making a copy master and detail button. That is most likely where the code and button came from if it is what I think it is based on reading the formula.
The part of that button that tells you where the code page is hosted is:
" & URLRoot() &"tools/copyParentChildren.html?dbid=" & Dbid()
Which indicates that it is looking for the page copyParentChildren.html and that you would find it in the same realm which is indicate by URLRoot() & and the same app you are in which is indicated with ?dbid=" & Dbid(). So it should be a code page under your Pages in the app setting. I'm not sure what you were trying to accomplish with this but I hope that context helps.
------------------------------
Evan Martinez
------------------------------