Click here to Skip to main content
16,006,594 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Grid Pin
Nick Seng20-Jan-03 15:36
Nick Seng20-Jan-03 15:36 
Generalpopulating textboxes based on current record in datagrid Pin
mcm15-Jan-03 9:22
mcm15-Jan-03 9:22 
General.NET still crashes Pin
anjana15-Jan-03 5:15
anjana15-Jan-03 5:15 
GeneralRe: .NET still crashes Pin
FruitBatInShades16-Jan-03 1:11
FruitBatInShades16-Jan-03 1:11 
Generalpopulating a datacombo based on what was chosen from another Pin
mcm15-Jan-03 3:42
mcm15-Jan-03 3:42 
GeneralRe: populating a datacombo based on what was chosen from another Pin
Keder15-Jan-03 4:16
Keder15-Jan-03 4:16 
GeneralRe: populating a datacombo based on what was chosen from another Pin
mcm15-Jan-03 4:39
mcm15-Jan-03 4:39 
GeneralRe: populating a datacombo based on what was chosen from another Pin
Keder15-Jan-03 4:55
Keder15-Jan-03 4:55 
I'm not sure but I think the error message says that it couldn't find RS.Fields("Description"). When you write your select statement you use Product.Description, maybe that have something to do with it.

Try this, not so nice, but it works

RS.Fields(0) 'Description



If you had recieved more info you should write

RS.Fields(1) 'Name
RS.Fields(2) 'Street



//Keder
GeneralIShellPropSheetExt and IShellExtInit Pin
Keder15-Jan-03 2:24
Keder15-Jan-03 2:24 
GeneralVS .NET FlexGrid Pin
segato14-Jan-03 22:52
segato14-Jan-03 22:52 
Generalbuilding n-tier app in .net. Pin
tunaktun14-Jan-03 10:45
tunaktun14-Jan-03 10:45 
GeneralVB 6.0 from VC++ 6.0, .dlls, pointers, etc Pin
Tym!14-Jan-03 6:58
Tym!14-Jan-03 6:58 
GeneralRe: VB 6.0 from VC++ 6.0, .dlls, pointers, etc Pin
Nick Seng14-Jan-03 17:28
Nick Seng14-Jan-03 17:28 
Generalpopulating a datagrid with the results of a SQL statement Pin
mcm13-Jan-03 1:19
mcm13-Jan-03 1:19 
GeneralRe: populating a datagrid with the results of a SQL statement Pin
Nick Seng13-Jan-03 15:22
Nick Seng13-Jan-03 15:22 
GeneralRe: populating a datagrid with the results of a SQL statement Pin
mcm14-Jan-03 10:09
mcm14-Jan-03 10:09 
GeneralRe: populating a datagrid with the results of a SQL statement Pin
Hesham Amin14-Jan-03 8:33
Hesham Amin14-Jan-03 8:33 
GeneralVB.Net Pin
suresh_sathya12-Jan-03 22:38
suresh_sathya12-Jan-03 22:38 
QuestionRun windows app with parameters????? Pin
t800t812-Jan-03 16:31
t800t812-Jan-03 16:31 
AnswerRe: Run windows app with parameters????? Pin
Steven Lyons12-Jan-03 21:35
Steven Lyons12-Jan-03 21:35 
GeneralClosing All MDI Child Windows At Once Pin
Anomaly102410-Jan-03 17:12
Anomaly102410-Jan-03 17:12 
GeneralRe: Closing All MDI Child Windows At Once Pin
Jeremy Falcon14-Jan-03 6:58
professionalJeremy Falcon14-Jan-03 6:58 
General.NET Crashes Pin
A. Aluthwala10-Jan-03 15:56
sussA. Aluthwala10-Jan-03 15:56 
GeneralRe: .NET Crashes Pin
FruitBatInShades11-Jan-03 0:34
FruitBatInShades11-Jan-03 0:34 
GeneralRe: .NET Crashes Pin
Anonymous13-Jan-03 1:07
Anonymous13-Jan-03 1:07 

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.