Hi
I am trying to access a function from a window I open, The code is below.
var thewin = window.open('../index.asp', "oldwin");
thewin.thetest();
But I can't seem to get it to access the function thetest()
Any Ideas?
Thanks
Gary
Hi
I have 2 databases with similar tables e.g.
[Forestry].[dbo].[ORIGIN_POINTS] (db1)
FID
Actual_Tonnes_Road_2000
Actual_Tonnes_Sea_2000
[SDE_Forestry].[dbo].[SEFE_ORIGINS] (db2)
ID
telNum
Actual_Tonnes_Road_2000
Actual_Tonnes_Sea_2000
The problem that I have is that I want to get...
Hi
I am trying to add a few coloums, but I continually get the answer of zero. I think it is happening because all the coloums I am using are integers. This is my formula which is part of a sql statement:
((Sum(york1.T20C156) + Sum(york1.T20C157)) / (Sum(york1.T20C155)))*100 AS varOwnerOcc...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.