I'd like to have a button on a Dynamics form that opens a customer window,
and be able to be sure that window does not open twice. In the 'Estimate
Freight' example, the C code declares a STATIC form variable at the top of
the code, and then later we check to see if it is visible.
This is not working in VB. In fact, if a create a PUBLIC variable, I can't
even get into Dynamics.
Any ideas?
Thanks!