F
Frank H
I have a simple bound form. When the spellchecker is activated, the record is
saved, and dirty property set to false. (I assume this is because the form
loses focus when the 'spell check complete' form pops up.)
Is there anyway that I can avoid this at this stage as I want to perform
other checks and procedures before a record is saved (not simply a matter of
validation rules)
I have tried trapping the F7 key and perform spell checking on the
appropriate fields using Runcmd acCmdSpelling, and this works if no spelling
error is detected as no popup appears, however if errors are detected, the
appropriate correction forms appear & I am in trouble again
Am I interpreting what is happenning correctly & is there a way around this?
TIA
Frank H
saved, and dirty property set to false. (I assume this is because the form
loses focus when the 'spell check complete' form pops up.)
Is there anyway that I can avoid this at this stage as I want to perform
other checks and procedures before a record is saved (not simply a matter of
validation rules)
I have tried trapping the F7 key and perform spell checking on the
appropriate fields using Runcmd acCmdSpelling, and this works if no spelling
error is detected as no popup appears, however if errors are detected, the
appropriate correction forms appear & I am in trouble again
Am I interpreting what is happenning correctly & is there a way around this?
TIA
Frank H