Click here to Skip to main content
15,903,175 members
Home / Discussions / C#
   

C#

 
QuestionAsync callback usage in TCP server application Pin
Metal765-Nov-08 21:58
Metal765-Nov-08 21:58 
AnswerRe: Async callback usage in TCP server application Pin
Nicholas Butler6-Nov-08 0:18
sitebuilderNicholas Butler6-Nov-08 0:18 
GeneralRe: Async callback usage in TCP server application Pin
Metal766-Nov-08 0:56
Metal766-Nov-08 0:56 
GeneralRe: Async callback usage in TCP server application Pin
Nicholas Butler6-Nov-08 1:41
sitebuilderNicholas Butler6-Nov-08 1:41 
GeneralRe: Async callback usage in TCP server application Pin
Metal766-Nov-08 2:14
Metal766-Nov-08 2:14 
Questioncrystal report with dynamic columns? Pin
kieu duc khuong5-Nov-08 21:21
kieu duc khuong5-Nov-08 21:21 
AnswerRe: crystal report with dynamic columns? Pin
Programm3r6-Nov-08 1:22
Programm3r6-Nov-08 1:22 
AnswerRe: crystal report with dynamic columns? Pin
nelsonpaixao6-Nov-08 13:27
nelsonpaixao6-Nov-08 13:27 
I assume that you can load your database data in a datagridview but not in crystal reports!!!
Ok, you will have to create a scheme dataset in design time that is the exact match to the scheme of the data you are loading from the database.
As you noticed the datagridview load everthing regardeless the data scheme! but crystal reports is diferent!!!

scheme from dataset created in design time
id(int), f_name(string), l_name(string), birth(datetime), job(string)

scheme from sql database store procedure
select id(int), f_name(string), l_name(string), birth(datetime), job(string) from ...

Got it?! it´s really simply D'Oh! | :doh:

nelsonpaixao@yahoo.com.br

trying to help & get help

GeneralRe: crystal report with dynamic columns? Pin
kieu duc khuong6-Nov-08 14:23
kieu duc khuong6-Nov-08 14:23 
GeneralRe: crystal report with dynamic columns? Pin
nelsonpaixao7-Nov-08 14:06
nelsonpaixao7-Nov-08 14:06 
QuestionContextSwitchDeadlock Pin
dec825-Nov-08 21:03
dec825-Nov-08 21:03 
AnswerRe: ContextSwitchDeadlock Pin
Nicholas Butler5-Nov-08 23:41
sitebuilderNicholas Butler5-Nov-08 23:41 
AnswerRe: ContextSwitchDeadlock Pin
DaveyM695-Nov-08 23:43
professionalDaveyM695-Nov-08 23:43 
QuestionFunction keys Pin
sram155-Nov-08 20:40
sram155-Nov-08 20:40 
AnswerRe: Function keys Pin
leppie5-Nov-08 22:38
leppie5-Nov-08 22:38 
AnswerCP IGNORE: Cross post three forums Pin
leckey6-Nov-08 10:06
leckey6-Nov-08 10:06 
QuestionProblem running a .bat file from a C# forms application Pin
Member 41835605-Nov-08 20:08
Member 41835605-Nov-08 20:08 
AnswerRe: Problem running a .bat file from a C# forms application Pin
Franck Paquier5-Nov-08 20:54
Franck Paquier5-Nov-08 20:54 
GeneralI agree it looks like a working dir problem - specify the error that you get Pin
Natza Mitzi5-Nov-08 22:39
Natza Mitzi5-Nov-08 22:39 
GeneralRe: Problem running a .bat file from a C# forms application Pin
#realJSOP5-Nov-08 23:31
professional#realJSOP5-Nov-08 23:31 
QuestionCrystal report Pin
Maddie from Dartford5-Nov-08 19:27
Maddie from Dartford5-Nov-08 19:27 
Questionhow to create sequence no in richtextbox control in window application Pin
raj2313625-Nov-08 19:22
raj2313625-Nov-08 19:22 
Questiondotnet Pin
UjwalGwoda5-Nov-08 19:03
UjwalGwoda5-Nov-08 19:03 
AnswerRe: dotnet PinPopular
Ashfield5-Nov-08 21:19
Ashfield5-Nov-08 21:19 
QuestionCreating radiobutton dynamically Pin
B875-Nov-08 18:09
B875-Nov-08 18:09 

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.