Click here to Skip to main content
15,905,877 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestiondataRows, dataCols, etc...? Pin
kowplunk3-Aug-04 16:04
kowplunk3-Aug-04 16:04 
AnswerRe: dataRows, dataCols, etc...? Pin
Murugavel S4-Aug-04 0:52
Murugavel S4-Aug-04 0:52 
GeneralRe: dataRows, dataCols, etc...? Pin
kowplunk4-Aug-04 6:40
kowplunk4-Aug-04 6:40 
GeneralRe: dataRows, dataCols, etc...? Pin
Jim Matthews4-Aug-04 7:21
Jim Matthews4-Aug-04 7:21 
GeneralRe: dataRows, dataCols, etc...? Pin
kowplunk4-Aug-04 7:50
kowplunk4-Aug-04 7:50 
GeneralRe: dataRows, dataCols, etc...? Pin
Jim Matthews4-Aug-04 8:08
Jim Matthews4-Aug-04 8:08 
GeneralRe: dataRows, dataCols, etc...? Pin
kowplunk4-Aug-04 10:46
kowplunk4-Aug-04 10:46 
GeneralRe: dataRows, dataCols, etc...? Pin
Jim Matthews4-Aug-04 10:51
Jim Matthews4-Aug-04 10:51 
i had a hard time when first using these as well. the more you use them the easier it gets.

i would say first, make sure that all of the mappingname properties for the tablestyle and columnstyles are spelled correctly.

tablestyle.mappingname should = datatable.tablename
columnstyle.mappingname should = datatable.cols(x).columnname (i.e. the column it should map to)

if the grid isn't using the tablestyle at all the most likely culprit would be the tablestyle mappingname property.



-jim
GeneralRe: dataRows, dataCols, etc...? Pin
kowplunk4-Aug-04 11:09
kowplunk4-Aug-04 11:09 
GeneralRe: dataRows, dataCols, etc...? Pin
kowplunk4-Aug-04 11:18
kowplunk4-Aug-04 11:18 
GeneralRe: dataRows, dataCols, etc...? Pin
kowplunk4-Aug-04 11:54
kowplunk4-Aug-04 11:54 
GeneralRe: dataRows, dataCols, etc...? Pin
Jim Matthews4-Aug-04 14:26
Jim Matthews4-Aug-04 14:26 
GeneralRe: dataRows, dataCols, etc...? Pin
kowplunk9-Aug-04 6:10
kowplunk9-Aug-04 6:10 
QuestionHow to implement right click event on MenuItem of Mainmenu in vb.net? Pin
viettho3-Aug-04 13:43
viettho3-Aug-04 13:43 
AnswerRe: How to implement right click event on MenuItem of Mainmenu in vb.net? Pin
Dave Kreskowiak4-Aug-04 4:37
mveDave Kreskowiak4-Aug-04 4:37 
GeneralMMControl Help Pin
Red Sunday3-Aug-04 12:36
Red Sunday3-Aug-04 12:36 
GeneralRe: MMControl Help Pin
Dave Kreskowiak4-Aug-04 3:33
mveDave Kreskowiak4-Aug-04 3:33 
GeneralRe: MMControl Help Pin
Red Sunday4-Aug-04 7:54
Red Sunday4-Aug-04 7:54 
GeneralRe: MMControl Help Pin
Dave Kreskowiak4-Aug-04 10:48
mveDave Kreskowiak4-Aug-04 10:48 
Generaloverwrite a mdb file Pin
kornstyle3-Aug-04 12:26
kornstyle3-Aug-04 12:26 
GeneralRe: overwrite a mdb file Pin
Dave Kreskowiak4-Aug-04 3:08
mveDave Kreskowiak4-Aug-04 3:08 
GeneralRe: overwrite a mdb file Pin
kornstyle4-Aug-04 3:54
kornstyle4-Aug-04 3:54 
GeneralPopulating dropdown in client side. Pin
mittalpa3-Aug-04 11:07
mittalpa3-Aug-04 11:07 
GeneralRe: Populating dropdown in client side. Pin
Dave Kreskowiak4-Aug-04 3:00
mveDave Kreskowiak4-Aug-04 3:00 
Generalscreen shot and Remoting Pin
tommy_tanaka3-Aug-04 8:17
tommy_tanaka3-Aug-04 8:17 

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.