Click here to Skip to main content
15,902,784 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: integer Pin
xBlitzerx2-Feb-03 14:36
xBlitzerx2-Feb-03 14:36 
Generalquery on createobject Pin
shanksprasad31-Jan-03 2:03
shanksprasad31-Jan-03 2:03 
GeneralRe: query on createobject Pin
RichardGrimmer5-Feb-03 6:28
RichardGrimmer5-Feb-03 6:28 
GeneralRe: query on createobject Pin
manoj madahavan20-Feb-03 5:22
manoj madahavan20-Feb-03 5:22 
GeneralRe: query on createobject Pin
Paul Farry22-Feb-03 17:23
professionalPaul Farry22-Feb-03 17:23 
Generalproblem updating datagrid Pin
mcm31-Jan-03 1:32
mcm31-Jan-03 1:32 
GeneralRe: problem updating datagrid Pin
Don Benson2-Feb-03 17:00
Don Benson2-Feb-03 17:00 
GeneralRe: problem updating datagrid Pin
Anonymous3-Feb-03 1:20
Anonymous3-Feb-03 1:20 
im so sorry for my lack of information - the following is code relating to populating the datagrid:

Dim strType As String
strType = DataComboType.Text

Dim strDesc As String
strDesc = DataComboDesc.Text

'selecting the appropriate values
Dim findSQL As String
findSQL = "SELECT Price.ProductCode, Product.Description, Price.Price " & _
" FROM ProductType INNER JOIN (Product INNER JOIN (PriceDescription INNER JOIN Price ON PriceDescription.PriceCode = Price.PriceCode) ON Product.Code = Price.ProductCode) ON ProductType.TypeCode = Product.TypeCode " & _
" WHERE (((PriceDescription.PriceDesc) = '" & strDesc & "') AND ((ProductType.Description)='" & strType & "'))"


Set RS = Conn.Execute(findSQL)

'refreshing the grid
Adodc3.RecordSource = findSQL
DataGrid1.Visible = True
Set DataGrid1.DataSource = Adodc3
Adodc3.Refresh
'DataGrid1.Refresh
cmdSave.Enabled = True

i wish to edit details in the grid once populated but it returns that error when i make any changes in the grid - its access im using in the backend. if you require anymore information, let me know - thank you so much for your time!
GeneralRe: problem updating datagrid Pin
Don Benson3-Feb-03 17:03
Don Benson3-Feb-03 17:03 
GeneralCustom Designer... Pin
Julusian30-Jan-03 14:24
Julusian30-Jan-03 14:24 
GeneralPlanet Source Code Visual Basic 2002 CD Pin
shacks30-Jan-03 8:57
shacks30-Jan-03 8:57 
Generalmoving cursor to last (new) row in datagrid Pin
mcm30-Jan-03 6:23
mcm30-Jan-03 6:23 
Generalstructure Pin
pnpfriend30-Jan-03 5:18
pnpfriend30-Jan-03 5:18 
GeneralRe: structure Pin
Jeremy Falcon30-Jan-03 7:50
professionalJeremy Falcon30-Jan-03 7:50 
GeneralRe: structure Pin
Abbas_Riazi30-Jan-03 8:00
professionalAbbas_Riazi30-Jan-03 8:00 
GeneralThanks Pin
pnpfriend30-Jan-03 8:06
pnpfriend30-Jan-03 8:06 
GeneralRemote execute an application(executable). Pin
Len Naude30-Jan-03 1:55
Len Naude30-Jan-03 1:55 
GeneralRe: Remote execute an application(executable). Pin
Paul Farry22-Feb-03 17:33
professionalPaul Farry22-Feb-03 17:33 
Generalzip a file Pin
shanksprasad29-Jan-03 18:50
shanksprasad29-Jan-03 18:50 
GeneralRe: zip a file Pin
pnpfriend30-Jan-03 3:39
pnpfriend30-Jan-03 3:39 
GeneralRe: zip a file Pin
Abbas_Riazi30-Jan-03 8:06
professionalAbbas_Riazi30-Jan-03 8:06 
GeneralRe: zip a file Pin
Davy Mitchell30-Jan-03 20:44
Davy Mitchell30-Jan-03 20:44 
GeneralRe: zip a file Pin
Carlos Antollini31-Jan-03 4:06
Carlos Antollini31-Jan-03 4:06 
GeneralLogin system for a program Pin
Sean Cull29-Jan-03 10:57
Sean Cull29-Jan-03 10:57 
GeneralRe: Login system for a program Pin
Jerome Conus30-Jan-03 1:33
Jerome Conus30-Jan-03 1:33 

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.