- Local time
- Today, 19:49
- Joined
- Jan 23, 2006
- Messages
- 15,493
Took another look at the sample database I provided earlier. I have made some changes to processing.
I have provided 2 options.
1- I revised the form. When you click on the Process Comments the revised comment will now highlight the changed pronouns in red. Also, the gender of the student will have the background color Blue/Male and
Pink/Female.
see jpgs for details
2 - If you go to the Modules ---> ParseModule
Procedure ParseGenderText now will process the entire file of records. It will create a minimal html file that can be read in a browser.
The html file contains the studId, Gender, original Comment and revised comment with red highlighted changed Pronouns.
The default html file name is
"C:\users\jack\documents\StudentPronounIssues.html". You must change that to a path and name on your PC. You must create an dummy file with a new name on your PC. Replace the default file name in this procedure with the name of the file you created. It must have an extension .html.
You can open a browser to the file using this format
file:///C:/users/jack/documents/StudentPronounIssues.html
NOTE: The procedure ParseGenderText is executed/run from within the module. At present there is no form set up to run it.
A sample of the html output is attached as a jpg.
Good luck.
I have provided 2 options.
1- I revised the form. When you click on the Process Comments the revised comment will now highlight the changed pronouns in red. Also, the gender of the student will have the background color Blue/Male and
Pink/Female.
see jpgs for details
2 - If you go to the Modules ---> ParseModule
Procedure ParseGenderText now will process the entire file of records. It will create a minimal html file that can be read in a browser.
The html file contains the studId, Gender, original Comment and revised comment with red highlighted changed Pronouns.
The default html file name is
"C:\users\jack\documents\StudentPronounIssues.html". You must change that to a path and name on your PC. You must create an dummy file with a new name on your PC. Replace the default file name in this procedure with the name of the file you created. It must have an extension .html.
You can open a browser to the file using this format
file:///C:/users/jack/documents/StudentPronounIssues.html
NOTE: The procedure ParseGenderText is executed/run from within the module. At present there is no form set up to run it.
A sample of the html output is attached as a jpg.
Good luck.