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 biv343 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. takume

    CR9 Viewer Problem

    I created a simple report which drag field from store procedure. Then i have a VB program to call this report and it's work fine in my development machine. After, i deploy this application and report to my client machine and call the report from application (VB) but when the CV viewer come out...
  2. takume

    Report connect to unknow database ???

    Hi synapsevampire, as you said we are creating the report and embedded the database source while we create the report and inject the store procedures. Then we just simply drag the field onto the report. From our VB program, we just simply call up the report then it return us the result. We...
  3. takume

    Report connect to unknow database ???

    Currently, we are using CR 9.0 Advanced. We encounter a problem when we are generating the report. The scenario as follows: 1. We created a report which connected to our development database (e.g database name "A" )(SQL 2000) and the report fields are injected from stored procedure created on...
  4. takume

    Crystal Report Database Field Problem

    Hi, i have a question related to Database field. The scenario is like that: 1. I created a store procedure that return me 4 fields. 2. After i give parameter to this store procedure it suppose return me 2 records Field 1 Field 2 Field 3 Field 4 e.g Record 1...
  5. takume

    CheckBox Display in Crystal Report

    Hi Mkoslof, Thanks for your reply about my problems. However, i don't know why it cannot display the checkbox and uncheck box ??? The following is my code of a formula field. I tested field1 is true by output some normal text but it cannot output Chr(254) and chr(168) ?? why ?? if {filed1} =...
  6. takume

    CheckBox Display in Crystal Report

    Thanks for your reply about my problems. However, i don't know why it cannot display the checkbox and uncheck box ??? The following is my code of a formula field. I tested field1 is true by output some normal text but it cannot output Chr(254) and chr(168) ?? why ?? if {field1} = true then...
  7. takume

    Drawing Object ???

    Hi all expert..i have some questions about the report layout and formula (may be not sure) 1. Are there any CheckBox control in Crystal Report ? I can't find it ?? 2. If not CheckBox control but i am wondering how i can present the same things ? I am thinking to use the Box object but how can...
  8. takume

    Drawing Object ???

    Hi all expert..i have some questions about the report layout and formula (may be not sure) 1. Are there any CheckBox control in Crystal Report ? I can't find it ?? 2. If not CheckBox control but i am wondering how i can present the same things ? I am thinking to use the Box object but how can...
  9. takume

    How to connect database ?

    Hi all i am writing VB6 with Crystal 9. How can i write code in VB6 that request Crystal connect to the database SQL server) to get data ?? Please help thanks ? By the way, any ebook reference guide ?

Part and Inventory Search

Back
Top