I am using Crystal report 8.5
I have an access 2000 database with Employee table with the structure
EmployeeID Text 15
EmpPicture Text 255
I store the path of the picture in the EmpPicture field in the employee table
I want the picture to show in a report
Pls how can i achieve this
I am using Crystal report 8.5
I have an access 2000 database with Employee table with the structure
EmployeeID Text 15
EmpPicture Text 255
I store the path of the picture in the EmpPicture field in the employee table
I want the picture to show in a report
Pls how can i achieve this
...= New OleDbCommand
Dim dRow As DataRow
Dim GroupItem As String
Dim mParent As Integer
strSQL = "Select * From Task Where HasSubGrp=0 and parent = " & mKey & " ORDER BY ID"
Try
With oCmd
.CommandText = strSQL...
Thanx using the tag to track the treeview item worked
pls what of tracking the listview items? since teh listview items does not having anything like index or key to know the particulat item selected.
I have also tried the Tag ppty with the listview but did not work
any code will be appreciated
I have a Control file(in Access DB) from which i load treeview items (in vb6) using a Table Field called ID as the key for the treeview item.
This treeview is in tandem with a listview control(vb6) which lists subitems corresponding to the treeview Key.
I have done this fine in vb6
but with...
in response to the basic questions
1. yes there are colors on the report, iam using a colored graphic as the background for the certificate
2. Yes, im printing on a color printer
Printing the report within the crystal report does not give the report in color
i solicit you help
i have an award certificate report in human resource software, but on printing from vb6 program the report is not coming out in color
i am using Crystal report control with the report design with crystal report writer 8.5
any solution or help?
yours
tunde aransiola
i have an award certificate report in human resource software, but on printing from vb6 program the report is not coming out in color
i am using Crystal report control with the report design with crystal report writer 8.5
any solution or help?
yours
tunde aransiola
i have experienced the same error in one of my application using Access Database. The problem likely is from Connection not being properly closed before opening another instance.
Also check if you call a dll functions all the time. Make sure you close the function call before calling another...
Thank you for your suggestion. I appreciate. I have not thought of something like that. I will try the method of Copying a default database to the newly-created-company.
Actually i was thinking of something like a progress bar to indicate the Creation(of tables,fields,indexes) process
I need help! and very urgent help. Any one to help me with a vb code to create Field properties like
1. A field with AutoIncrement property
2. A field as a primary key field
3. A field as a foreign key
4. Field with default value
I am using Vb6 with Access 2000/2002
i want to create a...
I have several text files(each file contains data about an employee) in a folder
How can i programatically
1. Read thru all the text files in the folder
2. extract the data in each text file?
I can read the text file data delineated by a pipe, but the problem is how to read each text file in a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.