Click here to Skip to main content
15,887,596 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: mathematical expression with custom user input operand separately Pin
Eddy Vluggen15-Feb-13 10:17
professionalEddy Vluggen15-Feb-13 10:17 
QuestionZoom in / Zoom Out functions Pin
syllar12-Feb-13 21:55
syllar12-Feb-13 21:55 
AnswerRe: Zoom in / Zoom Out functions Pin
Dave Kreskowiak13-Feb-13 2:07
mveDave Kreskowiak13-Feb-13 2:07 
AnswerRe: Zoom in / Zoom Out functions Pin
Simon_Whale13-Feb-13 2:23
Simon_Whale13-Feb-13 2:23 
QuestionEditing columns in a CSV File Pin
Mike Prophete12-Feb-13 11:29
Mike Prophete12-Feb-13 11:29 
AnswerRe: Editing columns in a CSV File Pin
Eddy Vluggen13-Feb-13 9:13
professionalEddy Vluggen13-Feb-13 9:13 
AnswerRe: Editing columns in a CSV File Pin
Michael Haephrati20-Feb-13 3:57
professionalMichael Haephrati20-Feb-13 3:57 
QuestionHelp required in grid conditon Pin
siddisagar12-Feb-13 4:09
siddisagar12-Feb-13 4:09 
Hi, Please help me in checking the condition.I am displaying information in a html table.

I have two grids in asp and On click of first grid items it should be added to the second grid. Always items with same satus
we should add.

Example :I have 5 records in First grid.
No Status
== ======
1 closed
2 Open
3 Open
4 Open
5 Open

if I select different status records and click add button on the page it should throw an error message,
If I select same status then it shouldn't through an error message.

I have code like below. Here rs means the number of records in the second grid.


If rs.RecordCount > 0 Then
rs.MoveFirst
If trim(rs.Fields.Item("Status").Value) <> trim(grid.Columns.Item("Status").Value)

MsgBox "Items should be with same status."

Exit Function
End If
End If


Please let me know how to how to validate the above condition.
Questionant colony algorithm Pin
showdowngh12-Feb-13 3:20
showdowngh12-Feb-13 3:20 
AnswerRe: ant colony algorithm Pin
Simon_Whale12-Feb-13 3:57
Simon_Whale12-Feb-13 3:57 
AnswerRe: ant colony algorithm Pin
Dave Kreskowiak12-Feb-13 11:47
mveDave Kreskowiak12-Feb-13 11:47 
QuestionHow to add Listview subitem with For Loop Pin
kurja-kurdoh9-Feb-13 17:58
kurja-kurdoh9-Feb-13 17:58 
AnswerRe: How to add Listview subitem with For Loop Pin
Richard MacCutchan9-Feb-13 21:44
mveRichard MacCutchan9-Feb-13 21:44 
GeneralRe: How to add Listview subitem with For Loop Pin
kurja-kurdoh19-Feb-13 6:38
kurja-kurdoh19-Feb-13 6:38 
GeneralRe: How to add Listview subitem with For Loop Pin
Richard MacCutchan19-Feb-13 6:59
mveRichard MacCutchan19-Feb-13 6:59 
GeneralRe: How to add Listview subitem with For Loop Pin
kurja-kurdoh19-Feb-13 18:02
kurja-kurdoh19-Feb-13 18:02 
GeneralRe: How to add Listview subitem with For Loop Pin
Richard MacCutchan19-Feb-13 21:50
mveRichard MacCutchan19-Feb-13 21:50 
Questionvb6 code for grow island or grow valley game Pin
Shiela Alvarez7-Feb-13 14:25
Shiela Alvarez7-Feb-13 14:25 
AnswerRe: vb6 code for grow island or grow valley game Pin
Dave Kreskowiak7-Feb-13 18:48
mveDave Kreskowiak7-Feb-13 18:48 
GeneralRe: vb6 code for grow island or grow valley game Pin
Shiela Alvarez23-Feb-13 4:34
Shiela Alvarez23-Feb-13 4:34 
GeneralRe: vb6 code for grow island or grow valley game Pin
Dave Kreskowiak23-Feb-13 5:16
mveDave Kreskowiak23-Feb-13 5:16 
QuestionThis File has been modified outside the source editor. Pin
QuickBooksDev5-Feb-13 3:53
QuickBooksDev5-Feb-13 3:53 
QuestionRe: This File has been modified outside the source editor. Pin
Eddy Vluggen5-Feb-13 5:05
professionalEddy Vluggen5-Feb-13 5:05 
AnswerRe: This File has been modified outside the source editor. Pin
QuickBooksDev5-Feb-13 7:23
QuickBooksDev5-Feb-13 7:23 
AnswerRe: This File has been modified outside the source editor. Pin
Eddy Vluggen5-Feb-13 9:30
professionalEddy Vluggen5-Feb-13 9:30 

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.