Click here to Skip to main content
15,920,602 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Find text problem Pin
Johan Hakkesteegt25-Jan-08 1:54
Johan Hakkesteegt25-Jan-08 1:54 
GeneralRe: Find text problem Pin
Luc Pattyn25-Jan-08 4:08
sitebuilderLuc Pattyn25-Jan-08 4:08 
GeneralStreamwriter Pin
Cedrickdeorange24-Jan-08 12:27
Cedrickdeorange24-Jan-08 12:27 
GeneralRe: Streamwriter Pin
John_Adams24-Jan-08 18:31
John_Adams24-Jan-08 18:31 
GeneralRe: Streamwriter Pin
Cedrickdeorange25-Jan-08 14:15
Cedrickdeorange25-Jan-08 14:15 
GeneralReading from a file and using Set methods Pin
Cory Kimble24-Jan-08 7:14
Cory Kimble24-Jan-08 7:14 
GeneralRe: Reading from a file and using Set methods Pin
pmarfleet24-Jan-08 9:29
pmarfleet24-Jan-08 9:29 
GeneralRe: Reading from a file and using Set methods Pin
Cory Kimble25-Jan-08 4:52
Cory Kimble25-Jan-08 4:52 
Maybe you didn't read my post closely enough? I AM using get and set accessors. My question that I need help on is not how to use get and set accessors in general. It is can I use them in the example that I posted. I will post again for you in this reply.

I am reading from a file. I am currently placing them in variables. But I want to place them in Class variables that I already created successfully and are using throughout my program.

EX: Right now.
FileOpen(3, path + "\" + "baseconfig.txt", OpenMode.Input, OpenAccess.Read, OpenShare.LockRead)
Input(3, database)
Input(3, connstring)
Input(3, table)
Input(3, custNameField)
Input(3, orderNumField)
Input(3, materialField)
Input(3, truckNumField)
Input(3, HaulerField)
Input(3, LoadFinishedField)
Input(3, targetField)
Input(3, grossField)
Input(3, tareField)
Input(3, databasetype)

I want to be able to use my setACCESSORS

I get an error when I try.
Input(3, SetDatabase()) 'As an example.


Do you know of a way to us the setaccessors in the Input(3, ) code? Or do I have to use the variables that already work?
Generalcustom datagrid problems Pin
Smithers-Jones24-Jan-08 6:28
Smithers-Jones24-Jan-08 6:28 
GeneralRe: custom datagrid problems Pin
Paul Conrad24-Jan-08 6:55
professionalPaul Conrad24-Jan-08 6:55 
GeneralRe: custom datagrid problems [modified] Pin
Smithers-Jones24-Jan-08 10:12
Smithers-Jones24-Jan-08 10:12 
Question[Message Deleted] Pin
zeeshi_2424-Jan-08 0:50
zeeshi_2424-Jan-08 0:50 
GeneralRe: mpeg file encryption and compression...urgent!!!! Pin
Steven J Jowett24-Jan-08 2:03
Steven J Jowett24-Jan-08 2:03 
GeneralRe: mpeg file encryption and compression...urgent!!!! Pin
Vimalsoft(Pty) Ltd24-Jan-08 2:04
professionalVimalsoft(Pty) Ltd24-Jan-08 2:04 
GeneralRe: mpeg file encryption and compression...urgent!!!! Pin
Justin Perez24-Jan-08 2:51
Justin Perez24-Jan-08 2:51 
GeneralRe: mpeg file encryption and compression...urgent!!!! Pin
Paul Conrad24-Jan-08 5:04
professionalPaul Conrad24-Jan-08 5:04 
GeneralRe: mpeg file encryption and compression...urgent!!!! Pin
Justin Perez24-Jan-08 5:22
Justin Perez24-Jan-08 5:22 
GeneralRe: mpeg file encryption and compression...urgent!!!! Pin
darkelv24-Jan-08 18:54
darkelv24-Jan-08 18:54 
GeneralRe: mpeg file encryption and compression...urgent!!!! Pin
Paul Conrad25-Jan-08 7:25
professionalPaul Conrad25-Jan-08 7:25 
GeneralRe: mpeg file encryption and compression...urgent!!!! Pin
Paul Conrad24-Jan-08 5:01
professionalPaul Conrad24-Jan-08 5:01 
GeneralConvert FileOpen in .net Pin
soniasan23-Jan-08 23:45
soniasan23-Jan-08 23:45 
GeneralRe: Convert FileOpen in .net Pin
Paul Conrad24-Jan-08 6:56
professionalPaul Conrad24-Jan-08 6:56 
GeneralRe: Convert FileOpen in .net Pin
Tom John24-Jan-08 7:04
Tom John24-Jan-08 7:04 
QuestionHow to read text / csv file by ado.net using vb.net 2005 [modified] Pin
ejaz_pk23-Jan-08 22:42
ejaz_pk23-Jan-08 22:42 
AnswerRe: How to read text / csv file by ado.net using vb.net 2005 Pin
ejaz_pk25-Jan-08 1:21
ejaz_pk25-Jan-08 1:21 

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.