Click here to Skip to main content
15,915,509 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: ole object Pin
Eduard Keilholz16-Jul-07 1:10
Eduard Keilholz16-Jul-07 1:10 
AnswerRe: ole object Pin
Kschuler16-Jul-07 9:16
Kschuler16-Jul-07 9:16 
QuestionEdit functionalities in Combobox Pin
atulagarwal5615-Jul-07 19:34
atulagarwal5615-Jul-07 19:34 
AnswerRe: Edit functionalities in Combobox Pin
Manas Bhardwaj16-Jul-07 0:25
professionalManas Bhardwaj16-Jul-07 0:25 
GeneralRe: Edit functionalities in Combobox Pin
atulagarwal5617-Jul-07 8:24
atulagarwal5617-Jul-07 8:24 
AnswerRe: Edit functionalities in Combobox Pin
Mike Dimmick16-Jul-07 6:11
Mike Dimmick16-Jul-07 6:11 
GeneralMaster Detail Pin
Brady Kelly13-Jul-07 5:09
Brady Kelly13-Jul-07 5:09 
QuestionDatagridview Pin
phantanagu12-Jul-07 23:39
phantanagu12-Jul-07 23:39 
Hello eveybody!
I have a small question need your help.
My datagridview is bound with a dataset contains tblProduct table. A combox allows users choose a Product(B3700, NAPPLE 3'1, NAPPLE 3'2,...)
If I filter like this tblProductBingdingSource.Filter = "Product = 'B3700'" . It works well
If I repeat tblProductBingdingSource.Filter = "Product = 'NAPPLE 3'2'" , it fails to work because of existence of the quote mark.
If I replace string "Product = 'NAPPLE 3'2'" with string "Product like 'NAPPLE 3%'", my grid will have this list of unexpected products such as NAPPLE 3'1, NAPPEL 3'2, NAPPLE 3'3,so on.
When the users choose a value from combobox such as NAPPLE 3'2, I only have an only product, NAPPLE 3'2. Please help me correct the filtering string.
I know the filtering string "Product like 'NAPPLE 3%2'" but the string is not general for all.
Thanks in advance
Sorry about my English.


It seem to be a solution or an answer.

AnswerRe: Datagridview Pin
SHatchard13-Jul-07 1:21
SHatchard13-Jul-07 1:21 
Questionhow i can make that cursor will not show at all in read only text box? Pin
tomertro11-Jul-07 20:00
tomertro11-Jul-07 20:00 
AnswerRe: how i can make that cursor will not show at all in read only text box? Pin
Alpesh Donga11-Jul-07 20:13
Alpesh Donga11-Jul-07 20:13 
GeneralRe: how i can make that cursor will not show at all in read only text box? Pin
RepliCrux11-Jul-07 20:30
RepliCrux11-Jul-07 20:30 
GeneralRe: how i can make that cursor will not show at all in read only text box? Pin
Colin Angus Mackay11-Jul-07 23:20
Colin Angus Mackay11-Jul-07 23:20 
QuestionRe: how i can make that cursor will not show at all in read only text box? Pin
tomertro11-Jul-07 20:55
tomertro11-Jul-07 20:55 
AnswerRe: how i can make that cursor will not show at all in read only text box? Pin
Colin Angus Mackay11-Jul-07 23:20
Colin Angus Mackay11-Jul-07 23:20 
GeneralRe: how i can make that cursor will not show at all in read only text box? Pin
tomertro12-Jul-07 1:12
tomertro12-Jul-07 1:12 
AnswerRe: how i can make that cursor will not show at all in read only text box? Pin
Giorgi Dalakishvili11-Jul-07 23:36
mentorGiorgi Dalakishvili11-Jul-07 23:36 
GeneralRe: how i can make that cursor will not show at all in read only text box? Pin
tomertro12-Jul-07 1:07
tomertro12-Jul-07 1:07 
GeneralRe: how i can make that cursor will not show at all in read only text box? Pin
Giorgi Dalakishvili12-Jul-07 1:10
mentorGiorgi Dalakishvili12-Jul-07 1:10 
AnswerRe: how i can make that cursor will not show at all in read only text box? Pin
Luc Pattyn12-Jul-07 0:23
sitebuilderLuc Pattyn12-Jul-07 0:23 
GeneralRe: how i can make that cursor will not show at all in read only text box? Pin
tomertro12-Jul-07 1:11
tomertro12-Jul-07 1:11 
QuestionValue of '0' is not valid for 'emSize'. 'emSize' should be greater than 0 and less than or equal to System.Single.MaxValue. Pin
varshavmane11-Jul-07 19:40
varshavmane11-Jul-07 19:40 
AnswerRe: Value of '0' is not valid for 'emSize'. 'emSize' should be greater than 0 and less than or equal to System.Single.MaxValue. Pin
RepliCrux11-Jul-07 19:48
RepliCrux11-Jul-07 19:48 
GeneralRe: Value of '0' is not valid for 'emSize'. 'emSize' should be greater than 0 and less than or equal to System.Single.MaxValue. Pin
varshavmane11-Jul-07 20:16
varshavmane11-Jul-07 20:16 
GeneralRe: Value of '0' is not valid for 'emSize'. 'emSize' should be greater than 0 and less than or equal to System.Single.MaxValue. Pin
RepliCrux11-Jul-07 20:36
RepliCrux11-Jul-07 20:36 

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.