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

C#

 
QuestionFill combo box from excel Pin
shantanusenin24-Mar-09 22:48
shantanusenin24-Mar-09 22:48 
QuestionDataGridView Save changes cell only after leaving the row ? Pin
unitecsoft24-Mar-09 22:30
unitecsoft24-Mar-09 22:30 
AnswerRe: DataGridView Save changes cell only after leaving the row ? Pin
Eddy Vluggen24-Mar-09 22:54
professionalEddy Vluggen24-Mar-09 22:54 
GeneralRe: DataGridView Save changes cell only after leaving the row ? Pin
unitecsoft24-Mar-09 22:59
unitecsoft24-Mar-09 22:59 
GeneralRe: DataGridView Save changes cell only after leaving the row ? Pin
Eddy Vluggen24-Mar-09 23:34
professionalEddy Vluggen24-Mar-09 23:34 
GeneralRe: DataGridView Save changes cell only after leaving the row ? Pin
unitecsoft25-Mar-09 0:52
unitecsoft25-Mar-09 0:52 
GeneralRe: DataGridView Save changes cell only after leaving the row ? Pin
Eddy Vluggen25-Mar-09 5:32
professionalEddy Vluggen25-Mar-09 5:32 
QuestionPaths in Crystal... Pin
Stephen Lintott24-Mar-09 21:29
Stephen Lintott24-Mar-09 21:29 
Hi all...
I've got a problem with a crystal report app (Delphi) and I need Help. I got the following code to work on two machines but it keeps failing on the client server. Can someone tell me why. PS The client server works with a XBase driver the two Machines I got it to work on runs a foxpro driver. That is the only thing I can pick up thats different...
dtmVision.crGeneric.Tables.ItemIndex :=0;
dtmVision.crGeneric.Tables.Item.Name :='System.dbf';
dtmVision.crGeneric.Tables.ItemIndex :=0;
dtmVision.crGeneric.Tables.Item.Path :=sDBPathForVision;
dtmVision.crGeneric.Tables.ItemIndex:=1;
dtmVision.crGeneric.Tables.Item.Name:='Customer.dbf';
dtmVision.crGeneric.Tables.ItemIndex :=1;
dtmVision.crGeneric.Tables.Item.Path :=sDBPathForVision;
dtmVision.crGeneric.Tables.ItemIndex := 2;
dtmVision.crGeneric.Tables.Item.Name :=sFnTempTRans;
dtmVision.crGeneric.Tables.ItemIndex :=2;
dtmVision.crGeneric.Tables.Item.Path :=ExtractFilePath(sFnTempTRans);

crGeneric is of type TCrpe

Stephen Lintott Bsc IT (RAU)

AnswerRe: Paths in Crystal... Pin
Stephen Lintott24-Mar-09 22:41
Stephen Lintott24-Mar-09 22:41 
Questionplz help Pin
grkrishna24-Mar-09 21:14
grkrishna24-Mar-09 21:14 
AnswerRe: plz help Pin
SeMartens24-Mar-09 21:17
SeMartens24-Mar-09 21:17 
GeneralRe: plz help Pin
grkrishna24-Mar-09 22:20
grkrishna24-Mar-09 22:20 
GeneralRe: plz help Pin
Pete O'Hanlon24-Mar-09 22:36
mvePete O'Hanlon24-Mar-09 22:36 
QuestionHow to save image in a folder? and how to show image in a picturebox with windows project by C# language Pin
Rahad Rahman24-Mar-09 20:34
professionalRahad Rahman24-Mar-09 20:34 
AnswerRe: How to save image in a folder? and how to show image in a picturebox with windows project by C# language PinPopular
Christian Graus24-Mar-09 20:43
protectorChristian Graus24-Mar-09 20:43 
GeneralRe: How to save image in a folder? and how to show image in a picturebox with windows project by C# language Pin
Luc Pattyn25-Mar-09 3:14
sitebuilderLuc Pattyn25-Mar-09 3:14 
AnswerRe: How to save image in a folder? and how to show image in a picturebox with windows project by C# language Pin
Xmen Real 24-Mar-09 20:53
professional Xmen Real 24-Mar-09 20:53 
AnswerRe: How to save image in a folder? and how to show image in a picturebox with windows project by C# language Pin
0x3c024-Mar-09 21:05
0x3c024-Mar-09 21:05 
AnswerRe: How to save image in a folder? and how to show image in a picturebox with windows project by C# language Pin
Tom Deketelaere24-Mar-09 23:22
professionalTom Deketelaere24-Mar-09 23:22 
AnswerRe: How to save image in a folder? and how to show image in a picturebox with windows project by C# language Pin
Thomas Krojer25-Mar-09 2:45
Thomas Krojer25-Mar-09 2:45 
QuestionHow to attach a file(attachment) in a datagrid cell? Pin
hhill24-Mar-09 20:27
hhill24-Mar-09 20:27 
AnswerRe: How to attach a file(attachment) in a datagrid cell? Pin
King Julien24-Mar-09 21:37
King Julien24-Mar-09 21:37 
QuestionListView in C# Pin
mrithula824-Mar-09 20:00
mrithula824-Mar-09 20:00 
AnswerRe: ListView in C# Pin
Christian Graus24-Mar-09 20:25
protectorChristian Graus24-Mar-09 20:25 
GeneralRe: ListView in C# Pin
mrithula824-Mar-09 20:56
mrithula824-Mar-09 20:56 

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.