Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Obscure VFP Toolbar Class Bug 1

Status
Not open for further replies.

craigsboyd

IS-IT--Management
Nov 9, 2002
2,839
US
This is perhaps a bug that you won't have occasion to run into. But I did, as I used to use toolbars as panels in my applications prior to VFP 9 (now we have dockable forms).

Steps to reproduce
[ol][li]Create a new toolbar class in the VFP IDE[/li]
[li]Put a container inside that toolbar[/li]
[li]Put a grid inside that container and set it's column count to 1 (or whatever, just so you have some columns)[/li]
[li]Click down into the grid's column1 object so it is selected[/li]
[li]Close the toolbar class and it will blow up VFP[/li][/ol]

It looks like the toolbar is shrinking down before it closes and perhaps making the grid so small that it throws an error which VFP is unable to handle.

Also, does anyone have a MS/VFP Team email address where we can submit bugs with steps to reproduce them?

boyd.gif

 
Thanks.

It's in all of our best interests to report all the bugs we find to Microsoft. They can't fix what they don't know about.

Tamar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top