Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
GeneralRe: Picture-strange Pin
malharone22-Jul-05 11:21
malharone22-Jul-05 11:21 
GeneralReading from Applet WEB page Pin
amh00000121-Jul-05 11:20
amh00000121-Jul-05 11:20 
GeneralApplication architecture Pin
Zanathel21-Jul-05 9:50
Zanathel21-Jul-05 9:50 
GeneralRe: Application architecture Pin
Christian Graus21-Jul-05 13:45
protectorChristian Graus21-Jul-05 13:45 
GeneralPassword Auth Against local machine user accounts Pin
ezekiel6121-Jul-05 9:27
ezekiel6121-Jul-05 9:27 
GeneralPassword Auth Against local machine user accounts Pin
ezekiel6121-Jul-05 9:26
ezekiel6121-Jul-05 9:26 
GeneralCrystal Reports 9 Pin
Member 177347421-Jul-05 9:15
Member 177347421-Jul-05 9:15 
GeneralRe: Crystal Reports 9 Pin
AmmuRaj21-Jul-05 22:23
AmmuRaj21-Jul-05 22:23 
Use one dataset for creating the crystal report.

// connection string from app.config file

con.ConnectionString=c.g_strConnection;

// filling the dataset
adapt.Fill(dsBatch);
// creating an object of the crystalreport
crBatchSummary crObj=new crBatchSummary();

crObj.PrintOptions.PaperOrientation=PaperOrientation.Landscape;
crObj.PrintOptions.PaperSize=CrystalDecisions.Shared.PaperSize.PaperA4;

// setting the datasource of the crystal report
crObj.SetDataSource(dsBatch);

// Assigning crystal report object to the crystalreportviewer
crvBatch.ReportSource=crObj;



Ammu
GeneralRe: Crystal Reports 9 Pin
AmmuRaj24-Jul-05 21:57
AmmuRaj24-Jul-05 21:57 
Generalpanel transparent as splitter moved Pin
Sasuko21-Jul-05 9:05
Sasuko21-Jul-05 9:05 
GeneralOleDbException error Pin
theStorminMormon21-Jul-05 9:02
theStorminMormon21-Jul-05 9:02 
GeneralRe: OleDbException error Pin
squawk21-Jul-05 9:12
squawk21-Jul-05 9:12 
GeneralRe: OleDbException error Pin
theStorminMormon21-Jul-05 9:23
theStorminMormon21-Jul-05 9:23 
GeneralRe: OleDbException error Pin
squawk21-Jul-05 9:31
squawk21-Jul-05 9:31 
GeneralRe: OleDbException error Pin
theStorminMormon21-Jul-05 9:41
theStorminMormon21-Jul-05 9:41 
GeneralRe: OleDbException error Pin
Rob Graham21-Jul-05 9:42
Rob Graham21-Jul-05 9:42 
GeneralRe: OleDbException error Pin
theStorminMormon21-Jul-05 9:46
theStorminMormon21-Jul-05 9:46 
GeneralRe: OleDbException error Pin
squawk21-Jul-05 10:01
squawk21-Jul-05 10:01 
GeneralRe: OleDbException error Pin
Luis Alonso Ramos21-Jul-05 10:40
Luis Alonso Ramos21-Jul-05 10:40 
Generalrefresh form from another form Pin
webhay21-Jul-05 8:35
webhay21-Jul-05 8:35 
GeneralRe: refresh form from another form Pin
Piovra_21-Jul-05 21:32
Piovra_21-Jul-05 21:32 
GeneralDataGrid question Pin
zaboboa21-Jul-05 7:48
zaboboa21-Jul-05 7:48 
GeneralRe: DataGrid question Pin
Alomgir Miah21-Jul-05 8:02
Alomgir Miah21-Jul-05 8:02 
GeneralRe: DataGrid question Pin
squawk21-Jul-05 9:05
squawk21-Jul-05 9:05 
GeneralRe: DataGrid question Pin
Tom Wright21-Jul-05 11:04
Tom Wright21-Jul-05 11:04 

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.