refresh

  • Thread starter Thread starter Maarten
  • Start date Start date
M

Maarten

hi all,

how can i make for example a flexgrid refresh itself from an other form

i made this, but get an error

dim test as form1
test.msflexgrid2.refresh()


this won't work.

thanks Maarten
 
how can i make for example a flexgrid refresh itself from an other form

You need a reference to the original form.

So when you instantiated the "other form", you need to pass a reference to
the original form.
 
Maarten,

When it is about using the MS flexgrid from VB6 in VBNet, than will most of
the regulars from this newsgroup do only one thing.

Take a commercial one by instance from the resource kit.

or

Replace it by a datagrid.

Just to let you know.

Cor
 

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

Back
Top