Click here to Skip to main content
15,886,797 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem passing data to an activeX Pin
Paolo Vernazza6-Sep-07 4:33
Paolo Vernazza6-Sep-07 4:33 
GeneralRe: Problem passing data to an activeX Pin
TJoe6-Sep-07 5:08
TJoe6-Sep-07 5:08 
QuestionHow to limit maximum size of other windows? Pin
Trickster-SWE5-Sep-07 6:33
Trickster-SWE5-Sep-07 6:33 
AnswerRe: How to limit maximum size of other windows? Pin
TJoe5-Sep-07 8:06
TJoe5-Sep-07 8:06 
GeneralRe: How to limit maximum size of other windows? Pin
Trickster-SWE5-Sep-07 22:33
Trickster-SWE5-Sep-07 22:33 
QuestionRegex replace question Pin
Vodstok5-Sep-07 6:13
Vodstok5-Sep-07 6:13 
AnswerRe: Regex replace question Pin
TJoe5-Sep-07 8:00
TJoe5-Sep-07 8:00 
Questionrow doesn't get deleted Pin
gericooper5-Sep-07 5:27
gericooper5-Sep-07 5:27 
Hi
row adding (after adding + saving, reloading the form) is OK to 1 of my table but delete is not... Here's what I've done:
since DeleteCommand didn't exist to that table I defined a simple one (at dataset designer mode to the tableadapter):
DELETE FROM Felhaszn_Egyeb
WHERE     (TetelArId = @TetelArId) AND (EgyebId = @EgyebId) AND (Mennyiseg = @Mennyiseg)

similarly UpdateCommand is defined as follows:
UPDATE    Felhaszn_Egyeb
SET              TetelArId = @TetelArId, EgyebId = @EgyebId, Mennyiseg = @Mennyiseg
WHERE     (TetelArId = @Original_TetelArId) AND (EgyebId = @Original_EgyebId)



upon the user clicks the delete button, the bindingsource.removecurrent() & bindinsource.endedit()
& [dataset].acceptchanges() are invoked row is deleted from the datagridview
upon user clicks save the well known invoked (thistableadapter.update(thisdataset.thisdatatable)

upon reloading the form it still fills the table with 1 row, which shouldn't be there
thx for your thread...g
QuestionVisual Studio Menu Layout Pin
DanB19835-Sep-07 5:13
DanB19835-Sep-07 5:13 
AnswerRe: Visual Studio Menu Layout Pin
martin_hughes5-Sep-07 5:54
martin_hughes5-Sep-07 5:54 
QuestionForm problem Pin
sajid.salim.khan5-Sep-07 4:52
sajid.salim.khan5-Sep-07 4:52 
AnswerRe: Form problem Pin
Christian Graus5-Sep-07 5:07
protectorChristian Graus5-Sep-07 5:07 
GeneralRe: Form problem Pin
sajid.salim.khan5-Sep-07 5:53
sajid.salim.khan5-Sep-07 5:53 
GeneralRe: Form problem Pin
Christian Graus5-Sep-07 8:26
protectorChristian Graus5-Sep-07 8:26 
QuestionExcel Layout change Pin
ramdil5-Sep-07 4:34
ramdil5-Sep-07 4:34 
QuestionRead only row in Datagrid Pin
André Stroebel5-Sep-07 4:11
André Stroebel5-Sep-07 4:11 
AnswerRe: Read only row in Datagrid Pin
André Stroebel5-Sep-07 4:32
André Stroebel5-Sep-07 4:32 
QuestionDataGridView(Win app) disable selecting Pin
Stevo Z5-Sep-07 3:24
Stevo Z5-Sep-07 3:24 
AnswerRe: DataGridView(Win app) disable selecting Pin
Judah Gabriel Himango5-Sep-07 3:55
sponsorJudah Gabriel Himango5-Sep-07 3:55 
GeneralRe: DataGridView(Win app) disable selecting Pin
Stevo Z5-Sep-07 4:20
Stevo Z5-Sep-07 4:20 
GeneralRe: DataGridView(Win app) disable selecting Pin
Judah Gabriel Himango5-Sep-07 4:33
sponsorJudah Gabriel Himango5-Sep-07 4:33 
GeneralRe: DataGridView(Win app) disable selecting Pin
Stevo Z5-Sep-07 4:40
Stevo Z5-Sep-07 4:40 
GeneralRe: DataGridView(Win app) disable selecting Pin
Judah Gabriel Himango5-Sep-07 4:52
sponsorJudah Gabriel Himango5-Sep-07 4:52 
GeneralRe: DataGridView(Win app) disable selecting Pin
Stevo Z5-Sep-07 7:16
Stevo Z5-Sep-07 7:16 
GeneralRe: DataGridView(Win app) disable selecting Pin
Judah Gabriel Himango5-Sep-07 4:35
sponsorJudah Gabriel Himango5-Sep-07 4:35 

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.