AndrewMozley
Programmer
I have a toolbar class (mytoolbar) defined in my project (Thisproj.pjx). I would like to create a toolbar of this class which I can call from my main (start-up program). How do I do this?
I have (optimistically) tried :
CREATE Toolbar A1bar as mytoolbar from classes\mytoolbar.vcx
. . .This gives a syntax error
Have tried
CREATE FORM A1bar as mytoolbar from classes\mytoolbar.vcx
. . . VFP states correctly "Class mytoolbar is not a form class".
I have the Microsoft Visual FoxPro 6 Programmers Guide - is the creation of a toolbar defined there? (In fact I am using VFP9)
Thanks. Andrew
I have (optimistically) tried :
CREATE Toolbar A1bar as mytoolbar from classes\mytoolbar.vcx
. . .This gives a syntax error
Have tried
CREATE FORM A1bar as mytoolbar from classes\mytoolbar.vcx
. . . VFP states correctly "Class mytoolbar is not a form class".
I have the Microsoft Visual FoxPro 6 Programmers Guide - is the creation of a toolbar defined there? (In fact I am using VFP9)
Thanks. Andrew