Click here to Skip to main content
15,919,879 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Using the progress bar control to track database activities Pin
Robotovich18-Aug-06 9:20
Robotovich18-Aug-06 9:20 
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 
Thanks for your help, but it's not helping Smile | :)

Yes, I'm in vb.net 2005

In my TradesTableAdapter in the Dataset Designer I have created a fillby query.

My TradesTableAdapter shows:
fill (getdata), and also
fillby, FillbyTodayOnly()

These seem to be two queries.

When I test these out using the "preview" feature in the designer, they both bring in the same data.

However, I cannot get FillByTodayOnly() to bring in data programatically.

Me.TradesTableAdapter2.FillByTodayOnly() runs but does not read data.

However, FillByTodayOnly does not take an argument, so

Me.TradesTableAdapter2.FillByTodayOnly(Me.DataSet1.TRADES)

is invalid.

thanks again!
GeneralRe: What the theck am I missing: Filling tables [modified] Pin
Keith Malwitz17-Aug-06 12:24
Keith Malwitz17-Aug-06 12:24 
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 

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.