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 Wanet Telecoms Ltd 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 angel0910

  1. angel0910

    Database values.. Please help me!

    hi, thanxs vbSun, DrJavaJoe, johnwm and CCLINT :) i would like to insert and retrieve the values out at the same time using the same ADO object :) is it possible?
  2. angel0910

    Database values.. Please help me!

    Hi everyone, I need some help.. I use ADODB object connecting to MS Access database.. following codes is to negotiate with database.. if i were to insert values in the table.. how can i return the primary key of the table after inserting...
  3. angel0910

    Error: Access is denied (help!!)

    all files are with ".htm" extension... i'm running locally for now... my OS is Windows 2000 server... :)
  4. angel0910

    Error: Access is denied (help!!)

    hi :) i've tried changing the filename it still gives me the "Access is denied" error... What I have done should be correct? :)
  5. angel0910

    Error: Access is denied (help!!)

    when add a javascript to an image object to open a new window, it gives me an error &quot;Access is denied&quot; <script> function openNewWin() { window.open ('language.htm','Language_Selector','scrollbars=no,status=no,width=200,height=100'); } </script> <a...
  6. angel0910

    how to display row headers for JTable? :)

    Hello everyone :) May I know how to display row headers for JTable using Sun ONE Studio 4? :) thanxs in advance
  7. angel0910

    Help! Header problem

    why didn't i think of tat? :D thanxs :) but just want to know is there a function like colspan and rowspan (HTML) in Java too?
  8. angel0910

    Help! Header problem

    I have create a JTable and place the table in JScrollPane and the table's headers appears... I would like to achieve: header = 1 column table = 7 columns how do i actually &quot;merge&quot; the columns of the header (which have 7 columns, same as the table) to 1 column only? need help badly...
  9. angel0910

    How do i compare dates that are a range? Pls Help :)

    Hi to all :D I have a problem.. Let's say i have a date to compare.. Maybe a birthdate... then i would like to remind the user of this birthdate starting frm 3 days away, then subsequently everyday( 2 days away, 1 day away and the actual day itself) how do i compare? thanxs a million :)
  10. angel0910

    Last field accessed

    hello :) are there any ways to get the field name of the last one accessed by the user? example: the user selects something from the <SELECT> list and the page refreshes... i would like to grab the name of tat field tat was last accessed by the user.. any idea? thanxs :)
  11. angel0910

    is there anyway check the data type of a variable?

    wow! thanxs for ur help lpatnaik and snowboardr :) u guys are greatz :)
  12. angel0910

    is there anyway check the data type of a variable?

    Hi, Is there anyway check the data type of a certain variable? whether it is int, string or others? thanxs a million :)
  13. angel0910

    convert int to string

    hello everyone :) how to convert int to string? thanxs :)
  14. angel0910

    Sorting an array in a particular field.. Help please!!

    sorriez i mean first one Tennis, Running, Soccer, Swimming second one Tennis, Running, Swimming third one Tennis, Swimming ??
  15. angel0910

    Sorting an array in a particular field.. Help please!!

    Hello everyonez :) I am facing this problem... I have a table whereby i would display the particulars of a person.. EG: Name Address Hobbies Hello Japan Tennis, Swimming for the particular field hobbies there is a list/array of values.. how can i sort the values by 1. the first...

Part and Inventory Search

Back
Top