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....
User Profile
Collapse
-
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....Leave a comment:
-
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...Leave a comment:
-
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?...Leave a comment:
-
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? -
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....Leave a comment:
-
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 -
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?...Leave a comment:
-
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?...Leave a comment:
-
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... -
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...
No activity results to display
Show More
Leave a comment: