User Profile

Collapse

Profile Sidebar

Collapse
jpr
jpr
Last Activity: Apr 22 '08, 05:03 AM
Joined: Feb 4 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jpr
    replied to Not finding Report Designer Menu
    I have added Data Report by Right Clicking in Project Explorer in my project.
    But when I try to change the Data source, it give error:"Invalid Data source" at run time even though file exist at specified location....
    See more | Go to post

    Leave a comment:


  • jpr
    replied to Take print out in VB
    I m using VB 6.0,How can I use Data Report. Only thing I have done with Data Report is adding Data Report.
    When I change Data Source, it give error "Invalid Data source" at run time even though the file exist there....
    See more | Go to post

    Leave a comment:


  • jpr
    replied to Take print out in VB
    I want to print that in tabular format some thing like:
    Sr. No. Bill Number client Name Fees
    1 ABC/08/001 XYZ 1000
    2 ABC/08/002 PQR 500
    3 ABC/08/003 IJK 1000...
    See more | Go to post

    Leave a comment:


  • jpr
    replied to Not finding Report Designer Menu
    Thank you for your support but May be I am not able to clear my problem.

    Actually I want to display something in Report like heading, some data from MS-Access file. Is it possible through “DataReport”? If yes, then how?...
    See more | Go to post

    Leave a comment:


  • jpr
    started a topic Take print out in VB

    Take print out in VB

    I am new to VB. I will be thankful if some one can help me out.

    I have a file in MS-Access containing some data in 4 tables. Can I print that data in particular format through .exe file of VB? If yes, then How?
    See more | Go to post

  • jpr
    replied to Not finding Report Designer Menu
    Thank you for your reply but In the Designer tab in Project -----> components menu I found Following:
    Addin Class
    Data Environment
    Data Report
    DHTML Report
    DTC Designer
    Microsoft Forms 2.0 Form
    Microsoft USerConnection
    WebClass

    There is nothing like Report designer
    Does VB provide any Report other than Data Report....
    See more | Go to post

    Leave a comment:


  • jpr
    started a topic Not finding Report Designer Menu

    Not finding Report Designer Menu

    I m new to VB. I am facing a problem.
    When I start VB 6.0 , I never find sub menu Report Designer under the menu Add-Ins.
    Can any one please what is the problem with my VB
    See more | Go to post

  • jpr
    replied to provide objectname as command line argument
    in Java
    Right, I want to define value of args[0] i.e. billgates(in case of your example) as object of class Employee.

    so plz tell me is it possible?...
    See more | Go to post

    Leave a comment:


  • jpr
    replied to provide objectname as command line argument
    in Java
    If I a not wrong above code is creating emp as an object of class Employee but I want to create args[0] as an object of class Employee.
    Is it possible?...
    See more | Go to post

    Leave a comment:


  • jpr
    started a topic provide objectname as command line argument
    in Java

    provide objectname as command line argument

    I am new programmer of java. I believe someone can help me out with following problem
    [CODE=cpp]class Employee
    {
    string name1;
    Employee()
    {
    Name="Amitabh";
    }
    Employee(String s)
    {
    Name=s;
    }
    public static void main(String[] args)
    {
    ???
    }
    }[/CODE]

    if I am running the above application as:
    java...
    See more | Go to post
    Last edited by Ganon11; Feb 5 '08, 03:25 AM. Reason: Please use the [CODE] tags provided.

  • jpr
    started a topic How to use class of another java file
    in Java

    How to use class of another java file

    I have 2 classes saved as 2 different java files.(eg- class ABC.java & PQR.java)

    ->ABC.java

    [CODE=Java]classABC extends JTextField
    {
    ABC(int i)
    {
    super(i);
    ...
    }
    public ABC()
    {
    ...
    }
    }[/CODE]

    ->PQR.java

    [CODE=Java]classPQR
    {
    ABC a1;
    ABC...
    See more | Go to post
    Last edited by BigDaddyLH; Feb 4 '08, 06:19 PM. Reason: added code tags
No activity results to display
Show More
Working...