I've been tinkering today with the use of a shortcut menu to invoke the FoxSpell spelling checker on all my text and editboxes.
I need to get a PARAMETER line into the beginning of the 'generated' .mpr file.
I have tried editing it after generating it and that works in the dev environment, but not when I compile to an exe.
In order to get around the problem I've hacked the 'GenMenu.prg' code and inserted a line which outputs:
Near the top of the code, but that seems a bit ham fisted, is there any other way to do it?
Regards
Griff
Keep [Smile]ing
I need to get a PARAMETER line into the beginning of the 'generated' .mpr file.
I have tried editing it after generating it and that works in the dev environment, but not when I compile to an exe.
In order to get around the problem I've hacked the 'GenMenu.prg' code and inserted a line which outputs:
Code:
Parameter m.oRef
Near the top of the code, but that seems a bit ham fisted, is there any other way to do it?
Regards
Griff
Keep [Smile]ing