Click here to Skip to main content
15,888,816 members
Home / Discussions / C#
   

C#

 
AnswerRe: Advanced customization in The Windows DataGridView Control Pin
mikanu31-Oct-05 5:16
mikanu31-Oct-05 5:16 
QuestionCrystal reports setup problem Pin
x-trate30-Oct-05 22:29
x-trate30-Oct-05 22:29 
QuestionAXWebBrowser Pin
PrakashBhaskar30-Oct-05 22:12
PrakashBhaskar30-Oct-05 22:12 
Questiondataset comparison Pin
dorwin30-Oct-05 21:31
dorwin30-Oct-05 21:31 
QuestionHelp me with web service! Pin
Duong Tien Nam30-Oct-05 16:56
Duong Tien Nam30-Oct-05 16:56 
AnswerRe: Help me with web service! Pin
codet30-Oct-05 17:32
codet30-Oct-05 17:32 
GeneralRe: Help me with web service! Pin
Duong Tien Nam30-Oct-05 19:11
Duong Tien Nam30-Oct-05 19:11 
Questionmasking for C1 TrueDBgrid column Pin
deep730-Oct-05 16:55
deep730-Oct-05 16:55 
hi,
i'm using Component One TrueDBGrid in my form.
one of the columns is the "Amount" field. ItShould allow users to enter only integers or float type. But if he attempts to enter characters, error provider should be shown..this will be done in RowColChange event of the grid...so he shuld not be able to enter any characters or special characters..
Please tell me how i'll do this...i tried using the EditMask property of the grid i.e.
tdbgridOnewayReturn.Splits[0].DisplayColumn[3].DataColumn.EditMask = "0000000.00";
but this doesn't take decimal..if i enter 0000332.99, then it saves as 3329900..which is not correct.
But if i use NumberFormat property of the grid :
tdbgridOnewayReturn.Splits[0].DisplayColumns[3].DataColumn.NumberFormat = "Fixed";

then,the user can also enter characters..which is not correct..
please do tell me how i'll resolve this problem....
thanx ..

QuestionMaking a Preferences Dialog like Visual Studios 'Options' Dialog? Pin
signbit30-Oct-05 15:28
signbit30-Oct-05 15:28 
AnswerRe: Making a Preferences Dialog like Visual Studios 'Options' Dialog? Pin
Christian Graus30-Oct-05 15:56
protectorChristian Graus30-Oct-05 15:56 
General[Message Deleted] Pin
signbit30-Oct-05 16:06
signbit30-Oct-05 16:06 
GeneralRe: Making a Preferences Dialog like Visual Studios 'Options' Dialog? Pin
Christian Graus30-Oct-05 16:08
protectorChristian Graus30-Oct-05 16:08 
GeneralRe: Making a Preferences Dialog like Visual Studios 'Options' Dialog? Pin
signbit30-Oct-05 16:09
signbit30-Oct-05 16:09 
GeneralRe: Making a Preferences Dialog like Visual Studios 'Options' Dialog? Pin
Christian Graus30-Oct-05 16:11
protectorChristian Graus30-Oct-05 16:11 
GeneralRe: Making a Preferences Dialog like Visual Studios 'Options' Dialog? Pin
signbit30-Oct-05 16:13
signbit30-Oct-05 16:13 
QuestionSave as ico Pin
jgallen2330-Oct-05 14:22
jgallen2330-Oct-05 14:22 
AnswerRe: Save as ico Pin
leppie30-Oct-05 23:15
leppie30-Oct-05 23:15 
Questionproblem using a function for several tablenames Pin
da vinci coder30-Oct-05 13:45
da vinci coder30-Oct-05 13:45 
AnswerRe: problem using a function for several tablenames Pin
Rob Graham30-Oct-05 14:55
Rob Graham30-Oct-05 14:55 
GeneralRe: problem using a function for several tablenames Pin
da vinci coder30-Oct-05 15:47
da vinci coder30-Oct-05 15:47 
GeneralRe: problem using a function for several tablenames Pin
Rob Graham30-Oct-05 16:38
Rob Graham30-Oct-05 16:38 
GeneralRe: problem using a function for several tablenames Pin
da vinci coder30-Oct-05 16:48
da vinci coder30-Oct-05 16:48 
GeneralRe: problem using a function for several tablenames Pin
Rob Graham30-Oct-05 17:03
Rob Graham30-Oct-05 17:03 
GeneralRe: problem using a function for several tablenames Pin
da vinci coder30-Oct-05 17:10
da vinci coder30-Oct-05 17:10 
GeneralRe: problem using a function for several tablenames Pin
Rob Graham30-Oct-05 17:19
Rob Graham30-Oct-05 17:19 

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.