Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Use of Grammarly within a VFP 9 desktop app

Richard Guelzow

Programmer
Joined
Jan 6, 2022
Messages
24
Location
US
Does anyone have experience using Grammarly or something similar to provide predictive text within a VFP app? A couple of my users have requested to be able to use this tool while preparing medical notes for their animal patients. The standard VFP textbox, does not support Grammarly. has anyone had experience with using a rtf-based textbox or other commercial textbox within VFP 9? Thanks in advance. Richard
 
There's this one, that may have it built in, maybe not from Grammarly, but something similar. I know that in the past some VFP devs did use it, but I haven't.

 
You could use the native VFP Intellisense Extensions in regular Editboxes, which would give them the power of canned textblocks as well as dynamic processed content.
Basically your users are able to type some abreviation in the editbox, which is then expanded to a longer text. At expansion time any included VFP code is executed and replaces the macro.
Doug Hennig has described the technical parts for it here https://doughennig.com/papers/Pub/AddingIntelliSensetoApps.pdf
 
Thank you all - that gives me some options to work with. Thanks for the rapid response.
 

Part and Inventory Search

Sponsor

Back
Top