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 Chriss Miller 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: venur
  • Content: Threads
  • Order by date
  1. venur

    New Project (.mpx) file opens 2 up windows?

    Hi, I am not sure if this is a right question in this forum. But some one might have a solution. We have a web page from which a user can download an MS Project file with a extentsion (.mpx) and can open the file in MS Project. The issue is if the MS Project is not open and then the user opens...
  2. venur

    IFrames - body onload of main page throws exception some times

    Hi, I have a template page which has 2 Ifames inside it. onload of the template page I call a javascript function init(); the init() function will invoke another javascript function after 10 seconds which uses IFrame1 values to populate preview in Iframe2. So my question is, when I invoke...
  3. venur

    Query to disply tree structures

    Hi, I am trying to write a query which returns a list of recods in a tree structure. When a user searches for TEXT then it has to display the entire trees for the searched text. Table instance INS_ID TEXT TABLE hierarchy H_ID INS_ID PARENT_INS_ID DISPLAY_ORDER ex: data 1 /...
  4. venur

    Create new set of HTML elements onClick of a button

    Hi, In a HTML FORM I have some elements with in SPAN Tag and button "ADD" out side the span. When a user click on the button I want to create a new set of HTML elements that are in the SPAN tag and display it after the tag ie., I need to display the HTML fields twice with in the FORM. Using...
  5. venur

    Horizontal Radio Group

    Hi, The page has multipule radio groups and if one of the radio button in the group is clicked to "Yes" then all the "No" needs to be checked for the selected id, but not the clicked indexed id; Below is the code, may be i am clear with my question <HTML> <HEAD> <TITLE> New Document </TITLE>...
  6. venur

    Submit a Form in IFRAME

    Hi, I have page with 2 Iframes. Iframe_1 has a html Form and Iframe_2 has a Preview of the page. When the html form in Iframe_1 is submited its loding the result page in Iframe_1. But I need the result need to be display it in a new page with submited form values. Help is greatly appriceted...
  7. venur

    Scroll Iframe onMouseOver

    Hi, Here is what I am trying for and hope some one might help me out. I have MainWindow which have 2 Iframes(frame_form and frame_preview). frame_form have all the form fields and frame_preview have a static html with div id's same as form field names as a place holder. onMouseOver of the...
  8. venur

    How to Call a Report from an Indipendent JSP page

    Hi All, I am trying to pupulate the actuate report which is in activeportal from a JSP page which is running in tomcat. I dont have any Idea how the actuate runs or works. Question 1: How do I know the required parameters that are required to pupulate the report? Question 2: Are there any...
  9. venur

    How to store Images

    Hi, I want to store images. But I am little confused on how to go about it and what is the best way to store the image. Do I need to store the image in the DB, I am using oracle. The problem with this approach is the storage space in DB as I think there would be atleast 150 new images every...
  10. venur

    SQL Query result not stable

    Hi, I am running a query which runs fine in SQL Navigator 4.2 but it does't run in TOAD 7.4 and SQL*Plus 8.1.6. This query is on a view and its between dates. Is it to doing some thing with the Query or With any settings ?? I am lost.. QRY: SELECT * FROM PLAYERINFO_VIEW A WHERE...
  11. venur

    SQL: Tuning Queries

    Hi, I am little confisued, as my query taking a lot of time to execute. I have created indexes too. But still I am not happy with time its taking to execute. My query : SELECT A.SESSIONLOGID , A.LOGINTIME , A.LOGOUTTIME , D.TABLENAME, D.LIMIT, COUNT(B.PLAYERINMONEYID) NUMBER_OF_GAMES ...
  12. venur

    Is this Query Possible?

    Hi All, I was wondering, do I going to the get the output with one single query . Temp_Table has 3 col's Temp_Table Values PName PAmt PType --------------------------------- Type1 100 1 Type2 100 1 Type3 100 1...
  13. venur

    Import data to CSV file

    Hi, I am trying to load data from tables into a CSV file. I am able to do it but single table at a time. Is there a way I can import multiple tables using single procedure or script. This is what I am doing Table 1 : set term off; set heading off; set linesize 400; set feedback off; spool...
  14. venur

    Dates in a Month Qry

    Hi, I am trying to get the sum of a column for all distinct dates in a month. Ex: Table A Fee (number) lupddt(date) Output for mon (jan,2003) should look like the below Sum (Fee) , lupddt -------------------- 10 01-jan-2003 20 02-jan-2003 30 03-jan-2003...

Part and Inventory Search

Back
Top