Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
GeneralRe: Get only modified data at form exit Pin
Luc Pattyn13-Sep-10 10:31
sitebuilderLuc Pattyn13-Sep-10 10:31 
GeneralRe: Get only modified data at form exit Pin
Henry Minute13-Sep-10 12:32
Henry Minute13-Sep-10 12:32 
GeneralRe: Get only modified data at form exit Pin
Luc Pattyn13-Sep-10 13:10
sitebuilderLuc Pattyn13-Sep-10 13:10 
AnswerRe: Get only modified data at form exit Pin
Dave Kreskowiak13-Sep-10 10:21
mveDave Kreskowiak13-Sep-10 10:21 
GeneralRe: Get only modified data at form exit Pin
manchukuo13-Sep-10 10:51
manchukuo13-Sep-10 10:51 
AnswerRe: Get only modified data at form exit Pin
AspDotNetDev13-Sep-10 11:27
protectorAspDotNetDev13-Sep-10 11:27 
GeneralRe: Get only modified data at form exit Pin
manchukuo13-Sep-10 11:41
manchukuo13-Sep-10 11:41 
Questionreporting issue in c# application Pin
bapu288913-Sep-10 8:12
bapu288913-Sep-10 8:12 
hello
i working on my assignment for win form app. there are 2 tables related. and now final part is to create crystal report i have created one report showing bill details it works fine there is no issure.
now i want to display amounnt in words so i have created one class and to convert number to words and again it's working fine but i am not storing this amount in words in sql database.
so in reporting how can i convert this amount in number into words?
is there any way to call my numbertoword class into crystal report?
or is there any tool in crystal report to do this?

this is my code for loading crystal report

public partial class InvoiceBill : Form
{
    public InvoiceBill()
    {
        InitializeComponent();
    }
    public GenerateInvoice invRpt = new GenerateInvoice();

    private void InvoiceBill_Load(object sender, EventArgs e)
    {
        sqlDataAdapter1.Fill(invoiceDS1 , "BillDetail");
        crystalReportViewer1.ReportSource = invRpt;
        invRpt.SetDataSource(invoiceDS1);
    }


waiting for your kind help
AnswerRe: reporting issue in c# application Pin
bapu288913-Sep-10 20:07
bapu288913-Sep-10 20:07 
Questionhow to send file with bluetooth with secket programing Pin
behzadcp13-Sep-10 3:49
professionalbehzadcp13-Sep-10 3:49 
AnswerRe: how to send file with bluetooth with secket programing Pin
Giorgi Dalakishvili13-Sep-10 20:57
mentorGiorgi Dalakishvili13-Sep-10 20:57 
QuestionA Queston about Transformations Pin
BobInNJ13-Sep-10 3:38
BobInNJ13-Sep-10 3:38 
AnswerRe: A Queston about Transformations Pin
Luc Pattyn13-Sep-10 4:05
sitebuilderLuc Pattyn13-Sep-10 4:05 
QuestionUngroup Excel Column Pin
Mugdha_Aditya13-Sep-10 3:36
Mugdha_Aditya13-Sep-10 3:36 
AnswerRe: Ungroup Excel Column Repost Pin
Richard MacCutchan13-Sep-10 3:45
mveRichard MacCutchan13-Sep-10 3:45 
Questionmark with x Pin
Jassim Rahma13-Sep-10 3:24
Jassim Rahma13-Sep-10 3:24 
AnswerRe: mark with x Pin
Luc Pattyn13-Sep-10 7:03
sitebuilderLuc Pattyn13-Sep-10 7:03 
AnswerRe: mark with x Pin
Eddy Vluggen13-Sep-10 9:56
professionalEddy Vluggen13-Sep-10 9:56 
Questionlogs window with a lot of lines Pin
IWannaTalk13-Sep-10 1:56
IWannaTalk13-Sep-10 1:56 
AnswerRe: logs window with a lot of lines Pin
Luc Pattyn13-Sep-10 2:25
sitebuilderLuc Pattyn13-Sep-10 2:25 
GeneralRe: logs window with a lot of lines Pin
IWannaTalk13-Sep-10 3:02
IWannaTalk13-Sep-10 3:02 
GeneralRe: logs window with a lot of lines Pin
Luc Pattyn13-Sep-10 3:10
sitebuilderLuc Pattyn13-Sep-10 3:10 
GeneralRe: logs window with a lot of lines Pin
IWannaTalk13-Sep-10 21:48
IWannaTalk13-Sep-10 21:48 
GeneralRe: logs window with a lot of lines Pin
Luc Pattyn13-Sep-10 23:44
sitebuilderLuc Pattyn13-Sep-10 23:44 
QuestionCreating a p7m file. Pin
shadowzz12345613-Sep-10 1:08
shadowzz12345613-Sep-10 1:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.