Jump to content
  • 0

Parameter from a Tabular to a popu


senicholas

Question

I have a tabular report which I added a html block with the following code from Caspio's Link Menu Generator:

<a class="cbMenuItem" href="#" onclick="window.open(&quot;https://c1acu852.caspio.com/dp/c38980008b3a124afe5e462bbf5e?[@Tbl_Orders_OrderNumber]=AAAAAA&quot;,&quot;mywindow&quot;, &quot;menubar=1,resizable=1,width=500,height=600&quot;)">Modify Order</a> |

It is popup form that will allow the customer to edit the order, however, the popup gives "No record found". Not sure if am not passing or receiving the parameter [@Tbl_Orders_OrderNumber]. Any ideas?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hello @senicholas,

Please try to use the following formula instead. You need to pass the OrderNumber as the query string value.  Also on the DataPage which you use in the pop-up, you will need to receive [@OrderNumber] as an external parameter.

<a class='cbMenuItem' href='#' onclick='window.open("https://c1acu852.caspio.com/dp/c38980008b3a124afe5e462bbf5e?OrderNumber=[@Tbl_Orders_OrderNumber]","mywindow", "menubar=1,resizable=1,width=500,height=500")'>Modify Order</a> | 

Hope this helps!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...