Hello,
I try to build demo oci02.c program with vc.net.
I still got the errors like this:
oci02 error LNK2019: unresolved external symbol "int __cdecl oexec(struct cda_def *)" (?oexec@@YAHPAUcda_def@@@Z) referenced in function "void __cdecl get_data(void)" (?get_data@@YAXXZ)
could someone...
Hello,
I have two MSSql server with one table in one database and one table with other database (two odbc sources). These tables has one column each, with data related to each other. My problem is that i can't display joined data on CR report. There is data displayed only from one odbc source.
I...
Hello,
I'm writing C code - win32 project in VC++.Net environment.
I would like to access sqlserver database for inserting data
to this database. I have no clue how to do this. Give me some help please. Which libraries should i include and how.
Appreciate any help Arek Masny
I have defined parameter {?project}. I've set default values for this parameter from some database table. But if there are some new items in the table i must update them again in crystal reports designer. I use Crystal Reports in some external application (Pivotal) and ideal would be that these...
I would like to ask if it is possible to set dynamically column caption. E.g. i would like to make report which will compute some things for three months choosen by user. I would like to display these months as column captions.
Thanks in advance
Hello,
Im trying to read from file placed in directory where class is placed. I use this statement:
BufferedReader in = new BufferedReader(new FileReader("subport.ini"))
I've got File not found exception: java.io.FileNotFoundException: subport.ini (system cannot find file specified)...
"Hours type" describes type of working hours by following
rules:
Hours Type Hours Span
1 : 8.30 - 17.00
2 : 17.00 - 21.00
3 : 21.00 - 8.30
Best Regards Arkadiusz Masny
Generally i understand your answer but i don't know how use it to have proper result.
I'm beginner in Crystal Reports so i'm not so clever yet in this area.
Below i've described you how my previous solution worked :
Up to this time i've had one formula @hoursType which computes type of hours...
Thank's. Your advice helped me very much.
But one think i can't achieve.
I would like to display my results this way :
hours Type Time
1 180.5
2 55
3 24
When hours type as said at the beginning :
1 - 8.30 - 17.00
2 -...
Thanks for reply Instructor.
Working hours must be inside one day from 00:01 to 23:59
so time must be less than 24 hours and lay inside one day.
There is also start and end date.
Regards Arek Masny
I have Begin Time and End Time in my database table.
I would like to group hours to type 1 (08:30-17:00),
type 2 (17:00-21:00), type 3 (21:00-8:30).
I can to this if someone enter for example :
once 08:30-17:00 (so it will be 8h30min of 1 type)
and next 17:00-20:00 (so it will be 3h of 21 type)...
My reports needs to display months in columns in which works were made (only these months). In rows i should have works made in these months. One another column should display type of hours of works made (1-type : works between 8.30 and 17.00, 2 type - wroks after 17 and so on). Crosstab is...
Very thanks Gary and Ido. This helped me.
I've added this in record selection formula but in modified form and it works :
if {?team_name} <> "all" then {Table.field} = {?team_name}
else true.
I'm beginning crystal programmer.
I made report including team column from tema table.
I would like have report which will show me data for one team
depending on ?team_name parameter if team name will be choosen or showing records for all teams if i will choose
"all" item contained in may parameter list.
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.