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

Visual Basic

 
GeneralRe: How can I call a .rpt file from vb code? Pin
Paul Conrad21-Mar-08 9:40
professionalPaul Conrad21-Mar-08 9:40 
GeneralHave you solved this? Pin
alexvw22-Mar-08 6:53
alexvw22-Mar-08 6:53 
GeneralRe: Have you solved this? Pin
Paul Conrad22-Mar-08 6:58
professionalPaul Conrad22-Mar-08 6:58 
GeneralRe: Have you solved this? Pin
alexvw22-Mar-08 11:12
alexvw22-Mar-08 11:12 
Generaltreeview not selecting the node Pin
uglyeyes29-Jan-08 11:35
uglyeyes29-Jan-08 11:35 
GeneralXML to SGML Conversion Pin
geekfromindia29-Jan-08 10:56
geekfromindia29-Jan-08 10:56 
GeneralRe: XML to SGML Conversion Pin
Ri Qen-Sin29-Jan-08 11:43
Ri Qen-Sin29-Jan-08 11:43 
GeneralLooping Enumerators with a For Each Pin
imonfiredammit29-Jan-08 7:01
imonfiredammit29-Jan-08 7:01 
Hello I am having a problem. I want to loop through an enumeration that contains table names and populate a list named RetrieveList

Dim RetrieveList As eCMS.eTableName_CMS() = Nothing 'This contains the enumeration
Dim TableName As eCMS.eTableName_CMS = Nothing.
.
.
.


For Each TableName In [Enum].GetValues(GetType(eCMS.eTableName_CMS))
RetrieveList = RetrieveList & "," & RetrieveList(TableName)
Next

if anyone has any feedback that would be greatly appreciated. I looked in a couple different locations and got pretty much the same format to use but its not working.

My statement inside the for loop produces a syntax error "operator & is not defined for types 1 dimensional array eCMS.eTableName_CMS and String

Confused | :confused: Confused | :confused: Confused | :confused:

Erica

GeneralRe: Looping Enumerators with a For Each Pin
Guffa29-Jan-08 7:53
Guffa29-Jan-08 7:53 
GeneralRe: Looping Enumerators with a For Each Pin
imonfiredammit29-Jan-08 8:21
imonfiredammit29-Jan-08 8:21 
GeneralRe: Looping Enumerators with a For Each Pin
Guffa29-Jan-08 9:51
Guffa29-Jan-08 9:51 
Generaldataview.rowfilter Pin
Smithers-Jones29-Jan-08 5:58
Smithers-Jones29-Jan-08 5:58 
QuestionAsync socket receive buffer problem? Pin
Benny_Lava29-Jan-08 3:31
Benny_Lava29-Jan-08 3:31 
QuestionHandling multiple mainWindowHandles of one Process Pin
wieczo.yo29-Jan-08 3:21
wieczo.yo29-Jan-08 3:21 
QuestionMass creation of keyword meta tags into HTML pages? Pin
BungleBonce29-Jan-08 2:47
BungleBonce29-Jan-08 2:47 
AnswerRe: Mass creation of keyword meta tags into HTML pages? Pin
pmarfleet29-Jan-08 9:51
pmarfleet29-Jan-08 9:51 
GeneralRe: Mass creation of keyword meta tags into HTML pages? Pin
BungleBonce29-Jan-08 22:41
BungleBonce29-Jan-08 22:41 
GeneralRe: Mass creation of keyword meta tags into HTML pages? Pin
pmarfleet30-Jan-08 10:19
pmarfleet30-Jan-08 10:19 
QuestionHow Can I Execute this query??????????????? Pin
Vanamaindia29-Jan-08 2:37
Vanamaindia29-Jan-08 2:37 
AnswerRe: How Can I Execute this query??????????????? Pin
Guffa29-Jan-08 7:09
Guffa29-Jan-08 7:09 
GeneralI want my URL to be static for eg "http://project1" Pin
VB.Net Developer29-Jan-08 2:13
VB.Net Developer29-Jan-08 2:13 
GeneralRe: I want my URL to be static for eg "http://project1" Pin
Steven J Jowett29-Jan-08 5:54
Steven J Jowett29-Jan-08 5:54 
GeneralRe: I want my URL to be static for eg "http://project1" Pin
VB.Net Developer30-Jan-08 0:06
VB.Net Developer30-Jan-08 0:06 
QuestionHow to pass value from child form to parent form Pin
ejaz_pk29-Jan-08 1:44
ejaz_pk29-Jan-08 1:44 
GeneralRe: How to pass value from child form to parent form Pin
Justin Perez29-Jan-08 2:32
Justin Perez29-Jan-08 2:32 

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.