Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ntm0n
  • Content: Threads
  • Order by date
  1. ntm0n

    Get count of key words used in full text index

    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...
  2. ntm0n

    What is the equivalant of "THIS.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!
  3. ntm0n

    Iframe needs parent forms variables

    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.
  4. ntm0n

    Accessing parent form variables from Iframe

    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...
  5. ntm0n

    More than 1 value for each <option> in a select list

    Is it possible to have more than one value per option line in a list? Ie., <select> <option value=&quot;v1,v2&quot;> 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...
  6. ntm0n

    I need to query one table and add t

    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...
  7. ntm0n

    Real Time Stats?

    Is there a program that will watch actual connections on an IP that is used to server multiple domains? Thanks Gary
  8. ntm0n

    session.sessionid gets shared, how do you implement cflock on this?

    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=&quot;session.sessionid&quot...
  9. ntm0n

    Changing the chart title via a URL

    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...
  10. ntm0n

    How to set SQL Index in a Foxpro View

    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
  11. ntm0n

    Passing @formula does not seem to work

    I have created a formula (Actually just a title line) in CR with the name of @TITLE. It contains &quot;My Title&quot;. When passing this on the url line to the report to change the title as in title=&quot;My New Title&quot; it doesnt work. Any help would be appreciate it.
  12. ntm0n

    How to import MS Access Tables into Foxpro V6

    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...
  13. ntm0n

    Error detected by database dll (in page server xxxxx)

    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

Part and Inventory Search

Back
Top