Click here to Skip to main content
15,912,578 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: C# code snippet need help converting to VB Pin
Dave Kreskowiak13-Nov-09 10:39
mveDave Kreskowiak13-Nov-09 10:39 
GeneralRe: C# code snippet need help converting to VB Pin
bubk13-Nov-09 10:55
bubk13-Nov-09 10:55 
AnswerRe: C# code snippet need help converting to VB Pin
Dave Doknjas13-Nov-09 11:51
Dave Doknjas13-Nov-09 11:51 
AnswerRe: C# code snippet need help converting to VB Pin
Milad.Biroonvand14-Nov-09 17:55
Milad.Biroonvand14-Nov-09 17:55 
QuestionFtpWebRequest Pin
Archimedes2413-Nov-09 6:46
professionalArchimedes2413-Nov-09 6:46 
AnswerRe: FtpWebRequest Pin
Dave Kreskowiak13-Nov-09 7:27
mveDave Kreskowiak13-Nov-09 7:27 
GeneralRe: FtpWebRequest Pin
Archimedes2414-Nov-09 0:59
professionalArchimedes2414-Nov-09 0:59 
GeneralRe: FtpWebRequest Pin
Dave Kreskowiak15-Nov-09 10:55
mveDave Kreskowiak15-Nov-09 10:55 
GeneralRe: FtpWebRequest Pin
Archimedes2415-Nov-09 21:25
professionalArchimedes2415-Nov-09 21:25 
QuestionDatagridView Button Column Cell Editing Control Width. Pin
priyamtheone13-Nov-09 2:38
priyamtheone13-Nov-09 2:38 
AnswerRe: DatagridView Button Column Cell Editing Control Width. Pin
Dave Kreskowiak13-Nov-09 4:45
mveDave Kreskowiak13-Nov-09 4:45 
QuestionHow to get general control of any window in VB .net Pin
mtayyab200913-Nov-09 1:41
mtayyab200913-Nov-09 1:41 
AnswerRe: How to get general control of any window in VB .net Pin
Johan Hakkesteegt13-Nov-09 2:43
Johan Hakkesteegt13-Nov-09 2:43 
AnswerRe: How to get general control of any window in VB .net Pin
EliottA13-Nov-09 2:48
EliottA13-Nov-09 2:48 
AnswerRe: How to get general control of any window in VB .net Pin
Dave Kreskowiak13-Nov-09 4:31
mveDave Kreskowiak13-Nov-09 4:31 
Questionbinding data with gridview Pin
KIDYA12-Nov-09 21:45
KIDYA12-Nov-09 21:45 
AnswerRe: binding data with gridview Pin
Johan Hakkesteegt12-Nov-09 22:46
Johan Hakkesteegt12-Nov-09 22:46 
GeneralRe: binding data with gridview Pin
KIDYA12-Nov-09 22:52
KIDYA12-Nov-09 22:52 
GeneralRe: binding data with gridview Pin
Johan Hakkesteegt12-Nov-09 23:23
Johan Hakkesteegt12-Nov-09 23:23 
GeneralRe: binding data with gridview Pin
Dave Kreskowiak13-Nov-09 4:25
mveDave Kreskowiak13-Nov-09 4:25 
AnswerRe: binding data with gridview Pin
Shameel12-Nov-09 22:51
professionalShameel12-Nov-09 22:51 
GeneralRe: binding data with gridview Pin
KIDYA12-Nov-09 22:56
KIDYA12-Nov-09 22:56 
GeneralRe: binding data with gridview Pin
Dave Kreskowiak13-Nov-09 4:27
mveDave Kreskowiak13-Nov-09 4:27 
QuestionRunning Value Question Pin
vbbeg12-Nov-09 20:46
vbbeg12-Nov-09 20:46 
Hi.

Is there a way to use runningvalue expression using more than one field
I want to be able to perhaps use an IFF based on condition and once that condition is true then grab data from another field whilst keeping the running value count etc. is that even achievable.

e.g.
IIf fields!automotive = "CARS" then runningvalue(!fields!carsid)
IIf fields!automotive = "HOUSE" then runningvalue(!fields!housevalue)

***THIS WILL CODE WILL BE IN ONE TEXTBOX in REPORT VIEWER ****
etc etc

is there a way to use IFF and runningvalue and switch fields whilst running value keeps is count down all rows and again this is to be behind one textbox field producing output on report.

I'd appreciate any assistance on wether this can be done using IFF and runningvalue or perhaps if there is another command/function that will work


Many Thanks
Robbo
QuestionSource code for SQL database Pin
Ravisubrahmanya12-Nov-09 20:14
Ravisubrahmanya12-Nov-09 20:14 

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.