Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy&Paste programmatically ?? (spell checker)
Message
From
14/08/1998 16:38:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Copy&Paste programmatically ?? (spell checker)
Miscellaneous
Thread ID:
00127034
Message ID:
00127034
Views:
64
Is there a way to call functions of the edit menu programmatically?

I'm trying to implement Escribe spell checker in my application.
Escribe uses a macro that does : {CTRL+A}{CTRL+C} SPELLER
Then SPELLER uses the content of the clipboard to perform the spell check.

This generally works for all field types but curiously, for a memo field in a grid with SPARSE = False, CTRL+A don't work.

Why does "Select-All" works when Sparse = True
and doesn't when Sparse = False ?

As a workaround I'd like to call "Select-All" programmatically but how?
Any suggestions?

Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform