Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. amasny

    oracle oci and vc7 linking problem

    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...
  2. amasny

    I can't display fields from two different sql server databases ????

    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...
  3. amasny

    accessing sql server from c code

    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
  4. amasny

    Update parameters automatically ????

    Thank'you MJRBIM for clear answer. I'm sure now that it isn't possible.
  5. amasny

    Update parameters automatically ????

    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...
  6. amasny

    HowTo dynamically set column caption

    Thank you "rchandr3". I'm just beginner.
  7. amasny

    HowTo dynamically set column caption

    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
  8. amasny

    reading from file in actual directory

    Thanks a lot to all of you. Mainly to "byam": it was what i needed :)
  9. amasny

    reading from file in actual directory

    Issue is that i cannot specify full path. I would like to specify only "subport.ini" which is in the same directory as class read it.
  10. amasny

    reading from file in actual directory

    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)...
  11. amasny

    Working hours, overHours from beetwen beginTime to endTime

    "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
  12. amasny

    Working hours, overHours from beetwen beginTime to endTime

    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...
  13. amasny

    Working hours, overHours from beetwen beginTime to endTime

    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 -...
  14. amasny

    Working hours, overHours from beetwen beginTime to endTime

    Sorry KenHamady. The Start Date and End Date are always on the same day - they must be. Regards Arek
  15. amasny

    Working hours, overHours from beetwen beginTime to endTime

    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
  16. amasny

    Working hours, overHours from beetwen beginTime to endTime

    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)...
  17. amasny

    Dynamic columns displaying like in crosstab bu without it

    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...
  18. amasny

    One team or all teams grouped depending on parameter

    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} <> &quot;all&quot; then {Table.field} = {?team_name} else true. I'm beginning crystal programmer.
  19. amasny

    One team or all teams grouped depending on parameter

    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 &quot;all&quot; item contained in may parameter list.

Part and Inventory Search

Back
Top