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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nsarun

  1. nsarun

    Horizontal Join??

    Thanks for the response. The thing is ux has many mx's each mx has one mc. So each ux has many mc's. I am trying to get uc and related mc's in a single record. Hence, I did something like this. select ux.unit_slno, ux.catalog_no, ux.unit_status, ux.prepare_date, ux.prepared_by...
  2. nsarun

    Horizontal Join??

    I have a query, that results in two rows for each Entity. Meaning, if it yields 8 rows, the effective # of rows are 4. How do I create a horizontal join of the two related rows to one row and hense result in just 4 rows instead of 8? E.g. Name Age Supervisor City State Aron...
  3. nsarun

    Downloading a file without opening.

    Dear Wizkids, Need your help once again. I would like to get a 'Open Save ...' dialog box when the user clicks the link on my page that points to a file of known MIME type (such as .doc, .xls or .pdf etc.). I do not want the relevant application(such as Word, Excel, PPT etc.) to be opened to...
  4. nsarun

    Findind value of Radio clicked - Without Event

    Dear Folks, I have a radio group at the top of my form. In another section I have a button. When this is clicked, a pop-up opens out. Now the page for this pop-up depends on the radio button checked. I am doing something like this. function modSel(){ if(document.pngen.system.value=="C")...
  5. nsarun

    User Choice Based Text Generation

    Dear folks, Need help with this one. I am sorry for my naive question. I have a 15 char text field (partnum). Which needs to be populated with a character string constructed based on user choice. each choice gives one or more characters that form the string. The final string looks something...
  6. nsarun

    Closing a window not opened vy the script - Netscape 7.1

    Dear Folks, The application I am working on uses Frames (TopFrame, SideFrame(Left) and the MainFrame). On the occurance of a certain event, I am closing the window from one of the frames. This is the script I use. function CloseWin () { window.opener = window; window.close(); } Works...

Part and Inventory Search

Back
Top