J
|
Jane 5/5/2009 |
Hi, str = "select count(*) from table2 where key=" & data("FieldName") Set rstmp = server.CreateObject("ADODB.Recordset") rstmp.open str,dbConnection if rstmp(0)>100 then xt.assign "table3_dtable_link", true else xt.assign "table3_dtable_link", false end if rstmp.close set rstmp=nothing |
N
|
NigelEtienne author 5/7/2009 |
Hi, use List page: After record processed event for this purpose. Here is a sample:
|
![]() |
Sergey Kornilov admin 5/7/2009 |
Try this: str = "select count(*) from table2 where key=" & data("FieldName") |
N
|
NigelEtienne author 5/8/2009 |
Try this: str = "select count(*) from table2 where key=" & data("FieldName")
|
J
|
Jane 5/8/2009 |
Please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error. |