Click here to Skip to main content
15,914,924 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVBSCRIPT Pin
darrinjowen15-Oct-09 18:54
darrinjowen15-Oct-09 18:54 
AnswerRe: VBSCRIPT Pin
Ashfield15-Oct-09 21:35
Ashfield15-Oct-09 21:35 
QuestionVBSCRIPT Pin
darrinjowen15-Oct-09 18:35
darrinjowen15-Oct-09 18:35 
QuestionListbox SelectedIndexChanged event fires when selected item is clicked Pin
miwtech15-Oct-09 14:24
miwtech15-Oct-09 14:24 
AnswerRe: Listbox SelectedIndexChanged event fires when selected item is clicked Pin
Luc Pattyn15-Oct-09 14:38
sitebuilderLuc Pattyn15-Oct-09 14:38 
AnswerRe: Listbox SelectedIndexChanged event fires when selected item is clicked Pin
Mycroft Holmes15-Oct-09 20:00
professionalMycroft Holmes15-Oct-09 20:00 
QuestionObtaining Aggregate information from elements within a dataset Pin
Curtbroo15-Oct-09 8:04
Curtbroo15-Oct-09 8:04 
AnswerRe: Obtaining Aggregate information from elements within a dataset Pin
Curtbroo19-Oct-09 9:45
Curtbroo19-Oct-09 9:45 
I found the answer to my own question.

I guess if all else fails, read the directions.

Here is the solution, in case anyone cares::

Create the dataset.
Dim tmpDS as DataSet = fGetNewDataSet()<br />
<br />
  Dim tmpVal as Integer = tmpDS.Tables(0).Compute("SUM(Col1)", "Col2>10")


The above works nicely on numeric columns. Non-numeric columns, containing numeric data are no implicitly converted.

cb
Question64base string to image conversion and imagelist problem Pin
Erwin Wolff15-Oct-09 5:23
Erwin Wolff15-Oct-09 5:23 
AnswerRe: 64base string to image conversion and imagelist problem Pin
Luc Pattyn15-Oct-09 5:47
sitebuilderLuc Pattyn15-Oct-09 5:47 
GeneralRe: 64base string to image conversion and imagelist problem Pin
Erwin Wolff15-Oct-09 6:04
Erwin Wolff15-Oct-09 6:04 
AnswerRe: 64base string to image conversion and imagelist problem Pin
Erwin Wolff15-Oct-09 15:12
Erwin Wolff15-Oct-09 15:12 
QuestionFile sharing Pin
offroaderdan15-Oct-09 4:16
offroaderdan15-Oct-09 4:16 
AnswerRe: File sharing Pin
vaghelabhavesh15-Oct-09 4:21
vaghelabhavesh15-Oct-09 4:21 
GeneralRe: File sharing Pin
offroaderdan15-Oct-09 4:34
offroaderdan15-Oct-09 4:34 
AnswerRe: File sharing Pin
Kschuler15-Oct-09 4:40
Kschuler15-Oct-09 4:40 
GeneralRe: File sharing Pin
offroaderdan15-Oct-09 4:47
offroaderdan15-Oct-09 4:47 
GeneralRe: File sharing Pin
Kschuler15-Oct-09 4:51
Kschuler15-Oct-09 4:51 
GeneralRe: File sharing Pin
offroaderdan15-Oct-09 5:35
offroaderdan15-Oct-09 5:35 
GeneralRe: File sharing Pin
Kschuler15-Oct-09 5:43
Kschuler15-Oct-09 5:43 
GeneralRe: File sharing Pin
offroaderdan15-Oct-09 7:02
offroaderdan15-Oct-09 7:02 
QuestionHow to show the selection red Rectangle using modi object!!!! If any one can help me!!! Pin
mailtosanjeev.jha15-Oct-09 3:15
mailtosanjeev.jha15-Oct-09 3:15 
AnswerRe: How to show the selection red Rectangle using modi object!!!! If any one can help me!!! Pin
Henry Minute15-Oct-09 3:18
Henry Minute15-Oct-09 3:18 
AnswerRe: How to show the selection red Rectangle using modi object!!!! If any one can help me!!! Pin
Dave Kreskowiak15-Oct-09 3:57
mveDave Kreskowiak15-Oct-09 3:57 
AnswerRe: How to show the selection red Rectangle using modi object!!!! If any one can help me!!! Pin
Eddy Vluggen15-Oct-09 4:38
professionalEddy Vluggen15-Oct-09 4:38 

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.