User Profile

Collapse

Profile Sidebar

Collapse
reon
reon
Last Activity: Aug 12 '07, 12:29 PM
Joined: Feb 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How can i access a column and put it in select tag of html ?

    Hi
    in my table (sql server 2000) 'repeat' there is a column named 'repeat' but when i accessed it from sql server and put in select tag in html i am only getting that last one..
    In that column there are three rows one ,two and three...
    But it only gets displaying the last one that is 'three'...
    How can i tell to be shown in full.. that one ,two and three...

    Did anybody please tell me how can i overcome...
    See more | Go to post

  • reon
    started a topic error 126

    error 126

    while i complete installing mssql it is showing configuring for a long time or it is showing error 126 in mssql..
    who anybody know what to do ???
    See more | Go to post

  • reon
    started a topic How to clear Jlabel ?
    in Java

    How to clear Jlabel ?

    Hi

    in this code when i clicked login button...it shows output as login...
    But when i clicked each time its repeating .. i want to see that only ones ...
    I want to clear the previous login before i clicked...

    Code:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    
    class LabelClear
    {
    static JLabel label,clear;
    static JFrame frame;
    ...
    See more | Go to post

  • reon
    replied to Scrollbar
    in Java
    I tried something with JScrollPane , trying,but didnt completed..
    i am using swing from javax and awt from java...

    public TextArea(String text, int rows, int columns, int scrollbars)
    would you please tell me wats the use of String text.bcoz i think textarea needed int columns and rows...wats the use of string there......
    See more | Go to post

    Leave a comment:


  • reon
    started a topic Scrollbar
    in Java

    Scrollbar

    Hi friends

    How can i add a vertical and horizontal scroll bar inside a Textarea..
    While i created a textarea i cant read the topics down the screen ...
    i add a scrollbar but it seperates from textarea , i want to attach that scrollbar with my textarea how is it possible...

    Code:
    JTextArea area = new JTextArea(40,40);
    JScrollBar scr = new JScrollBar();
    i call this...
    See more | Go to post

  • reon
    replied to Array probs
    in Java
    Thanx ..
    Is that T abstract type is more easy to understand would you please complete the code for me i didnt understand that(T abstract type) ....
    if you demonstrate it with that particular code it might be able to quickly understandable. ....
    See more | Go to post

    Leave a comment:


  • reon
    replied to Array probs
    in Java
    Thanx to all of them who helped me..
    I got solution...

    But would anybody please explain me that line i commented...


    Code:
    class array
    {
    String var;
    public static void main(String args[])
    	{
    	array obj[];
    	obj = new array[1];
    	obj[0]=new array(); // i didnt understand this line...please tell me in details...
    	obj[0].var="A";
    	System.out.println(obj[0].var);
    ...
    See more | Go to post

    Leave a comment:


  • reon
    replied to Array probs
    in Java
    first of all "When you instantiate an array of type T, as in:"
    i didnt understand that .. and how can i slove my prob....

    Code:
    class array
    {
    String var;
    public static void main(String args[])
    	{
    	array obj[];
    	obj = new array[3];
    	obj[0].var="A";
    	System.out.println(obj[0].var);
    	}
    }
    ...
    See more | Go to post

    Leave a comment:


  • reon
    replied to Array probs
    in Java
    i didnt get you
    would you please make it clear,,,...
    See more | Go to post

    Leave a comment:


  • reon
    replied to Array probs
    in Java
    My dear friend
    Try to understand wat i mean , i am calling that variable named ' var ' from the array class...
    Think before you post.......
    See more | Go to post

    Leave a comment:


  • reon
    started a topic Array probs
    in Java

    Array probs

    Did anybody please explain me wat is the problem here...
    it is showing a null pointer exception...
    Code:
    class array
    {
    String var;
    public static void main(String args[])
    	{
    	array obj[];
    	obj = new array[1];
    	obj[0].var="1";
    	System.out.println(obj[0].var);
    	}
    }
    See more | Go to post

  • reon
    replied to Handling files
    in C
    search...

    Header file is fstream.h
    you want write it into file
    Code:
    ofstream object(as u like) ("FIlename.extension");
    you want to read from file
    Code:
    ifstream object(as u like) ("FIlename.extension");
    See more | Go to post

    Leave a comment:


  • reon
    replied to empty structs
    in C
    please make the question clear....

    struct is equal to class keyword in C++.

    the difference is class is holding private as default access specifier and struct is having public..
    And there is no need to mention access specifiers inside struct....defau lt is public...
    See more | Go to post

    Leave a comment:


  • reon
    started a topic How to set Time in C++ ?
    in C

    How to set Time in C++ ?

    If you know how to run time (i mean digital or analogue clock ) in C++...
    If anybody know please throw some helpful tips or tricks to start the program...
    And tell me which header file is used to run the time...
    Is that time.h .

    Thanx in advance for ur help..
    See more | Go to post

  • do while is ok...
    until c!='\r'. I didnt get thisline
    Is until a keyword in C++...
    and wat do u mean by \r......
    See more | Go to post

    Leave a comment:


  • reon
    replied to Library files
    in C
    Thanx Sicarie....
    See more | Go to post

    Leave a comment:


  • reon
    replied to Library files
    in C
    the use of that pre processor directive (sqlapi.h)
    we can fetch SQL server with c++...
    That y i am in search with that header... in c++
    See more | Go to post

    Leave a comment:


  • reon
    replied to Library files
    in C
    i mean a pre processor directive in C++
    that is SQLAPI.h is a processor directive in C++.... like iostream.h and conio.h....
    where shall i get that pre processor directive...SQL API.h
    See more | Go to post

    Leave a comment:


  • Hi savage

    You a re perfectly right...
    I didnt noticed that..when i press enter key it also shows ' * '...
    How we can omit that enter key is that by using ascii values.....


    """You are late to reply but good to thinking"""
    Keep it up......
    See more | Go to post

    Leave a comment:


  • Hi sicarie
    Your link didnt help but your note with that link help me...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...