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...
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!
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...
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...
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...
We have an application that at times allows current users on the system to gain login rights from another person logging on to the application. Basically its grabbing someone elses login ID and security. We use the following code in the login file:
<CFLOCK Name="session.sessionid"...
How can you change the title of a chart (or other subtitles etc) in CR using a URL line? What I'm currently doing is setting the title to blank, inserted a text field, and have the text field displayed over the chart. Not exactly elegant but it works, however I'd like to change the X and Y...
I have tables on an MS SQL server and have created multiple index's on those tables. Now - how do I specify which index on the sql server I want the foxpro view to use?
Thanks!
Gary
I have created a formula (Actually just a title line) in CR with the name of @TITLE. It contains "My Title". When passing this on the url line to the report to change the title as in title="My New Title" it doesnt work. Any help would be appreciate it.
I have tables in MSAccess (Actually converting a program) that I need to get into Foxpro. Some of these tables contain over 2 million rows. Whats the easiest way to accomplish this? What I did to this point is create a query on the access file and then issue a copy statement to a new dbf file...
When I attempt to get more than 102 records (reports) using the crystal reports dll for web browsing, I get the subject line error. Any idea on how to correct this?
Thanks
Gary
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.