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!

Search results for query: *

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

    Difference between the OAS 9i and OAS 4.0.x

    Hi, Can anyone guide me the summary of difference between the OAS 9i and OAS 4.0.x Thanks in advance.
  2. yash

    Need Suggestion: Table Updation Slow

    Hi: We have Table say 'Purchase' PO_NUM NUMBER(8) PRIMARY KEY PO_DESC VARCHAR2(60) This table has 2Million records. We have to update Primary Key (PO_NUM), Currently PO_NUM is of Length 6 We have to make the PO_NUM Length of 8. Option# 1 So we are planning to prefix '12' with exiting...
  3. yash

    Need Suggestion: Table Updation Slow

    Hi: We have Table say 'Purchase' PO_NUM NUMBER(8) PRIMARY KEY PO_DESC VARCHAR2(60) This table has 2Million records. We have to update Primary Key (PO_NUM), Currently PO_NUM is of Length 6 We have to make the PO_NUM Length of 8. Option# 1 So we are planning to prefix '12' with exiting...
  4. yash

    Auto Commit;

    Hi ALL: How can we set auto commit in PL/SQL . So that my following code commit records after every 10,000 rows update. I'm getting Rollback segment error as there are more than 10,00,000 records in table to update.. ORA-01562: failed to extend rollback segment number 6 ORA-01628: max # extents...
  5. yash

    Calling Forms from Stored Database Procedure

    Hi: Can we call FORM from database stored Procedure/ Function / Package? If yes? Please help me.. Regards..
  6. yash

    Frames..

    Hi All: I have two frames Header and Target.. My reuirement is i have on link in Header Frame. When i click on that link it display on HTML file in Target Frame. Now if user again click on same link in Header Frame, i want to call display other HTML file in Target Frame Please Help Me...
  7. yash

    Option Boot from Which Hard Drive??

    Hi: I have two hard drives on my PC. Master/Slave. Can we do such thing that When i boot my PC it ask me from which Hard Drive you want to boot. Like i want to install Windows 98 on one Hard Drive and Windows XP on other hard drive. SO can it is possible that there is option to choose from...
  8. yash

    setTimeout .. ?? How can i use ??

    Hi All: What wrong i'm doing.. Please Help ME... I was displaying some Messages when cursor goes over the Link. it was working fine.. Now can anyone HELP me as i want to display Message after some time (like after 2 seconds.) when cusor goes on link.. Follwoing is the code i was trying to do...
  9. yash

    Popup Window works like Alert????

    Hi All JavaScript Gurus: Can we create popup window work like Alert Box??? Means Without pressing "OK" button on popup window you cannot click anywhere else.. Thanks in Advance.. Regards
  10. yash

    Alert message in two line..

    Hi All: Can we pop Alert with message in two lines.. EX: Alert Box: ---------------------------- Hello there Welcome to our web site Thanks for visiting ---------------------------- Regards and Thanks in Advance
  11. yash

    How to Create GIF Buttons?

    Hi Guys: I'm New to Macromedia . Can anyone help me How to create Gif Buttons ? I checked this site http://www.animationonline.com/buttons/ But it's not that much flexible on size Text Color, Backgrouond Color.. I have Macromedia on my PC , can Macromedia Help me in creating Button.?? Thanks in...
  12. yash

    OnMouseOver Not working?? HELP Me...

    Hi Guys, Can anybody Help What i'm doing wrong..??? I want to change Image OnMouseOver/OnMouseOut event.. --------------------------------------- <TD> <IMG SRC=&quot;/img/types_off.gif&quot; tabindex=&quot;7&quot; onMouseOver='<IMG SRC=&quot;/img/types_on.gif&quot;>' onMouseOut='<IMG...
  13. yash

    OnMouseOver not Working. Help Me!!

    Hi Guys, Can anybody Help What i'm doing wrong..??? I want to change Image OnMouseOver/OnMouseOut event.. --------------------------------------- <TD> <IMG SRC=&quot;/img/types_off.gif&quot; tabindex=&quot;7&quot; onMouseOver='<IMG SRC=&quot;/img/types_on.gif&quot;>' onMouseOut='<IMG...
  14. yash

    Focus on Anchor &lt;A&gt;

    Hi On my Screen i have some fields and some <A> on submit i run one javascript to do some validation from that scripit how can i send focus to some <A> it work if i send focus to some text item. But for <A> Can anyone help me PLEASE???.. With Best Regards..
  15. yash

    Back Button Problem

    Hi, I'm facing one problem, earlier i never face that problem. When ever i press Back Button on IE5 the previous page come with some of information missing. If i press Refresh it comes back with all the missing information. Any Ideas or Suggestion, Please HElp ME... Thanks and Best Regards...
  16. yash

    How call JavaScript Code from simple Text?

    Hi, Can anyone HELP out from my problem?? I need to call some JavaScript Code from some text in HTML file. Like HELP? If user click on this it should execute some Javasript. &quot;Help?&quot; text should display like link means it should change mouse cursor to Hand when mouse goes on it...
  17. yash

    How to compare Date &amp; time

    Hi, How can we compare Date Only And also Time Only with Javascript.. Regards..
  18. yash

    Font size of Text and item label ..

    Hi, Can i fix Font size of Text and item label?? And How?? Please Help Me. I already developed so many screens using Tables. But now if windows TEXT font size is change then my screen start looking wired. Help me. What should i do? Regrads..
  19. yash

    No Scroll Bar in Window

    Hi, I created on page in Front Page. It works fine when open Window is Maximum size , as you reduce the size of window it start shrinking items in windows. Can anybody help to resolve this problem. I want if window size changes is should not change size to items, but it should display scroll bar...
  20. yash

    Calling Two functions on onSubmit.

    Hi, Can we call more than one functions on onSubmit event. I want to call two differnt functions on onSubmit event. it doesn't work. If i call one function it workks fine.. Any idea.. If it is possible to call more than one functions what is syntax.. I'm calling like onSubmit= &quot;return...

Part and Inventory Search

Back
Top