Click here to Skip to main content
16,010,114 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Can someone help me with this one Pin
Charlie Williams31-Jan-05 12:38
Charlie Williams31-Jan-05 12:38 
GeneralRe: Can someone help me with this one Pin
Delo31-Jan-05 12:56
Delo31-Jan-05 12:56 
GeneralRe: Can someone help me with this one Pin
rwestgraham31-Jan-05 14:36
rwestgraham31-Jan-05 14:36 
GeneralRe: Can someone help me with this one Pin
Delo31-Jan-05 14:57
Delo31-Jan-05 14:57 
Questionhow to handle a change on a runtime combobox value to enable the OKbutton Pin
David M J31-Jan-05 10:45
David M J31-Jan-05 10:45 
AnswerRe: how to handle a change on a runtime combobox value to enable the OKbutton Pin
rwestgraham31-Jan-05 12:34
rwestgraham31-Jan-05 12:34 
GeneralRecordset Object in VB.net Pin
eshban28431-Jan-05 10:27
eshban28431-Jan-05 10:27 
GeneralRe: Recordset Object in VB.net Pin
Dave Kreskowiak1-Feb-05 3:33
mveDave Kreskowiak1-Feb-05 3:33 
Recordset? That's an ADO object, not a VB.NET or .NET Framework object. EOF doesn't move the cursor to the end of the set, it just checks to see if the cursor is AT the end of the set.

What is "Category" defined as? Could you show us the code that defines "Category"? Is it an ADO Recordset or a .NET Framework DataSet, or what?

If it's an ADO Recordset object, then call its MoveLast() method to move the cursor to the last record in the set.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Recordset Object in VB.net Pin
eshban2841-Feb-05 11:05
eshban2841-Feb-05 11:05 
GeneralRe: Recordset Object in VB.net Pin
Dave Kreskowiak1-Feb-05 11:56
mveDave Kreskowiak1-Feb-05 11:56 
GeneralRad btn select case Pin
Jaydeanster31-Jan-05 8:34
Jaydeanster31-Jan-05 8:34 
GeneralRe: Rad btn select case Pin
Just Greeky Creek1-Feb-05 1:53
Just Greeky Creek1-Feb-05 1:53 
GeneralFlicker problem!!! Pin
carlos_rocha31-Jan-05 5:56
carlos_rocha31-Jan-05 5:56 
Generalsaving list box contents to text file Pin
johnjsm31-Jan-05 4:59
johnjsm31-Jan-05 4:59 
GeneralRe: saving list box contents to text file Pin
Just Greeky Creek1-Feb-05 1:49
Just Greeky Creek1-Feb-05 1:49 
GeneralRe: saving list box contents to text file Pin
johnjsm1-Feb-05 2:31
johnjsm1-Feb-05 2:31 
GeneralRe: saving list box contents to text file Pin
Mohammad Daba'an1-Feb-05 21:05
Mohammad Daba'an1-Feb-05 21:05 
GeneralVB6 - formatting an Excel column Pin
steff kamush31-Jan-05 2:36
steff kamush31-Jan-05 2:36 
GeneralRe: VB6 - formatting an Excel column Pin
jonathan1531-Jan-05 5:44
jonathan1531-Jan-05 5:44 
GeneralRe: VB6 - formatting an Excel column Pin
steff kamush31-Jan-05 19:22
steff kamush31-Jan-05 19:22 
GeneralRe: VB6 - formatting an Excel column Pin
jonathan1531-Jan-05 22:58
jonathan1531-Jan-05 22:58 
Generalzip a folder Pin
Mohammad Daba'an30-Jan-05 20:10
Mohammad Daba'an30-Jan-05 20:10 
GeneralRe: zip a folder Pin
Anonymous31-Jan-05 1:14
Anonymous31-Jan-05 1:14 
GeneralRe: zip a folder Pin
Mohammad Daba'an31-Jan-05 3:03
Mohammad Daba'an31-Jan-05 3:03 
GeneralRe: zip a folder Pin
Dave Kreskowiak31-Jan-05 3:56
mveDave Kreskowiak31-Jan-05 3:56 

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.