Input panel with more then one form

  • Thread starter Thread starter EMW
  • Start date Start date
E

EMW

Hi,

If my application has two forms and the user needs to fill in some textboxes
on each of then, how may inputpanels do I need.

When I put one on the first form it works fine, but if I put one on the
second form as well, exceptions occeur.

If I need only one, how can I enable it from the second form?

I'm using VB.NET to write a smartapplication.

thanks,
Eric
 
Eric, can you give us an example of the error, or the code you have?
It seems that you are just trying to have the user input some info,
hit a button, go to a new form, like a popup form? I would guess that
you could accomplish what you are trying to do in many ways.
I am sure we would all be willing to help, just need a bit more
information.
By "inputpanels" do you mean forms?
Thanks!
Jeff C.
 
Back
Top