How to Add DataGridColumnStyle into the Vs Add button,

M

Marc R.

Hi all,
I just use the new found Class :
Class JoinTextBoxColumn
Inherits DataGridTextBoxColumn

Is there a way to lets VS 2002 to know that is more then
DataGridTextBoxColumn add DataGridBoolColumn.

I would like to add this one in the available list "Add"

I Will try to implement that into codes meanwhile ..

Thanks for any help there !
 
C

Cor Ligthert [MVP]

Marc,

Than the first thing you have to do is to make it as a seperated dll,
(creating a class library)

(I would than use one library for all these dll's)

Cor
 
M

Marc R.

OK I taught the solution I had was good, But I can't make it work, here the
case :

Table Customer :
Cus_ID
Blah1
blah2
blah3
ACTIVE (BooL)

Table Address
Add_ID
Cust_ID
phoneNumber

In the In the Grid I want on the same datarow to show Customer fields, and
Some Address field That belongs to that customer, HOW can I Acheive that ?

both table have a seperate SQLDataAdapters. : Da_customer and DA_Address
 
S

Seb

Hi

Another question

I need to stop a form from being closed until a varable is set. Have
tried using Me.Show in the form closing but VB compleins

Tried creating a second form called "autoloader"
So Form1Closed loads autoloader in turn calls form1 to open back up but
VB still complains


TIA

Seb.
 
M

Marc R.

hummmm "parent.state" as a third arguments .. I love that! thanks.

but guest what !?, I finally got the other one exemple (I gave) to work, It
is more complex but suite me better because of the datagridcolumnStyles that
I can ajust.

But if there is a way to add the 3rd option into the DataGridColumnStyle
Collection editor, that would be perfect.

But Thanks that Exemple Showed me how simple it it to Merge information from
Any source, I'm sure it will help many !

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top