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 strongm 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: *

  • Users: ALAMM
  • Order by date
  1. ALAMM

    Info Desktop - Unusual Behavior

    Never had it in Info Server but there is this problem happening in Crystal Enterprise 10 if you are in a clustered environment. If you look at the Patch ID: 37042716 in latest SP5 for CE10, you can see description of this issue. I guess the symptoms might be same for this behaviour in Info...
  2. ALAMM

    Selecting all values in a Parameter field

    Give it this way.It is always recommended not to use any IF clauses in select expert. ({Table.Field1} = {?Parm1} OR {?Parm1} = "ALL") AND ({Table.Field2} = {?Parm2} OR {?Parm2} = "ALL") AND ({Table.Field3} = {?Parm3} OR {?Parm1} = "ALL") Add "ALL" in...
  3. ALAMM

    A HARD ONE, PEASE HELP

    Try inserting a formula in Text Field: That is First insert the text APEX in the text field.Hit enter and then on second line insert the formula @address: Also explain what do you want to say by this line: On the first line there could be the words "FRONT OF" "OPPOSITE&quot...
  4. ALAMM

    How to create a report with one Master and two Details ?

    From the main report choose EDIT --> Sub Report Links and i t should be self expainatary from there. http://www.jannah.com/forum/ The day He summons you, you will respond by praising Him, and you will then realize that you had lasted in this life but a short while.
  5. ALAMM

    pass parameter to subreport

    What knd of database you have ? Oracle or SQL server or any other...cos working with procedures is lil different in Oracle when compared to MS-SQL Server.But in any case go to knowledge base on Crystal Decisions site and search using keyword: The knowledge base page is...
  6. ALAMM

    Data loss

    Try to set the Database Location at first.Database--> Set Location and then browse to the location where you have ur ".mdb" file and then hit SET. Now, refresh the report.That should help you. That is the only thing which should be affecting your report since you saved last unless...
  7. ALAMM

    Conditional suppression of report headers

    It is really very helpful and helped me a lot. Thank You ! http://www.jannah.com/forum/ The day He summons you, you will respond by praising Him, and you will then realize that you had lasted in this life but a short while.
  8. ALAMM

    Mem Usage

    You might be having the option " SAVE DATA WITH REPORT" checked in.You would like to UNCHECK it and SAVE the reports. To disable it FILE-->OPTIONS-->REPORTING TAB-->SAVE DATA WITH REPORT I dont know if that might help you but that might be better thing to do anyway.
  9. ALAMM

    page break

    Make a GROUP on the Field in which u have '113' '114' in ur stated example.It insert a Group footer along with it which comes below ur Detail section (if you have only 1 group in ur report.) Now ur report is as u described Current YTD 113 xxxx 001 xxxx 122 total...
  10. ALAMM

    pass parameter to subreport

    First thing you need to understand is that Crystal Reports is Two-Pass reporting Process. The Sub report Query is passed to Database during SECOND PASS and hence it is always advised to go for Sub-Report if you had already tried all options at hand.Using Stored Procedure is best way to design...
  11. ALAMM

    How to call a .RPT report from a form

    If i were you i would probably start by going through VB samples which crystal reports comes with.The typical location of those sampes will be: C:\Program Files\Seagate Software\Crystal Reports\Samples\En\Code\Visual Basic
  12. ALAMM

    Different results for same report when it is run

    I had run with this issue about an year ago. The things i will recommend you are: 1) Make sure the ODBC datasource you have on ur machine points to SAME database as the other machine ( In case you have Development and Production Databases) 2) Check the Version of ODBC datasource you have on...
  13. ALAMM

    change database

    The best way might be to write STORED procedure and then report on that Procedure.
  14. ALAMM

    Visual Linking Expert

    That warning message is also displayed when you LINK two fields with different datatype.Eg Table1.Field1( Numeric 4 ) and Table2.Field2 ( Numeric 8 ). In the baove case also u get that warning but if your sure that those fields will have same data then report works fine. That is just a warnig...
  15. ALAMM

    GROUPING GROUPS

    There is other option too.Place the below Data in GROUP HEAER 2 and suppress the GROUP 1. GROUP1 and GROUP2 Record1 Record2 Record3 Record4 Then place this info in GROUP Header 3 GROUP3 Record5 Record6 NOTE: With the above option make sure to have "New Page...

Part and Inventory Search

Back
Top