I have a database with a full text table created on it. How can I get a list of the keywords used in the full text index and a count of those words. What we are trying to find are the top words used in a database. This should provide us with a list reports that can be reviewed for trends...
Haven't many idea's since we don't have any code to really look at, but since you say the error shifts - have you checked any include files for errors? Have you checked the database to ensure the copy you have on your local machine matches that of your client.
G.
PS - I need to set the field value that this came from after its been manipulated. Thats what I want to figure out how to do it without having to call document.frm.tbTxt.value every time I want to update a objects value.
What is the equivalant of "THIS.VALUE" as in Javascript....?
I want to call a function with the value the object has but I want to make the function generic so it deals with only what was passed to it..
Thanks!
MrGreed,
Just one more question if I may...
Using the VBScript example, how can you access the variable 'd' in asp after the function was called?
I thought that vbscript was part of asp, so it seems to me that the variable 'd' should be available inside an asp tag..
does this make sense...
I have tried to access the parent form object values without success. I have tried:
var = parent.document.formname.taDescription.value
and it does not return a value. Is it possible in VBS or ASP to obtain these values from an iframe?
G.
I have an iframe identified on a page, I would like to be able to get the values from form objects that reside on the parent page. Is this possible? if so how?
I can access variables when the iframe is refreshed by passing the information via the command line, and then using the...
Just a note for anyone else using this code, I had an undefined error popping up when attempting to get the .attrOne value... I found out by viewing the source that the attrOne variable name was being translanted to UPPER case giving me a ATTRONE... wierd but if you use the upper case version of...
Is it possible to have more than one value per option line in a list?
Ie.,
<select>
<option value="v1,v2"> text </option>
</select>
What I'm trying to do is if a user selects the line, I need to be able to extract V1 and do something with it, and then V2 and do something with...
As I see it, your trying to get your security level from your form (Which you have commented out). Secondly - did you add a security/authcode level to the database and get that on the call?
You need to add your auth codes to the database, and then assign that to your session variable...
I need to query one table and add the different select statements to a temp table.....
create table #temp(fy, parm1, parm2)
insert into #temp(fy,parm1,parm2)
and here is where I want to provide select statements as the input for the fields...ex:
select fy from tbl1 where..., select p1 from...
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.