Re: Image in Crystal Reports
1. Which version of cr you had?
2. About your Environment: Local / Remote?
Quote:
Originally posted by hemak
Hi,
I have image path in my access database with each record.Is there a way through which I can display all these images(by referring to their path from the database) on the crystal reports along with other fields?
Thanks & Regards,
Hema
Add a new field durring run-time.
Is there a way that I could add a field in SQL / Crystal durring run-time?
For Example:
SELECT EmpID, EmpName, EmpLoc, "NW" as EmpDirection From.....
John-
Re: Add a new field durring run-time.
Add Formula Fields in cr design mode, change the value for each record value (like eg. "NW") using with (if then ... else ...) commands.
Quote:
Originally posted by vbjohn
Is there a way that I could add a field in SQL / Crystal durring run-time?
For Example:
SELECT EmpID, EmpName, EmpLoc, "NW" as EmpDirection From.....
John-
Re: Image in Crystal Reports
You can store pictures in access database itself, data field type called ole object. insert the field in cr design mode directly.
Quote:
Originally posted by hemak
Hi,
I have image path in my access database with each record.Is there a way through which I can display all these images(by referring to their path from the database) on the crystal reports along with other fields?
Thanks & Regards,
Hema
I WANT TO RECORD COLUMNWISE
HELLO SIR ,
i want to print address in two columns
how to do that in crystal report
waiting for u r reply
like
Atul Tak mahen Raja
Subhash Road Komal Colony
Mantri Galli plot no 25
Beed Rohtak
like this
hot acheive it
Re: I WANT TO RECORD COLUMNWISE
Create new crystal report, select the report type custom mail label.
Quote:
Originally posted by atul_tak
HELLO SIR ,
i want to print address in two columns
how to do that in crystal report
waiting for u r reply
like
Atul Tak mahen Raja
Subhash Road Komal Colony
Mantri Galli plot no 25
Beed Rohtak
like this
hot acheive it
changing the print document name
Hi,
to use a crystal reports print with a special fax printer driver, i have to assign different names to the print jobs, as they appear later in the printer queue. Crystal reports always names the print job like this: "Seagate Crystal Reports - reportname.rpt". Is there a way to change this. Im using the crpe32m.lib and vc++.
Thanks,
Winni
CR7 Paginated Text Export oprion at W2k
Dear K. Babu
I'm using CR7 with vb6. I export the reports at win95,98 and me, I did not found any problem. Currently trying to use at W2k and xp, found the text fields are truncated.
I'v tried to enlarge the text field size, it resolve but the paper size (fanfold 3) available is not sufficient to fit the report
I hope you can guide me on this issue.
Thank You.:cool:
Crystal Report and Record number !!!
Hello,
I've designed my report by Crystal Report 8.5
And right now i'm using Crystal Report ActiveX in my project.
I'm looking for a way to show the report of a special record number, directly.
For example, i wanna show the report of Record number 4.
NEED FOR SPEED ;)
Is there any way ?
Regards,
Re: CR7 Paginated Text Export oprion at W2k
Change the font, and then try again.
Quote:
Originally posted by parri
Dear K. Babu
I'm using CR7 with vb6. I export the reports at win95,98 and me, I did not found any problem. Currently trying to use at W2k and xp, found the text fields are truncated.
I'v tried to enlarge the text field size, it resolve but the paper size (fanfold 3) available is not sufficient to fit the report
I hope you can guide me on this issue.
Thank You.:cool:
Re: Crystal Report and Record number !!!
Hi,
At menu bar click insert menu, select the "Insert Record Field" to view the record numbers.
if you want to customize the record number put the "Insert Record Field" in formula field, use (if <condition> then ... else ...) conditions, refer other command used for formula fields like this.
Quote:
Originally posted by Hadi Rezaie
Hello,
I've designed my report by Crystal Report 8.5
And right now i'm using Crystal Report ActiveX in my project.
I'm looking for a way to show the report of a special record number, directly.
For example, i wanna show the report of Record number 4.
NEED FOR SPEED ;)
Is there any way ?
Regards,
Help in sorting out the mess
Hey,
Right now I am using different csv files and feed them to the crystal report tempelates that i have made,one for each csv file.
print each of the tempelates to pdf.
then combine the reports to get me the final report .
all this is done manually
I want to automate this so that I dont have to print each of the reports to pdf.
do that for all the csv file reports
then combine them to get a final report.
as all this takes a lot of time.
Basically what i want to do is if possible read from all the csv files in one tempelate and make my tempelate such that the generic info like the information about the test etc whose data is there in the csv files is included as well.
If you can help it would be great.
I can use VC++ for this.
Take Care
How to access ms access password protected database
How to access password protected database
Thanx for ur answer but it did't solve the prob i am using crystal report 8.0 and ther is no property or method of logoninfo
crReport.LogonInfo(0) i counld not found this property in crystal report 8.0 but there is a method crReport.database.tables(0).setLogonInfo "Servername,uid,pass") but i am using database file driver not oledb or dsn i am using direct database file.
Please help me to solve this prob
thanx in advance
Nazim
Accessing database Field by it's name?
Hello!
I've got a situation here, where I would like to access to a database field by providing it's name. For example, I've got a table containing the 'ItemCode' and quantity columns/fields named after it's branchcode, e.g. '0000'. So the table might looks like this
--------------------------------------------------------
ItemCode 0000 1123 2251 ..........
--------------------------------------------------------
01-12345 5 2 12 ...........
01-32321 1 9 11
Additionally, I have a parameter field called 'CounterCode'. The report should then display all the item codes together with the quantity of the counter code entered by user.
Is it possible to do so? If yes, then how?
Thank you.
Limix
change SQL Server in VB runtime
Hi K.Babu,
I have used CR 9 to create report that uses SQL Server data.
Now I want in VB to change so that I get report for some other database server.
Server: thienloc
Database: payroll
User: sa
Password:
I am beginner for learning report.
Could you give me Connectivity Technology? Detail as possible.
Please give me detail for use LogonInfo?
What pdsoledb.dll? pdssql.dll?
Thnx in advance.
Search in Crystal report 9
Hi, I am currently using CR9 and I hit some problems, just wondering is there anyone out there can help to answer these query?
I created a parameter wif the param name ='myName'
I use the search expert to attempt a search on the following sql
'select * from biodata where name like '%myName%'
I find that I couldn't find any related condition from the drop down condition ...can anybody help to advise on this??
Thanks
Adeline
Shared variable returns 0
Hi,
I'm using Crystal Report 8.5 and i want to shared some variable from sub report to use them in another sub report or main report. The shared variable in my first sub report return correctly but when my other sub report with shared variable is called in the shared variable from the first sub report now return 0. The report is correct when i look to it in Crystal Report. This problem only happen when i preview the report with my application in Visual C++. How can i fix that ?? Please help me !