Does anyone know how you can create a windows message handler in Paradox. Basically I have created a custom message in another application which I wish to respond to in paradox.
I am having problems with running my delphi form from my paradox menu.
In the menuaction event of my menu form I am running code similar to the following:
if not MyAddInForm.Attach(strFormTitle)
then
MyaddInForm.Open(strFormName, False, False)
MyAddInForm.SetProperty("CompanyNo"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.