Click here to Skip to main content
16,004,944 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWhat the theck am I missing: Filling tables Pin
cstrader23217-Aug-06 5:39
cstrader23217-Aug-06 5:39 
AnswerRe: What the theck am I missing: Filling tables Pin
Stephen McGuire17-Aug-06 8:52
Stephen McGuire17-Aug-06 8:52 
GeneralRe: What the theck am I missing: Filling tables Pin
cstrader23217-Aug-06 6:40
cstrader23217-Aug-06 6:40 
GeneralRe: What the theck am I missing: Filling tables Pin
eatwork17-Aug-06 10:47
eatwork17-Aug-06 10:47 
GeneralRe: What the theck am I missing: Filling tables [modified] Pin
Stephen McGuire17-Aug-06 11:29
Stephen McGuire17-Aug-06 11:29 
AnswerRe: What the theck am I missing: Filling tables Pin
Keith Malwitz17-Aug-06 11:51
Keith Malwitz17-Aug-06 11:51 
GeneralRe: What the theck am I missing: Filling tables Pin
cstrader23217-Aug-06 12:13
cstrader23217-Aug-06 12:13 
GeneralRe: What the theck am I missing: Filling tables [modified] Pin
Keith Malwitz17-Aug-06 12:24
Keith Malwitz17-Aug-06 12:24 
You've lost me. Fill methods MUST take an argument (otherwise they have no idea where to put the data they retrieve).

If you created the FillByTodayOnly method using the "Add Query..." option from the dataset designer, you will absolutely need to specify a dataset or datatable to put the data into as a parameter of the method. If your query contains any parameters, these would appear after the dataset/datatable parameter (i.e. tableadapter.FillByTodayOnly(mydataset.thistable, param1, param2).

When you type the tableadapter.FillByTodayOnly in code, intellisense should show you the signature of the method, and the first parameter should be a datatable.




-- modified at 18:32 Thursday 17th August, 2006
GeneralRe: What the theck am I missing: Filling tables Pin
cstrader23217-Aug-06 12:34
cstrader23217-Aug-06 12:34 
GeneralRe: What the theck am I missing: Filling tables Pin
eatwork17-Aug-06 13:05
eatwork17-Aug-06 13:05 
GeneralRe: What the theck am I missing: Filling tables Pin
Keith Malwitz17-Aug-06 16:27
Keith Malwitz17-Aug-06 16:27 
GeneralRe: What the theck am I missing: Filling tables Pin
cstrader23217-Aug-06 17:28
cstrader23217-Aug-06 17:28 
QuestionTo Bind Or Not to Bind Pin
eatwork17-Aug-06 5:10
eatwork17-Aug-06 5:10 
AnswerRe: To Bind Or Not to Bind Pin
Christian Graus17-Aug-06 12:57
protectorChristian Graus17-Aug-06 12:57 
GeneralRe: To Bind Or Not to Bind Pin
eatwork18-Aug-06 4:19
eatwork18-Aug-06 4:19 
GeneralRe: To Bind Or Not to Bind Pin
Christian Graus18-Aug-06 11:45
protectorChristian Graus18-Aug-06 11:45 
GeneralRe: To Bind Or Not to Bind Pin
eatwork18-Aug-06 12:34
eatwork18-Aug-06 12:34 
GeneralRe: To Bind Or Not to Bind Pin
Christian Graus18-Aug-06 12:47
protectorChristian Graus18-Aug-06 12:47 
Questionhow to filling listbox from other page? Pin
Hussein Madani Ghomi17-Aug-06 3:16
Hussein Madani Ghomi17-Aug-06 3:16 
AnswerRe: how to filling listbox from other page? Pin
coolestCoder17-Aug-06 3:29
coolestCoder17-Aug-06 3:29 
GeneralRe: how to filling listbox from other page? Pin
Hussein Madani Ghomi18-Aug-06 0:03
Hussein Madani Ghomi18-Aug-06 0:03 
Questionmasked textbox Pin
chepps17-Aug-06 3:11
chepps17-Aug-06 3:11 
AnswerRe: masked textbox Pin
sa_runner17-Aug-06 4:49
sa_runner17-Aug-06 4:49 
GeneralRe: masked textbox Pin
chepps17-Aug-06 23:26
chepps17-Aug-06 23:26 
AnswerRe: masked textbox Pin
sa_runner18-Aug-06 4:52
sa_runner18-Aug-06 4:52 

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.